-
-
Notifications
You must be signed in to change notification settings - Fork 27
Fix CMAKE_ARGS variable expansion #101
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
Fix CMAKE_ARGS variable expansion #101
Conversation
|
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 ( I do have some suggestions for making it better though... For recipe/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/16418166152. Examine the logs at this URL for more detail. |
|
Thanks for the PR! If you want the changes to take effect, you'll very likely need to use vc-feedstock/recipe/activate.bat Lines 90 to 95 in 7800961
as |
|
Indeed, I clearly misunderstood the delayed expansion behavior, thanks for the clarification. vc-feedstock/recipe/activate.bat Line 94 in 7800961
|
I would have just put it on both lines, but this should be fine. |
#99 broke the
CMAKE_ARGSvalue, as new variable set here causes to invalidate previous set here. Then, theCMAKE_ARGSvariable does not contain anymore theCMAKE_INSTALL_PREFIXand so values.This looks most probably due to the lack of delayed variable expansion in the bat file.
Thanks to @jorisv for the help on this investigation.
Checklist
conda-smithy(Use the phrase@conda-forge-admin, please rerenderin a comment in this PR for automated rerendering)