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

Fixing installation with cmake

parent a84132d5
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,8 @@ echo "arg: $3"
echo "arg: $4"
echo "Branch name: $6"
rm -rf $HOME/openfpm_dependencies/openfpm_pdata/$branch/PARMETIS
if [ x"$6" == x"" ]; then
branch=$(git ls-remote --heads origin | grep $(git rev-parse HEAD) | cut -d / -f 3)
else
......
......@@ -326,6 +326,7 @@ if [ $install_req -eq 0 ]; then
else
while [ $conf_err -ne 0 ]
do
pwd
./configure $options $configure_options "$configure_blas_option"
conf_err=$?
......
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