[Lunar-commits] <moonbase-other> hdf5: Removing unsupported --enable-gpfs, adding a few others.
Dennis Veatch
dennisveatch at bellsouth.net
Sun Aug 17 14:02:53 CEST 2014
commit 5724b62a50f6f95f7e3f68d3737835c68195e223
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Sun, 17 Aug 2014 08:02:13 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/5724b62a50f6f95f7e3f68d3737835c68195e223
hdf5: Removing unsupported --enable-gpfs, adding a few others.
---
science/hdf5/BUILD | +1/-1
science/hdf5/CONFIGURE | +1/-1
2 files changed, 2 insertions(+), 2 deletions(-)
--- a/science/hdf5/BUILD
+++ b/science/hdf5/BUILD
@@ -1,5 +1,5 @@
sedit 's:/bin/mv:mv:' configure &&
-OPTS+=" --enable-gpfs --with-pthread --enable-unsupported" &&
+OPTS+=" --with-pthread --enable-unsupported --enable-threadsafe --enable-filters=all" &&
default_build
--- a/science/hdf5/CONFIGURE
+++ b/science/hdf5/CONFIGURE
@@ -1,2 +1,2 @@
mquery ENABLE_FORT "Enable fortran support?" y "--enable-fortran" "--disable-fortran"
-mquery ENABLE_CXX "Enable C++ interface (saying "y" disables thread safe and needed by OpenImageIO-oiio)?" y "--enable-cxx --disable-threadsafe" "--disable-cxx --enable-threadsafe"
+mquery ENABLE_CXX "Enable C++ interface (saying "n" disables cxx and is needed by OpenImageIO-oiio)?" y "--enable-cxx" "--disable-cxx"
More information about the Lunar-commits
mailing list