From ac53c5e2b3bdc9e66c533a4e3daa6076a7f7bc94 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 9 Jul 2015 10:24:19 +0200 Subject: [PATCH] scripts/MPI/hdf5/build: - building Fortran bindings enabled --- scripts/MPI/hdf5/build | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/MPI/hdf5/build b/scripts/MPI/hdf5/build index d588c2f..b8d233e 100755 --- a/scripts/MPI/hdf5/build +++ b/scripts/MPI/hdf5/build @@ -15,6 +15,7 @@ pmodules.configure() { --enable-shared \ --enable-parallel \ --enable-cxx \ + --enable-fortran \ --enable-unsupported \ --with-pic \ || exit 1