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

Reinstalling OPENBLAS

parent 39bb2c50
No related branches found
No related tags found
No related merge requests found
...@@ -10,9 +10,14 @@ echo "compilation type: $5" ...@@ -10,9 +10,14 @@ echo "compilation type: $5"
echo "Branch name: $6" echo "Branch name: $6"
if [ x"$3" == x"ubuntu" ]; then if [ x"$3" == x"ubuntu" ]; then
echo "UBUNTU" rm -rf $HOME/openfpm_dependencies/openfpm_pdata/$6/OPENBLAS
fi fi
if [ x"$3" == x"osx" ]; then
rm -rf $HOME/openfpm_dependencies/openfpm_pdata/$6/OPENBLAS
fi
if [ x"$6" == x"" ]; then if [ x"$6" == x"" ]; then
branch=$(git ls-remote --heads origin | grep $(git rev-parse HEAD) | cut -d / -f 3) branch=$(git ls-remote --heads origin | grep $(git rev-parse HEAD) | cut -d / -f 3)
else else
......
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