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

Update install_PETSC.sh

parent 7ea869d7
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ fi
#### OK here we check if we can configure work with SUITESPARSE
echo "Testing if PETSC work with SUITESPARSE"
conigure_options2="$configure_options --with-suitesparse=yes --with-suitesparse-dir=$1/SUITESPARSE "
configure_options2="$configure_options --with-suitesparse=yes --with-suitesparse-dir=$1/SUITESPARSE "
test_configure_options
if [ $? -eq 0 ]; then
......
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