-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
boost: no quotes around compiler (os.environ["CXX"]) #3362
Conversation
All green in build 1 (
|
does it work with compiler wrappers (e.g. ccache, distcc)? |
No, it didn't. |
okay, this might be tricky to get it working for all cases. I remember, for windows, quotes were needed, e.g. if CC points to the path with spaces, like |
/cc @grafikrobot , he may provide his insight on when quotes might (or might not) be needed. |
I see one potential problem: what if the path to CXX contains blanks? |
When not using quotes, there is no way to distinguish between a space in a path and spaces for arguments. I've tested with the following (on Linux):
and putting Building boost succeeds, but boost's test_package fails because cmake fails to recognize the compiler. Setting |
from the conan point of view, we don't know what's going to be done with |
All green in build 2 (
|
I detected other pull requests that are modifying boost/all recipe:
This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Specify library name and version: boost/all
Fixes #2996
conan-center hook activated.