aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@fb53df36-e548-4a1e-8150-ab98cbd5e786>2014-07-03 20:04:33 +0000
committerknarf <knarf@fb53df36-e548-4a1e-8150-ab98cbd5e786>2014-07-03 20:04:33 +0000
commite0f368eb8c201ecb40df93ca1d7b73397d15d4a8 (patch)
tree857745226c6aa16071be52df5b10fdf6777ca1cd
parentd532df5b016e2b1e1394fdfaf5f739ab8105ef45 (diff)
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
-rw-r--r--configure.sh2
1 files changed, 1 insertions, 1 deletions
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}