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

Update cmake to 3.19.1 #128

Merged
merged 7 commits into from
Nov 26, 2020
Merged

Conversation

traversaro
Copy link
Contributor

@traversaro traversaro commented Nov 24, 2020

Bump CMake to version 3.19.1 .

3.19.1 Release Notes : https://discourse.cmake.org/t/cmake-3-19-1-available-for-download/2228
3.19.0 Release Notes : https://discourse.cmake.org/t/cmake-3-19-0-available-for-download/2198

Fix conda-forge/ruby-feedstock#43 .

Checklist

  • Used a personal fork of the feedstock to propose changes
  • Bumped the build number (if the version is unchanged)
  • Reset the build number to 0 (if the version changed)
  • Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment in this PR for automated rerendering)
  • Ensured the license file is being packaged.

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

@traversaro
Copy link
Contributor Author

@conda-forge-admin, please rerender

@scopatz
Copy link
Member

scopatz commented Nov 25, 2020

This seems to fail on win and osx.

@traversaro
Copy link
Contributor Author

This seems to fail on win and osx.

The Windows failure seems the good old "the user forgot to enable openssl" but indeed it seems that it was not enabled before, probably there was some auto-detected options that was enabling it before. I can look into enabling openssl explicitly just to be sure. Good old osx-amd64, what is failing is the new osx-arm64, but I can't fully understand the error.

@scopatz
Copy link
Member

scopatz commented Nov 25, 2020

Yeah, I am not sure about the osx-amd64 issues. I would be ok allowing that platform as a failure since it so new. But we should check with other @conda-forge/cmake maintainers

@traversaro
Copy link
Contributor Author

Thanks @isuruf for fixing osx-arm64!

@traversaro
Copy link
Contributor Author

The Windows failure appears due to the fact that CMAKE_USE_WINSSL option was renamed to CMAKE_USE_SCHANNEL, and moved from ON by default to OFF by default (not sure if it was intentional).

@@ -6,14 +6,19 @@ CMAKE_ARGS="$CMAKE_ARGS -DCURSES_INCLUDE_PATH=${PREFIX}/include -DBUILD_CursesDi
CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_PREFIX_PATH=${PREFIX}"

if [[ "$CONDA_BUILD_CROSS_COMPILATION" == "1" ]]; then
if [[ "$target_platform" == osx-* ]] && [[ "$MACOSX_DEPLOYMENT_TARGET" == 11.* || "$MACOSX_DEPLOYMENT_TARGET" == "10.15" ]]; then
Copy link
Member

Choose a reason for hiding this comment

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

@isuruf - do you want to add yourself as a maintainer here too?

Copy link
Member

Choose a reason for hiding this comment

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

No, I don't. cc @conda-forge/core

Copy link
Member

Choose a reason for hiding this comment

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

Isn't it more correct to ask @conda-forge/cmake?

@ocefpaf ocefpaf merged commit 32b5c66 into conda-forge:master Nov 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CMake's FindRuby on Windows can't find the ruby 2.7 installed by conda-forge
5 participants