Skip to content
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

Running scripts /setup-centos8.sh fails due to missing Boost dependency #8207

Closed
rz-vastdata opened this issue Dec 31, 2023 · 2 comments
Closed
Labels
build triage Newly created issue that needs attention.

Comments

@dcoliversun
Copy link
Contributor

Test with https://archives.boost.io/release/1.72.0/source/boost_1_72_0.tar.gz successfully.

+ wget_and_untar https://archives.boost.io/release/1.72.0/source/boost_1_72_0.tar.gz boost
+ local URL=https://archives.boost.io/release/1.72.0/source/boost_1_72_0.tar.gz
+ local DIR=boost
+ mkdir -p boost
+ wget -q --max-redirect 3 -O - https://archives.boost.io/release/1.72.0/source/boost_1_72_0.tar.gz
+ tar -xz -C boost --strip-components=1

@czentgr
Copy link
Collaborator

czentgr commented Mar 1, 2024

The source was updated to get the Boost source from github aligning with the bundled source.

@czentgr czentgr closed this as completed Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build triage Newly created issue that needs attention.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants