Commit d489dcd1 authored by xoviat's avatar xoviat Committed by GitHub
Browse files

libraries: go back to yum

build_simple did not install correctly
parent 24be1d52
...@@ -337,6 +337,6 @@ function build_suitesparse { ...@@ -337,6 +337,6 @@ function build_suitesparse {
if [ -n "$IS_OSX" ]; then if [ -n "$IS_OSX" ]; then
brew install homebrew/science/suite-sparse > /dev/null brew install homebrew/science/suite-sparse > /dev/null
else else
build_simple suitesparse $SUITESPARSE_VERSION http://faculty.cse.tamu.edu/davis/SuiteSparse/ yum install -y suitesparse-devel > /dev/null
fi fi
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment