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

Fixing SuiteSparse on OSX

parent ebcea5ec
No related branches found
No related tags found
No related merge requests found
Pipeline #2181 passed
......@@ -40,7 +40,9 @@ if [ $? != 0 ]; then
echo "Failed to compile SuiteSparse"
exit 1
fi
echo "Making library"
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="
echo "Making install"
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