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

Fixing OpenBLAS installation

parent 1a31845d
No related branches found
No related tags found
No related merge requests found
......@@ -220,7 +220,7 @@ if [ $install_req -eq 0 ]; then
else
while [ $conf_err -ne 0 ]
do
./configure $options $configure_options
./configure $options $configure_options "$configure_blas_option"
conf_err=$?
echo "Configure script terminated with $conf_err"
......@@ -290,7 +290,7 @@ else
fi
fi
./configure $options $configure_options
./configure $options $configure_options "$configure_blas_option"
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