-
Notifications
You must be signed in to change notification settings - Fork 186
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 Boost 1.84.0 and 1.85.0 #758
base: master
Are you sure you want to change the base?
Conversation
I think you should also add support for the new boost libraries
@NeroBurner What do you think? |
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.
LGTM
out of curiosity, do you know why the download server changed from "https://boostorg.jfrog.io
to https://archives.boost.io
?
yes, if those are new libraries which need to be compiled. I'm open for merging a PR doing that |
This needs doing immenently, the jfrog links now fail for me |
I don't really know how to check if a Boost subproject 'needs to be compiled', I have always assumed the list here is accurate https://www.boost.org/doc/libs/1_87_0/more/getting_started/windows.html#header-only-libraries However that does not fully agree with the list in hunter_get_boost_libs.cmake. The following subprojects are in that list and don't seem (from the docs) to need building?
|
URL change described here UPDATE: Best mailing list link https://lists.boost.org/Archives/boost/2024/05/256914.php |
step by step carefully. Yes
Fixes #751