diff options
author | Robb Matzke <matzke@llnl.gov> | 1999-06-08 16:14:10 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1999-06-08 16:14:10 (GMT) |
commit | f1a1ae37ff9376e2709f56f9ed2bad63c7c57ef9 (patch) | |
tree | eac76009d57f507e654f06600aee28c090e1f368 /src | |
parent | 675c9b0fad649b9f01fdf1e20ac60caae938f72b (diff) | |
download | hdf5-f1a1ae37ff9376e2709f56f9ed2bad63c7c57ef9.zip hdf5-f1a1ae37ff9376e2709f56f9ed2bad63c7c57ef9.tar.gz hdf5-f1a1ae37ff9376e2709f56f9ed2bad63c7c57ef9.tar.bz2 |
[svn-r1315] Changes since 19990607
----------------------
./configure.in
./configure [REGENERATED]
./src/libhdf5.settings.in [NEW]
./config/conclude.in
./INSTALL
./MANIFEST
A file called `libhdf5.settings' is installed along with the
libraries and it contains a list of various things that might
be of interest to someone using the library (such as what
compiler/options were used and what other libraries might need
to be linked to satisfy external references). We can add more
things as it becomes necessary. Here's a sample...
SUMMARY OF THE HDF5 CONFIGURATION
=================================
HDF5 Version: hdf5-1.1.106
Configured on: Tue Jun 8 11:38:52 EDT 1999
Configured by: matzke@llnl.gov at Spizella Software
Configure mode: development
Host system: i686-pc-linux-gnulibc1
Byte sex: little-endian
Libraries: static, shared
Parallel support: mpicc
Installation point: /usr/local
Compiler: mpicc (egcs-2.91.66)
Compiler switches: -Wall -g
Extra libraries: -lmfhdf -ldf -lz -ljpeg -lm
Archiver: ar
Ranlib: ranlib
Debugged Packages: d,e,f,g,hg,i,mm,o,p,s,v,z
API Tracing: yes
File addresses: large
Diffstat (limited to 'src')
-rw-r--r-- | src/libhdf5.settings.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/libhdf5.settings.in b/src/libhdf5.settings.in new file mode 100644 index 0000000..6517922 --- /dev/null +++ b/src/libhdf5.settings.in @@ -0,0 +1,20 @@ +SUMMARY OF THE HDF5 CONFIGURATION +================================= + +HDF5 Version: @H5_VERSION@ +Configured on: @CONFIG_DATE@ +Configured by: @CONFIG_USER@ +Configure mode: @CONFIG_MODE@ +Host system: @host_cpu@-@host_vendor@-@host_os@ +Byte sex: @BYTESEX@ +Libraries: @STATIC_SHARED@ +Parallel support: @PARALLEL@ +Installation point: @prefix@ +Compiler: @CC_VERSION@ +Compiler switches: @CFLAGS@ +Extra libraries: @LIBS@ +Archiver: @AR@ +Ranlib: @RANLIB@ +Debugged Packages: @DEBUG_PKG@ +API Tracing: @TRACE_API@ +File addresses: @HSIZET@ |