File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v4
1919 - name : Preinstall
2020 run : |
21- brew reinstall python@3.13 llvm@15
21+ brew update
22+ brew reinstall python@3.14 llvm@15
2223 brew install hdf5 fftw cfitsio muparser libomp swig
2324 pip install numpy==1.26.4 cmake
2425 pip show numpy # cross-check numpy version for Python_Numpy_INCLUDE_DIR
4041 export OMP_DIR=$(brew --prefix libomp)
4142 export PYTHON_DIR=/Library/Frameworks/Python.framework/Versions/$PYTHON_VERSION/
4243 export Numpy_dir=`pip show numpy | grep Location | awk '{print $2}'`
44+ export LDFLAGS="-L/opt/homebrew/opt/llvm@15/lib"
45+ export CPPFLAGS="-I/opt/homebrew/opt/llvm@15/include"
4346
4447 # print paths for debugging
4548 echo "Using LLVM_DIR : $LLVM_DIR"
You can’t perform that action at this time.
0 commit comments