From 8e1443da0dfc5c346657cde50c7cb0ae0cdd5935 Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Sat, 29 Oct 2016 00:51:54 +0200 Subject: [PATCH] Fixing numeric with fast compilation --- build.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.sh b/build.sh index 6ad44ca00..6d8122452 100755 --- a/build.sh +++ b/build.sh @@ -29,6 +29,9 @@ then module load gcc/4.9.2 if [ x"$4" == x"full" ]; then ./install -s -c "--prefix=/home/jenkins/openfpm_install" + else if [ x"$3" == x"numerics" ]; then + ./install -m -s -c "--prefix=/home/jenkins/openfpm_install" + make $3 else ./install -m -s -c "--prefix=/home/jenkins/openfpm_install --no-recursion" make $3 @@ -95,6 +98,9 @@ else if [ x"$4" == x"full" ]; then ./install -s -c "--prefix=/Users/jenkins/openfpm_install" + else if [ x"$3" == x"numerics" ]; then + ./install -m -s -c "--prefix=/home/jenkins/openfpm_install" + make $3 else ./install -m -s -c "--prefix=/Users/jenkins/openfpm_install --no-recursion" make $3 -- GitLab