summaryrefslogtreecommitdiffstats
path: root/fortran/test/Makefile.am
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2012-06-29 20:39:42 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2012-06-29 20:39:42 (GMT)
commit732ae085dce0e472f72fb767e541bf9bf8f42628 (patch)
tree1cec47c83ad2c61d6eb8f442f0a35b28d576112a /fortran/test/Makefile.am
parent2a3c0587ed70b615fd329cf8cc73571f90203f01 (diff)
downloadhdf5-732ae085dce0e472f72fb767e541bf9bf8f42628.zip
hdf5-732ae085dce0e472f72fb767e541bf9bf8f42628.tar.gz
hdf5-732ae085dce0e472f72fb767e541bf9bf8f42628.tar.bz2
[svn-r22504] Maintenance:
See HELPDESK-643 issue in JIRA. NAG Fortran compiler doesn't like the current tH5E_F03.f90 file that has only comments and no executable statements. Removed tH5E_F03.f90 from the list of modules to build. Tested on jam with Intel compiler using --enable-fortran2003 flag.
Diffstat (limited to 'fortran/test/Makefile.am')
-rw-r--r--fortran/test/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/fortran/test/Makefile.am b/fortran/test/Makefile.am
index b261785..b05d651 100644
--- a/fortran/test/Makefile.am
+++ b/fortran/test/Makefile.am
@@ -67,8 +67,12 @@ fortranlib_test_1_8_SOURCES = fortranlib_test_1_8.f90 \
tH5F.f90 tH5O.f90 tH5A_1_8.f90 tH5G_1_8.f90
if FORTRAN_2003_CONDITIONAL_F
+# NAG Fortran compiler doesn't like the current tH5E_F03.f90 file that has only comments
+# and no executable statements.
+# Removed from the list of modules to build. EIP 2012-06-28
+# tH5F.f90 tH5E_F03.f90 tH5L_F03.f90 tH5P_F03.f90 tH5T_F03.f90
fortranlib_test_F03_SOURCES = fortranlib_test_F03.f90 \
- tH5F.f90 tH5E_F03.f90 tH5L_F03.f90 tH5P_F03.f90 tH5T_F03.f90
+ tH5F.f90 tH5L_F03.f90 tH5P_F03.f90 tH5T_F03.f90
endif