-
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
#7244 numa option is deleted if Boost fibre is disabled #7248
Conversation
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. |
All green in build 1 (
|
conan-center-index/recipes/boost/all/conanfile.py Lines 381 to 382 in 011f6e2
The lines you're wanting to change here are in the conan-center-index/recipes/boost/all/conanfile.py Lines 292 to 294 in 011f6e2
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See #7248 (comment)
I think this pr is invalid.
@madebr I was also surprised that I got an error message in the config_options section. But using the new Boost recipe still broke my build with the following error message (full log in linked issue):
Can you explain then why I get that error when 'without_fiber' is True ? |
What command is failing for you?
Using gcc@Linux.
|
I'll reproduce it tomorrow and copy the exact command I used. |
That would be very nice. Then I could finally get rid of my workaround (#4339 (comment)). |
On Linux you will not see this problem because the line where the error is reported is executed only when compiling with VS2019:
|
I'm on Windows now and trying those 4 option combinations. Please post the complete |
Yes, I'm trying to reproduce it myself now. |
Well, I haven't been able to reproduce the reported problem anymore. |
Specify library name and version: boost/1.77.0
Resolves #7244.
When option
without_fiber
is set to True, optionnuma
is deleted in the recipe. But currently the recipe still tries to change it value without checking if the option exists.conan-center hook activated.