mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[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.
This commit is contained in:
parent
2a3c0587ed
commit
732ae085dc
2
configure
vendored
2
configure
vendored
@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.in Id: configure.in 22471 2012-06-18 20:01:59Z byrn .
|
||||
# From configure.in Id: configure.in 22487 2012-06-24 14:29:36Z hdftest .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.68 for HDF5 1.9.123.
|
||||
#
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
@ -118,10 +118,9 @@ fortranlib_test_1_8_LDADD = $(LDADD)
|
||||
fortranlib_test_1_8_DEPENDENCIES = libh5test_fortran.la $(LIBH5TEST) \
|
||||
$(LIBH5F) $(LIBHDF5)
|
||||
am__fortranlib_test_F03_SOURCES_DIST = 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
|
||||
@FORTRAN_2003_CONDITIONAL_F_TRUE@am_fortranlib_test_F03_OBJECTS = fortranlib_test_F03.$(OBJEXT) \
|
||||
@FORTRAN_2003_CONDITIONAL_F_TRUE@ tH5F.$(OBJEXT) \
|
||||
@FORTRAN_2003_CONDITIONAL_F_TRUE@ tH5E_F03.$(OBJEXT) \
|
||||
@FORTRAN_2003_CONDITIONAL_F_TRUE@ tH5L_F03.$(OBJEXT) \
|
||||
@FORTRAN_2003_CONDITIONAL_F_TRUE@ tH5P_F03.$(OBJEXT) \
|
||||
@FORTRAN_2003_CONDITIONAL_F_TRUE@ tH5T_F03.$(OBJEXT)
|
||||
@ -492,8 +491,13 @@ fortranlib_test_SOURCES = fortranlib_test.f90 \
|
||||
fortranlib_test_1_8_SOURCES = fortranlib_test_1_8.f90 \
|
||||
tH5F.f90 tH5O.f90 tH5A_1_8.f90 tH5G_1_8.f90
|
||||
|
||||
|
||||
# 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
|
||||
@FORTRAN_2003_CONDITIONAL_F_TRUE@fortranlib_test_F03_SOURCES = fortranlib_test_F03.f90 \
|
||||
@FORTRAN_2003_CONDITIONAL_F_TRUE@ tH5F.f90 tH5E_F03.f90 tH5L_F03.f90 tH5P_F03.f90 tH5T_F03.f90
|
||||
@FORTRAN_2003_CONDITIONAL_F_TRUE@ tH5F.f90 tH5L_F03.f90 tH5P_F03.f90 tH5T_F03.f90
|
||||
|
||||
fflush1_SOURCES = fflush1.f90
|
||||
fflush2_SOURCES = fflush2.f90
|
||||
|
Loading…
x
Reference in New Issue
Block a user