summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2002-06-17 19:44:34 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2002-06-17 19:44:34 (GMT)
commit2a0bfc1ab7fc3010dddd4c09c21d322e31f452f8 (patch)
tree258c79b64b33ec3241bfbbab2dc0f70d662b8287
parent0a5f945f5f9a33b8ab1b7df75966561f1fa09cea (diff)
downloadhdf5-2a0bfc1ab7fc3010dddd4c09c21d322e31f452f8.zip
hdf5-2a0bfc1ab7fc3010dddd4c09c21d322e31f452f8.tar.gz
hdf5-2a0bfc1ab7fc3010dddd4c09c21d322e31f452f8.tar.bz2
[svn-r5655] Updated.
-rw-r--r--release_docs/INSTALL_TFLOPS25
1 files changed, 21 insertions, 4 deletions
diff --git a/release_docs/INSTALL_TFLOPS b/release_docs/INSTALL_TFLOPS
index 5c8ec7c..9300967 100644
--- a/release_docs/INSTALL_TFLOPS
+++ b/release_docs/INSTALL_TFLOPS
@@ -26,11 +26,20 @@ FROM SASN100,
1) cd <hdf5>
-2) CC=/usr/community/mpich/mpich-1.2.3/bin/mpicc ./configure --host=i386-intel-osf1
+2) CC=/usr/community/mpich/mpich-1.2.3/bin/mpicc \
+ ./configure --host=i386-intel-osf1 --with-zlib=/usr/community/hdf5/ZLIB
+
+ Skip the "--with-zlib=..." option if you do not wish to include the zlib
+ compression feature. Without the zlib compression feature, the library
+ will not be able to access zlib compressed datasets.
+
You may safely ignore the WARNING message,
+ =========
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
- You may add the option "--host=i386-intel-osf1" to get rid of the WARNING.
+ =========
+ You may add the option "--build=i386-intel-osf1" to get rid of the WARNING.
+
(The previous bugs in src/Makefile and test/Makefile have been resolved.
You don't need to edit them any more.)
@@ -92,11 +101,19 @@ FROM SASN100,
1) cd <hdf5>
-2) ./configure --host=i386-intel-osf1
+2) ./configure --host=i386-intel-osf1 --with-zlib=/usr/community/hdf5/ZLIB
+
+ Skip the "--with-zlib=..." option if you do not wish to include the zlib
+ compression feature. Without the zlib compression feature, the library
+ will not be able to access zlib compressed datasets.
+
You may safely ignore the WARNING message,
+ =========
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
- You may add the option "--host=i386-intel-osf1" to get rid of the WARNING.
+ =========
+ You may add the option "--build=i386-intel-osf1" to get rid of the WARNING.
+
(The previous bugs in src/Makefile and test/Makefile have been resolved.
You don't need to edit them any more.)