diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libhdf5.settings.in | 47 |
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@ |