-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
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

Metadata
Metadata
Assignees
Labels
No labels