[Lunar-commits] <moonbase> hdf5: Some adjustments to the BUILD and adding a CONFIGURE.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Feb 10 09:38:16 CET 2011
commit 00db9f0e0f17803a3c98a6e06751c39777b61c96
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu Feb 10 03:38:16 2011 -0500
hdf5: Some adjustments to the BUILD and adding a CONFIGURE.
---
science/hdf5/BUILD | 2 +-
science/hdf5/CONFIGURE | 2 ++
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/science/hdf5/BUILD b/science/hdf5/BUILD
index f1ec096..322e4cf 100644
--- a/science/hdf5/BUILD
+++ b/science/hdf5/BUILD
@@ -1,6 +1,6 @@
(
- OPTS+=" --enable-gpfs --enable-threadsafe --with-pthread" &&
+ OPTS+=" --enable-gpfs --with-pthread" &&
default_build
diff --git a/science/hdf5/CONFIGURE b/science/hdf5/CONFIGURE
new file mode 100644
index 0000000..f596e1a
--- /dev/null
+++ b/science/hdf5/CONFIGURE
@@ -0,0 +1,2 @@
+mquery ENABLE_FORT "Enable fortran support?" y "--enable-fortran" "--disable-fortran"
+mquery ENABLE_CXX "Enable C++ interface (saying "y" disables thread safe)?" y "--enable-cxx --disable-threadsafe" "--disable-cxx --enable-threadsafe"
More information about the Lunar-commits
mailing list