Commit 90103db8 authored by xoviat's avatar xoviat Committed by GitHub
Browse files

libraries: don't use deprecated name

parent d489dcd1
...@@ -335,7 +335,7 @@ function build_swig { ...@@ -335,7 +335,7 @@ function build_swig {
function build_suitesparse { function build_suitesparse {
if [ -n "$IS_OSX" ]; then if [ -n "$IS_OSX" ]; then
brew install homebrew/science/suite-sparse > /dev/null brew install suite-sparse > /dev/null
else else
yum install -y suitesparse-devel > /dev/null 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