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

I fixed a problem about python3 build.py -DVOLE_PSI_ENABLE_BOOST=ON #49

Closed
Diomchen opened this issue Aug 7, 2023 · 0 comments
Closed

Comments

@Diomchen
Copy link

Diomchen commented Aug 7, 2023

ERROR:
In the process of Build Boost , not found .../volepsi/out/boost_1_77_0/bootstrap.sh.

MY ENV:

  • Linux centos 7
  • x86_64
  • cmake : 3.26.3
  • gcc : 11.2.1

FIXED WAY:

  • Step 1: Go to boostorg ,and download boost_1_77_0.tar.gz.
  • Step 2: Decompress file.
tar -zxf boost_1_77_0.tzr.gz .
  • Step 3: Replace original file .
# backup(optional)
mv boost_1_77_0 boost_1_77_0_ backup

# replace
mv /your/decompressed/path/boost_1_77_0  /volepsi/out/
  • Step 4: Try again.
python3 build.py -DVOLE_PSI_ENABLE_BOOST=ON

😎

@Diomchen Diomchen closed this as completed Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant