summaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2011-10-04 17:27:36 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2011-10-04 17:27:36 (GMT)
commit06a986d46067e5e2b901e8ca0ff1984adbd7bc01 (patch)
tree96d7066e356be5fe0416c3058f081ef6d7064526 /vms
parent9af4c15d83fe82668b677e48c8eec4be0a56d8e7 (diff)
downloadhdf5-06a986d46067e5e2b901e8ca0ff1984adbd7bc01.zip
hdf5-06a986d46067e5e2b901e8ca0ff1984adbd7bc01.tar.gz
hdf5-06a986d46067e5e2b901e8ca0ff1984adbd7bc01.tar.bz2
[svn-r21468] Maintenance: Modified command file according new source structure created to support F90/F2003
Currently VMS supports F90 only.
Diffstat (limited to 'vms')
-rw-r--r--vms/fortran/src/make.com11
1 files changed, 9 insertions, 2 deletions
diff --git a/vms/fortran/src/make.com b/vms/fortran/src/make.com
index 611f9da..4662fc4 100644
--- a/vms/fortran/src/make.com
+++ b/vms/fortran/src/make.com
@@ -54,22 +54,29 @@ $ type sys$input
$!
$ cobj="H5f90kit, H5_f, H5Af, H5Df, H5Ef, H5Ff, H5Gf, "+-
"H5If, H5Lf, H5Of, H5Pf, H5Rf, H5Sf, H5Tf, H5Zf"
-$ ffiles= "H5_ff_F90.f90, H5Aff.f90, H5Dff.f90, H5Eff.f90,"+-
+$! H5_ff_F90.f90 is needed to compile H5_ff.f90, therefore I have it on this line EIP 2011/10/04
+$ 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"
+$ 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, H5Aff, H5Dff, H5Eff,"+-
+ "H5fortran_types, H5_ff_F90, H5_ff, H5Aff, H5Dff, H5Eff,"+-
"H5Fff, H5Gff, H5Iff, H5Lff, H5Off, H5Pff, H5Rff, H5Sff,"+-
"H5Tff, H5Zff, H5_DBLE_InterfaceInclude, HDF5"
+$ fobj_F90="H5Aff_F90, H5Dff_F90, H5Eff_F90, H5Lff_F90,"+-
+ "H5Off_F90, H5Pff_F90, H5Rff_F90, H5Tff_F90"
$!
$ ccc 'cobj
$ fff H5fortran_types.f90
$ fff H5f90global.f90
$
+$ fff 'ffiles_F90
$ fff 'ffiles
$ library/create []hdf5_fortran 'cobj
$ library/replace []hdf5_fortran 'fobj
+$ library/replace []hdf5_fortran 'fobj_F90
$ type sys$input
Done
$ exit