Skip to content
Snippets Groups Projects
Commit ebcea5ec authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing SuiteSparse on OSX

parent 19fd5961
No related merge requests found
Checking pipeline status
......@@ -40,6 +40,7 @@ if [ $? != 0 ]; then
echo "Failed to compile SuiteSparse"
exit 1
fi
make library "CUDA=no" "INSTALL=$1/SUITESPARSE" "INSTALL_LIB=$1/SUITESPARSE/lib" "INSTALL_INCLUDE=$1/SUITESPARSE/include" "BLAS=-L$1/OPENBLAS/lib -lopenblas -pthread" "LAPACK="
make install "CUDA=no" "INSTALL=$1/SUITESPARSE" "INSTALL_LIB=$1/SUITESPARSE/lib" "INSTALL_INCLUDE=$1/SUITESPARSE/include" "BLAS=-L$1/OPENBLAS/lib -lopenblas -pthread" "LAPACK="
# Mark the installation
echo 2 > $1/SUITESPARSE/version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment