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

Fixing build

parent 017adfc9
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ then ...@@ -29,7 +29,7 @@ then
module load gcc/4.9.2 module load gcc/4.9.2
if [ x"$4" == x"full" ]; then if [ x"$4" == x"full" ]; then
./install -s -c "--prefix=/home/jenkins/openfpm_install" ./install -s -c "--prefix=/home/jenkins/openfpm_install"
else if [ x"$3" == x"numerics" ]; then elif [ x"$3" == x"numerics" ]; then
./install -m -s -c "--prefix=/home/jenkins/openfpm_install" ./install -m -s -c "--prefix=/home/jenkins/openfpm_install"
make $3 make $3
else else
...@@ -98,7 +98,7 @@ else ...@@ -98,7 +98,7 @@ else
if [ x"$4" == x"full" ]; then if [ x"$4" == x"full" ]; then
./install -s -c "--prefix=/Users/jenkins/openfpm_install" ./install -s -c "--prefix=/Users/jenkins/openfpm_install"
else if [ x"$3" == x"numerics" ]; then elif [ x"$3" == x"numerics" ]; then
./install -m -s -c "--prefix=/home/jenkins/openfpm_install" ./install -m -s -c "--prefix=/home/jenkins/openfpm_install"
make $3 make $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