From 8aed726bef00ecaab049d7ad43bf316f8aa196fa Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Thu, 17 Sep 2015 14:49:47 +0200 Subject: [PATCH] Changing crashing MACRO --- build_pdata.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_pdata.sh b/build_pdata.sh index a30a6618..16d4121e 100644 --- a/build_pdata.sh +++ b/build_pdata.sh @@ -101,10 +101,10 @@ then source ~/.bashrc module load gcc/4.9.2 module load openmpi/1.8.1 - module load boost/1.54.0 + module load boost/1.59.0 sh ./autogen.sh - ./install -s -c "--with-boost=/sw/apps/boost/1.54.0/ CXX=mpic++" + ./install -s -c "--with-boost=/sw/apps/boost/1.59.0/ CXX=mpic++" make if [ $? -ne 0 ]; then exit 1 ; fi -- GitLab