-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
update boost version requirement to 1.71 #4134
Conversation
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.
Looks good. Left some minor comments about requiring boost 1.75 instead of 1.71.
I'd also do this with two commits instead of one: One commit to update the boost version and one commit for the changes need to compile on arm.
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
Builds/linux/README.md
Outdated
``` | ||
|
||
Alternatively, you can add `DBOOST_ROOT=~/boost_1_70_0` to the command line when | ||
Alternatively, you can add `DBOOST_ROOT=~/boost_1_71_0` to the command line when |
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.
While this file is being touched, this parameter is missing the -
i.e. -DBOOST_ROOT=~/boost_1_71_0
I like copy/pasteable things.
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.
done, thanks for the suggestion @legleux !
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.
@legleux are you OK to approve the PR now?
Thanks for the approval @legleux. Who's merging this now? |
…ilding on M1 mac
High Level Overview of Change
Context of Change
Type of Change