-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Use ExternalProject_Add to download and install boost. #7707
Conversation
c1283c0
to
a699d20
Compare
a699d20
to
564c6ab
Compare
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.
Seems boost building command ./b2 install
is generating too much logs, can you make boost build quiet please?
|
I did some search and it seems that program_options is only one part of the boost libraries that do argument parsing, for paddle we use The build options of boost: https://theboostcpplibraries.com/introduction-installation |
Paddle does not use any boost library. It is no need to Just adding the |
@reyoung was right, download boost and add to |
@typhoonzero @reyoung Thanks! |
8babfe2
to
a89e1b8
Compare
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.
Excellent!
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!
Fix #7708
It is not time-consuming to download, build and install boost by ExternalProject_Add in CMake when I test on my server.