summaryrefslogtreecommitdiffstats
path: root/src/libhdf5.settings.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2008-10-26 01:47:53 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2008-10-26 01:47:53 (GMT)
commit9ec51ea1159223d871d4196fe2c07f5dae1389ee (patch)
tree40f0957a9dc11e96c37632a258c5b084b1fa65db /src/libhdf5.settings.in
parentdc4434724c3f7b4031fafde9e734d47af0bb97a0 (diff)
downloadhdf5-9ec51ea1159223d871d4196fe2c07f5dae1389ee.zip
hdf5-9ec51ea1159223d871d4196fe2c07f5dae1389ee.tar.gz
hdf5-9ec51ea1159223d871d4196fe2c07f5dae1389ee.tar.bz2
[svn-r15952] Fix Bug 1300.
Removed duplicated information due to previous incompleted changes. Also rearranged the entries to a more logical combinations. Tested: h5committest.
Diffstat (limited to 'src/libhdf5.settings.in')
-rw-r--r--src/libhdf5.settings.in47
1 files changed, 21 insertions, 26 deletions
diff --git a/src/libhdf5.settings.in b/src/libhdf5.settings.in
index 7d10b10..51406de 100644
--- a/src/libhdf5.settings.in
+++ b/src/libhdf5.settings.in
@@ -11,15 +11,7 @@ General Information:
Uname information: @UNAME_INFO@
Byte sex: @BYTESEX@
Libraries: @STATIC_SHARED@
- Parallel support: @PARALLEL@
Installation point: @prefix@
- Compiler: @CC_VERSION@
- Compiler switches: @CFLAGS@ @CPPFLAGS@
- Extra libraries: @LDFLAGS@ @LIBS@
- Archiver: @AR@
- Ranlib: @RANLIB@
- Debugged Packages: @DEBUG_PKG@
- API Tracing: @TRACE_API@
Compiling Options:
------------------
@@ -27,37 +19,40 @@ Compiling Options:
C Compiler: @CC_VERSION@
CFLAGS/H5_CFLAGS: @CFLAGS@/@H5_CFLAGS@
CPPFLAGS/H5_CPPFLAGS: @CPPFLAGS@/@H5_CPPFLAGS@
- LDFLAGS: @LDFLAGS@
- Debug Mode: @DEBUG_PKG@
Shared Libraries: @enable_shared@
Static Libraries: @enable_static@
Statically Linked Executables: @STATIC_EXEC@
- Default Public Symbols Version: @DEFAULT_API_VERSION@
- With Deprecated Public Symbols: @DEPRECATED_SYMBOLS@
- Tracing: @TRACE_API@
-Clear file buffers before write: @CLEARFILEBUF@
- Using memory checker: @USINGMEMCHECKER@
- Optimization Instrumentation: @INSTRUMENT@
+ Extra libraries: @LDFLAGS@ @LIBS@
+ Archiver: @AR@
+ Ranlib: @RANLIB@
+ Debugged Packages: @DEBUG_PKG@
+ API Tracing: @TRACE_API@
Languages:
----------
Fortran: @HDF_FORTRAN@
-@BUILD_FORTRAN_CONDITIONAL_TRUE@ Fortran Compiler: @FC@ @FCFLAGS@
+@BUILD_FORTRAN_CONDITIONAL_TRUE@ Fortran Compiler: @FC@
+@BUILD_FORTRAN_CONDITIONAL_TRUE@ Fortran Flags: @FCFLAGS@
C++: @HDF_CXX@
-@BUILD_CXX_CONDITIONAL_TRUE@ C++ Compiler: @CXX@@CXXFLAGS@
+@BUILD_CXX_CONDITIONAL_TRUE@ C++ Compiler: @CXX@
+@BUILD_CXX_CONDITIONAL_TRUE@ C++ Flags: @CXXFLAGS@
Features:
---------
- dmalloc: @HAVE_DMALLOC@
- Function Stack Tracing: @CODESTACK@
- GPFS: @GPFS@
- Strict File Format Checks: @STRICT_FORMAT_CHECKS@
+ Parallel HDF5: @PARALLEL@
+ High Level library: @HDF5_HL@
+ Threadsafety: @THREADSAFE@
Default API Mapping: @DEFAULT_API_VERSION@
+ With Deprecated Public Symbols: @DEPRECATED_SYMBOLS@
I/O filters (external): @EXTERNAL_FILTERS@
I/O filters (internal): @FILTERS@
- Linux Large File Support (LFS): @LINUX_LFS@
MPE: @MPE@
- Parallel HDF5: @PARALLEL@
Direct VFD: @DIRECT_VFD@
- Threadsafety: @THREADSAFE@
- High Level library: @HDF5_HL@
+ dmalloc: @HAVE_DMALLOC@
+Clear file buffers before write: @CLEARFILEBUF@
+ Using memory checker: @USINGMEMCHECKER@
+ Function Stack Tracing: @CODESTACK@
+ GPFS: @GPFS@
+ Strict File Format Checks: @STRICT_FORMAT_CHECKS@
+ Optimization Instrumentation: @INSTRUMENT@
+ Linux Large File Support (LFS): @LINUX_LFS@