From fdb448a46f04faae535900fd3bc1cf122cb39152 Mon Sep 17 00:00:00 2001 From: rayg <rayg@145b5396-d1c6-4523-8c67-3646d8218c8b> Date: Tue, 9 Jun 2015 21:40:38 +0000 Subject: [PATCH] c++ support for HDF5 git-svn-id: https://svn.ssec.wisc.edu/repos/shellb3/trunk@843 145b5396-d1c6-4523-8c67-3646d8218c8b --- ShellB3/shallbethree.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ShellB3/shallbethree.sh b/ShellB3/shallbethree.sh index 76a79aa0..3777c3c4 100755 --- a/ShellB3/shallbethree.sh +++ b/ShellB3/shallbethree.sh @@ -502,8 +502,8 @@ mk_hdf5() { echo building hdf5 for $BASE test -n "$SZLIB" && SZOPTS="--with-szlib=$SZLIB" || SZOPTS="" (cd build/hdf5-${HDF5VER} \ - && ./configure --prefix=$BASE --enable-shared --with-pic --with-zlib=$ZLIB --with-pthread $SZOPTS \ - && make \ + && ./configure --prefix=$BASE --enable-shared --enable-cxx --with-pic --with-zlib=$ZLIB --with-pthread $SZOPTS \ + && make -j8 \ && make install ) \ || oops "hdf5 build failed" # fix RPATH forcing issue -- GitLab