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

Verbose installation

parent 44f11eec
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,7 @@ else
fi
mv $HOME/openfpm_vars $HOME/openfpm_vars_$branch
source $HOME/openfpm_vars_$branch
make -j 8
make VERBOSE=1 -j 8
else
echo "Installing with: ./install -i $HOME/openfpm_dependencies/openfpm_pdata/$branch -m -s -c \"$installation_dir --no-recursion\""
./install -i $HOME/openfpm_dependencies/openfpm_pdata/$branch -m -s -c "$installation_dir --no-recursion"
......@@ -158,7 +158,7 @@ else
ls $HOME
mv $HOME/openfpm_vars $HOME/openfpm_vars_$branch
source $HOME/openfpm_vars_$branch
make -j 8
make VERBOSE=1 -j 8
fi
if [ $? -ne 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