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

With the lastest modules

parent e2426d35
No related branches found
No related tags found
No related merge requests found
openfpm_numerics @ 4ca073be
Subproject commit 777a7b0ab2055e1452ce3a8c3b74bca7782b84f2
Subproject commit 4ca073be1e70e6330ed1c4c562c8a4e325fd618c
......@@ -8,12 +8,12 @@ if [ -d "$1/EIGEN" ]; then
fi
./script/install_OPENBLAS.sh $1 $2
if [ -d "$1/OPENBLAS" ]; then
if [ ! -d "$1/OPENBLAS" ]; then
exit 1
fi
./script/install_SUITESPARSE.sh $1 $2
if [ -d "$1/SUITESPARSE" ]; then
if [ ! -d "$1/SUITESPARSE" ]; then
exit 1
fi
......
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