-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
With the updates that Sergei made to the code, my Source Installations still won't complete and now stop at 61%.
For cmake, I did the following (no issues in this step):
cmake -S alps-src -B alps-build \
-DCMAKE_INSTALL_PREFIX=/Users/chengroup/Documents/alps-install \
-DBoost_SRC_DIR=/Users/chengroup/Documents/boost_1_88_0 \
-DCMAKE_CXX_FLAGS="-stdlib=libc++ -DBOOST_NO_AUTO_PTR \
-DBOOST_FILESYSTEM_NO_CXX20_ATOMIC_REF" \
-DPYTHON_EXTRA_LIBS="-ldl -framework CoreFoundation -arch arm64"
No errors occurred here, went through.
For Python, mine refers to: /Library/Frameworks/Python.framework/Versions/3.13/bin
For Boost, I'm using 1_88_0.
Then, when I ran cmake --build alps-build -j 8 (tried -j 1 as well), it stopped at 61%, with error messages I attached the screenshots below:
continued
Any insights on what I could possibly do to fix this bug?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels