You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2022/06/23 14:56:00 UTC

[jira] [Created] (ARROW-16895) [R] Fix cmake version detection

Neal Richardson created ARROW-16895:
---------------------------------------

             Summary: [R] Fix cmake version detection
                 Key: ARROW-16895
                 URL: https://issues.apache.org/jira/browse/ARROW-16895
             Project: Apache Arrow
          Issue Type: Bug
          Components: R
            Reporter: Neal Richardson
             Fix For: 9.0.0


In ARROW-8049, we upgraded bundled Thrift to 0.13, which bumped the minimum required cmake to 3.10. But since that was written as a number and not a version string in the R code that checks for the cmake version (https://github.com/apache/arrow/commit/76d3c36006162766ec598442a0c0d2192f5e0d0b#diff-8345393f38ffaf553909d5bce167e2622cdf865a7e03230ba3f8d376588dd151L371), it effectively was dropped to 3.1. So when attempting to build with cmake 3.6 (https://github.com/apache/arrow/issues/13425), the script wrongly used it instead of downloading a newer cmake.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)