From 88b06d9c79d49fa380c54a51e58a2497059c4cdf Mon Sep 17 00:00:00 2001 From: Pietro Incardona Date: Fri, 18 Mar 2016 01:30:03 +0100 Subject: [PATCH] Fixing io compilation --- build_io.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_io.sh b/build_io.sh index 9a30aeb..0b326ac 100755 --- a/build_io.sh +++ b/build_io.sh @@ -25,9 +25,9 @@ elif [ "$2" == "gin" ] then module load gcc/4.8.2 module load boost/1.54.0 - sh ./configure --with-boost=/sw/apps/boost/1.54.0/ + sh ./configure --with-boost=/sw/apps/boost/1.54.0/ --with-hdf5=$HOME/HDF5/bin/h5pcc else - sh ./configure + sh ./configure --with-hdf5=$HOME/HDF5/bin/h5pcc fi make -- GitLab