From 73562ad368f46411750320c0cf792a399d564ec6 Mon Sep 17 00:00:00 2001 From: rayg <rayg@145b5396-d1c6-4523-8c67-3646d8218c8b> Date: Tue, 9 Jun 2015 21:58:07 +0000 Subject: [PATCH] HDF5 fortran while we are at it git-svn-id: https://svn.ssec.wisc.edu/repos/shellb3/trunk@844 145b5396-d1c6-4523-8c67-3646d8218c8b --- ShellB3/shallbethree.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShellB3/shallbethree.sh b/ShellB3/shallbethree.sh index 3777c3c4..c620d7e8 100755 --- a/ShellB3/shallbethree.sh +++ b/ShellB3/shallbethree.sh @@ -502,7 +502,7 @@ mk_hdf5() { echo building hdf5 for $BASE test -n "$SZLIB" && SZOPTS="--with-szlib=$SZLIB" || SZOPTS="" (cd build/hdf5-${HDF5VER} \ - && ./configure --prefix=$BASE --enable-shared --enable-cxx --with-pic --with-zlib=$ZLIB --with-pthread $SZOPTS \ + && ./configure --prefix=$BASE --enable-shared --enable-cxx --enable-fortran --enable-fortran2003 --with-pic --with-zlib=$ZLIB --with-pthread $SZOPTS \ && make -j8 \ && make install ) \ || oops "hdf5 build failed" -- GitLab