From e93f9ab39610b511644cd0dd5a640a4122e8710b Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 20 Apr 2016 14:27:53 +0200 Subject: [PATCH] MPI/hdf5/build - thread-safe enabled --- MPI/hdf5/build | 1 + 1 file changed, 1 insertion(+) diff --git a/MPI/hdf5/build b/MPI/hdf5/build index 061d7fb..f963ce3 100755 --- a/MPI/hdf5/build +++ b/MPI/hdf5/build @@ -15,6 +15,7 @@ pbuild::configure() { --enable-cxx \ --enable-fortran \ --enable-unsupported \ + --enable-threadsafe \ --with-pic \ || exit 1 }