From 467a9e72019f1e96a538dd7386cdb193f79b5ba4 Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Mon, 3 Jun 2013 16:02:15 -0500 Subject: [svn-r23732] Some updates. Not tested yet. --- vms/build.com | 2 +- vms/fortran/src/make.com | 7 ++++--- vms/make.com | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/vms/build.com b/vms/build.com index 892ade1..c760b42 100644 --- a/vms/build.com +++ b/vms/build.com @@ -17,7 +17,7 @@ $! $! This file builds C, Fortran, C++ HDF5 libraries and runs the tests $! Specify location of the top HDF5 source directory $ -$ hdf5top == "disk$user:[hdfgroup.hdf5]" +$ hdf5top == "SYS$SYSUSERS:[LU.hdf5_5_31]" $ len = F$LENGTH(hdf5top) $ tmp = F$EXTRACT(0, len-1, hdf5top) $ hdf5vms = tmp + ".VMS]" diff --git a/vms/fortran/src/make.com b/vms/fortran/src/make.com index 4662fc4..15934ea 100644 --- a/vms/fortran/src/make.com +++ b/vms/fortran/src/make.com @@ -29,7 +29,7 @@ $ type sys$input Creating and running H5test_kind to generate H5fortran_detect.f90 $! $ fff H5test_kind_sizeof.f90 -$ link H5test_kind_sizeof +$ link "H5test_kind_sizeof $ define/user_mode sys$output H5fortran_detect.f90 $ run H5test_kind_sizeof $! @@ -58,13 +58,14 @@ $! H5_ff_F90.f90 is needed to compile H5_ff.f90, therefore I have it on this lin $ ffiles= "H5_ff_F90.f90, H5_ff.f90, H5Aff.f90, H5Dff.f90, H5Eff.f90,"+- "H5Lff.f90, H5Off.f90,"+- "H5Fff.f90, H5Gff.f90, H5Iff.f90, H5Pff.f90, H5Rff.f90, H5Sff.f90,"+- - "H5Tff.f90, H5Zff.f90, H5_DBLE_InterfaceInclude.f90, HDF5.f90" + "H5Tff.f90, H5Zff.f90, H5_DBLE_InterfaceExclude.f90, H5_DBLE_InterfaceInclude.f90,"+- + "HDF5.f90" $ ffiles_F90="H5Aff_F90.f90, H5Dff_F90.f90, H5Eff_F90.f90, H5Lff_F90.f90,"+- "H5Off_F90.f90, H5Pff_F90.f90, H5Rff_F90.f90, H5Tff_F90.f90" $ fobj="H5f90global, "+- "H5fortran_types, H5_ff_F90, H5_ff, H5Aff, H5Dff, H5Eff,"+- "H5Fff, H5Gff, H5Iff, H5Lff, H5Off, H5Pff, H5Rff, H5Sff,"+- - "H5Tff, H5Zff, H5_DBLE_InterfaceInclude, HDF5" + "H5Tff, H5Zff, H5_DBLE_InterfaceExclude, H5_DBLE_InterfaceInclude, HDF5" $ fobj_F90="H5Aff_F90, H5Dff_F90, H5Eff_F90, H5Lff_F90,"+- "H5Off_F90, H5Pff_F90, H5Rff_F90, H5Tff_F90" $! diff --git a/vms/make.com b/vms/make.com index d8e69e6..b75e505 100644 --- a/vms/make.com +++ b/vms/make.com @@ -40,7 +40,7 @@ $ copy [.tools.misc]make.com [-.tools.misc] $! $! 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 disk$user:[hdfgroup.zlib-1_2_5_ieee] +$ define zlib_dir SYS$SYSUSERS:[LU.ZLIB-1_2_8] $! define zlib_dir sys$sysusers:[pourmal.zlib-1_2_3-ieee] $! $! Set up compilation flags here -- cgit v0.12