From e0f368eb8c201ecb40df93ca1d7b73397d15d4a8 Mon Sep 17 00:00:00 2001 From: knarf Date: Thu, 3 Jul 2014 20:04:33 +0000 Subject: enable the full fortran interface when asked for it (fortran is enabled by default, when build) git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@91 fb53df36-e548-4a1e-8150-ab98cbd5e786 --- configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.sh b/configure.sh index a26d360..68e28bf 100644 --- a/configure.sh +++ b/configure.sh @@ -202,7 +202,7 @@ then # Do not build Fortran API if it has been disabled, or if # there is no Fortran 90 compiler. # Do not build C++ API if it has been disabled. - ./configure --prefix=${HDF5_DIR} --with-zlib=${ZLIB_DIR} --enable-cxx=${HDF5_ENABLE_CXX} $(if [ -n "${FC}" ]; then echo '' "--enable-fortran=${HDF5_ENABLE_FORTRAN}"; fi) --disable-shared --enable-static-exec + ./configure --prefix=${HDF5_DIR} --with-zlib=${ZLIB_DIR} --enable-cxx=${HDF5_ENABLE_CXX} $(if [ -n "${FC}" ]; then echo '' "--enable-fortran=${HDF5_ENABLE_FORTRAN} --enable-fortran2003=${HDF5_ENABLE_FORTRAN}"; fi) --disable-shared --enable-static-exec echo "HDF5: Building..." ${MAKE} -- cgit v1.2.3