-
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/1.79.0: Patch Boost.SmartPtr to support a specific variant of PowerPC #11328
boost/1.79.0: Patch Boost.SmartPtr to support a specific variant of PowerPC #11328
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. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1023ff4
1dc5f95
to
1023ff4
Compare
This comment has been minimized.
This comment has been minimized.
1023ff4
to
97d6327
Compare
This comment has been minimized.
This comment has been minimized.
97d6327
to
0856592
Compare
This comment has been minimized.
This comment has been minimized.
This patch adds support for CodeWarrior / PowerPC platforms which support the `msync` instead of the `sync` assembly instruction. This change has been fixed upstream in Boost.SmartPtr by boostorg/smart_ptr#95. THe change should be included in an upcoming upstream release.
0856592
to
b72e8e9
Compare
This comment has been minimized.
This comment has been minimized.
Failure in build 9 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
This patch adds support for CodeWarrior / PowerPC platforms which support the
msync
instead of thesync
assembly instruction.This change has been fixed upstream in Boost.SmartPtr by boostorg/smart_ptr#95.
THe change should be included in an upcoming upstream release.
Specify library name and version: boost/1.79.0
This is also a good place to share with all of us why you are submitting this PR (specially if it is a new addition to ConanCenter): is it a dependency of other libraries you want to package? Are you the author of the library? Thanks!