Skip to content

Issues with source installations #30

@tianranc

Description

@tianranc

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:

Image

continued

Image

Any insights on what I could possibly do to fix this bug?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions