-
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
add cctag/1.0.1 #9478
add cctag/1.0.1 #9478
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
All green in build 6 (
|
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.
Really nice!
auto merge seems to be broken, and @uilianries and @SSE4 are not gods anymore 👶 |
automatic merge is working again, just merged #9335. thanks for your patience! |
This library depends on Boost Math.
Therefore it won't build out of the box in conan-center if default C++ standard of the compiler is not at least C++11.
Why?
=> In consequence, unlike current "policy" of all other conan-center recipes, boost recipe doesn't build C++11 components if compiler.cppstd is not explicitly set to 11 or higher, or if default C++ standard of the compiler is not 11 or higher.
Since default C++ standard of apple-clang is still C++98 => no build for macOS in CCI.
conan-center hook activated.