Skip to content

How to install the latest version of FAC1.1.4 #768

Description

@321xiaoxiao

I'm trying to compile FAC version 1.1.4 in a Conda environment, but I keep running into an error when executing the fourth step. I later tried compiling version 1.1.3 as well, yet the same error persists.

I was wondering if anyone here could offer some insights or help troubleshoot this issue. Any guidance would be greatly appreciated!
conda activate fac_env

1. Enter the source code directory

tar -xzvf FAC1.1.4.tar.gz

2. Configure the compilation environment

cd fac-1.1.4

3. Configure the compilation environment

./configure
--prefix=$(python -c "import sys; print(sys.prefix)")
PYTHON=$(which python)
CXXFLAGS="-O3 -march=native"

4. Compile and install

make -j$(nproc)
make install

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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