[Lunar-commits] <moonbase-other> hdf5: Adding an mquery for the second type of fortran interface hdf5 supports.

Dennis Veatch dennisveatch at bellsouth.net
Wed Sep 17 13:55:52 CEST 2014


commit e94e8b6dd17fec1c85472b63c602e85219466725
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Wed, 17 Sep 2014 07:54:59 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/e94e8b6dd17fec1c85472b63c602e85219466725

hdf5: Adding an mquery for the second type of fortran interface hdf5 supports.

Both can be enabled at the same time.
---
  science/hdf5/CONFIGURE | +2/-1     
  1 file changed, 2 insertions(+), 1 deletion(-)

--- a/science/hdf5/CONFIGURE
+++ b/science/hdf5/CONFIGURE
@@ -1,2 +1,3 @@
-mquery ENABLE_FORT "Enable fortran support?" y "--enable-fortran" "--disable-fortran"
+mquery ENABLE_FORT "Enable the Fortran 77/90/95 interface?" y "--enable-fortran"
+mquery ENABLE_FORTRAN_2003 "Enable the Fortran 2003 interface?" y "--enable-fortran --enable-fortran2003"
 mquery ENABLE_CXX "Enable C++ interface ${PROBLEM_COLOR}(cxx is needed by OpenImageIO-oiio)${QUERY_COLOR}?" y "--enable-cxx" "--disable-cxx"




More information about the Lunar-commits mailing list