summaryrefslogtreecommitdiffstats
path: root/vms/make.com
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2006-05-25 16:44:39 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2006-05-25 16:44:39 (GMT)
commit6ffdaca0161bcc9f785d7d3c79ae9835998e4465 (patch)
treebe5e294953e4a468ebbc5fd6fe97eb1cb2ddb2d7 /vms/make.com
parent5f7e54737e5d341272755b0ee14752d3c7955a21 (diff)
downloadhdf5-6ffdaca0161bcc9f785d7d3c79ae9835998e4465.zip
hdf5-6ffdaca0161bcc9f785d7d3c79ae9835998e4465.tar.gz
hdf5-6ffdaca0161bcc9f785d7d3c79ae9835998e4465.tar.bz2
[svn-r12378] Purpose: Maintenance
Description: Added location of the zlib library compiled with /float=ieee_float flag Solution: Platforms tested: VMS server Misc. update:
Diffstat (limited to 'vms/make.com')
-rw-r--r--vms/make.com3
1 files changed, 2 insertions, 1 deletions
diff --git a/vms/make.com b/vms/make.com
index 2270c25..0635820 100644
--- a/vms/make.com
+++ b/vms/make.com
@@ -36,7 +36,8 @@ $ copy [.tools.lib]make.com [-.tools.lib]
$!
$! Define location of ZLIB library. If you do not have it on your system, download
$! source code from http://www.zlib.net/, build and install on your system
-$ define zlib_dir sys$sysusers:[pourmale.zlib-1_2_3]
+$! define zlib_dir sys$sysusers:[pourmale.zlib-1_2_3]
+$ define zlib_dir sys$sysusers:[pourmale.zlib-1_2_3-ieee]
$!
$! Set up compilation flags here
$! Do not remove define=H5_VMS and standard=strict_ansi qualifiers.