Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MINOR: [R] Require cmake 3.16 in bundled build script #36321

Merged
merged 1 commit into from Jun 27, 2023

Conversation

nealrichardson
Copy link
Contributor

Followup to #35921. The nixlibs.R build script checks for suitable cmake on the system, so since we require newer cmake for C++ now, we need to update the check here.

I refactored slightly so that there now is a variable in the script called cmake_minimum_required, same as in the CMakeLists.txt files throughout the project, so hopefully the next time we update the cmake version, we'll find this file better.

I also bumped the version of cmake that we download (if cmake 3.16 is not found) to the latest release.

cc @kou

Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Oh, thanks! I missed this...

@kou kou merged commit d62617b into apache:main Jun 27, 2023
11 checks passed
@kou kou removed the awaiting review Awaiting review label Jun 27, 2023
@github-actions github-actions bot added the awaiting merge Awaiting merge label Jun 27, 2023
@conbench-apache-arrow
Copy link

Conbench analyzed the 6 benchmark runs on commit d62617b4.

There was 1 benchmark result indicating a performance regression:

The full Conbench report has more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants