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

Fixing installing for numerics

parent 122d9301
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,7 @@ then ...@@ -28,6 +28,7 @@ then
source ~/.bashrc source ~/.bashrc
module load gcc/4.9.2 module load gcc/4.9.2
if [ x"$3" == x"numerics" ]; then if [ x"$3" == x"numerics" ]; then
echo "Installing for numerics"
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)
./install -i $HOME/$branch -s -c "--prefix=/home/jenkins/openfpm_install" ./install -i $HOME/$branch -s -c "--prefix=/home/jenkins/openfpm_install"
make make
...@@ -251,6 +252,7 @@ else ...@@ -251,6 +252,7 @@ else
source ~/.bashrc source ~/.bashrc
if [ x"$3" == x"numerics" ]; then if [ x"$3" == x"numerics" ]; then
echo "Installing for numerics"
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)
./install -i $HOME/$branch -s -c "--prefix=/home/jenkins/openfpm_install" ./install -i $HOME/$branch -s -c "--prefix=/home/jenkins/openfpm_install"
make make
......
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