Skip to content

Commit 8c24b99

Browse files
committed
Remove obsolete handling of old GNU compilers. ESMF documented to
require GNU v7.0 or newer.
1 parent 866700a commit 8c24b99

File tree

8 files changed

+0
-91
lines changed

8 files changed

+0
-91
lines changed

build_config/Cygwin.gfortran.default/ESMF_Conf.inc

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,3 @@ Prediction, Los Alamos National Laboratory, Argonne National Laboratory,
99
NASA Goddard Space Flight Center.
1010
Licensed under the University of Illinois-NCSA License.
1111
#endif
12-
13-
#if !defined(__cplusplus)
14-
#if (__GNUC__ == 4) && (__GNUC_MINOR__ < 5)
15-
#error "The gfortran compiler must be version 4.5 or newer."
16-
#endif
17-
18-
#if (__GNUC__ == 4) && (__GNUC_MINOR__ < 6)
19-
#define ESMF_NO_F2003_ALLOC_STRING_LENS
20-
#endif
21-
22-
#endif

build_config/Darwin.gfortran.default/ESMF_Conf.inc

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,3 @@ Prediction, Los Alamos National Laboratory, Argonne National Laboratory,
99
NASA Goddard Space Flight Center.
1010
Licensed under the University of Illinois-NCSA License.
1111
#endif
12-
13-
#if !defined(__cplusplus)
14-
#if (__GNUC__ == 4) && (__GNUC_MINOR__ < 5)
15-
#error "The gfortran compiler must be version 4.5 or newer."
16-
#endif
17-
18-
#if (__GNUC__ == 4) && (__GNUC_MINOR__ < 6)
19-
#define ESMF_NO_F2003_ALLOC_STRING_LENS
20-
#endif
21-
22-
#endif

build_config/Darwin.gfortranclang.default/ESMF_Conf.inc

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,3 @@ Prediction, Los Alamos National Laboratory, Argonne National Laboratory,
99
NASA Goddard Space Flight Center.
1010
Licensed under the University of Illinois-NCSA License.
1111
#endif
12-
13-
#if !defined(__cplusplus)
14-
#if (__GNUC__ == 4) && (__GNUC_MINOR__ < 5)
15-
#error "The gfortran compiler must be version 4.5 or newer."
16-
#endif
17-
18-
#if (__GNUC__ == 4) && (__GNUC_MINOR__ < 6)
19-
#define ESMF_NO_F2003_ALLOC_STRING_LENS
20-
#endif
21-
22-
#endif

build_config/Linux.gfortran.default/ESMF_Conf.inc

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,3 @@ Prediction, Los Alamos National Laboratory, Argonne National Laboratory,
99
NASA Goddard Space Flight Center.
1010
Licensed under the University of Illinois-NCSA License.
1111
#endif
12-
13-
#if !defined(__cplusplus)
14-
#if (__GNUC__ == 4) && (__GNUC_MINOR__ < 5)
15-
#error "The gfortran compiler must be version 4.5 or newer."
16-
#endif
17-
18-
#if (__GNUC__ == 4) && (__GNUC_MINOR__ < 6)
19-
#if 0
20-
Gfortran prior to 4.6 does not support Fortran 2003 allocatable character string lengths.
21-
#endif
22-
#define ESMF_NO_F2003_ALLOC_STRING_LENS
23-
#endif
24-
25-
#endif

build_config/Linux.gfortranclang.default/ESMF_Conf.inc

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,3 @@ Prediction, Los Alamos National Laboratory, Argonne National Laboratory,
99
NASA Goddard Space Flight Center.
1010
Licensed under the University of Illinois-NCSA License.
1111
#endif
12-
13-
#if !defined(__cplusplus)
14-
#if (__GNUC__ == 4) && (__GNUC_MINOR__ < 5)
15-
#error "The gfortran compiler must be version 4.5 or newer."
16-
#endif
17-
18-
#if (__GNUC__ == 4) && (__GNUC_MINOR__ < 6)
19-
#define ESMF_NO_F2003_ALLOC_STRING_LENS
20-
#endif
21-
22-
#endif

build_config/MinGW.gfortran.default/ESMF_Conf.inc

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,3 @@ Prediction, Los Alamos National Laboratory, Argonne National Laboratory,
99
NASA Goddard Space Flight Center.
1010
Licensed under the University of Illinois-NCSA License.
1111
#endif
12-
13-
#if !defined(__cplusplus)
14-
#if (__GNUC__ == 4) && (__GNUC_MINOR__ < 5)
15-
#error "The gfortran compiler must be version 4.5 or newer."
16-
#endif
17-
18-
#if (__GNUC__ == 4) && (__GNUC_MINOR__ < 6)
19-
#define ESMF_NO_F2003_ALLOC_STRING_LENS
20-
#endif
21-
22-
#endif

build_config/Unicos.aocc.default/ESMF_Conf.inc

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,3 @@ Prediction, Los Alamos National Laboratory, Argonne National Laboratory,
99
NASA Goddard Space Flight Center.
1010
Licensed under the University of Illinois-NCSA License.
1111
#endif
12-
13-
#if !defined(__cplusplus)
14-
#if (__GNUC__ == 4) && (__GNUC_MINOR__ < 5)
15-
#error "The gfortran compiler must be version 4.5 or newer."
16-
#endif
17-
18-
#if (__GNUC__ == 4) && (__GNUC_MINOR__ < 6)
19-
#define ESMF_NO_F2003_ALLOC_STRING_LENS
20-
#endif
21-
22-
#endif

build_config/Unicos.gfortran.default/ESMF_Conf.inc

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,3 @@ Prediction, Los Alamos National Laboratory, Argonne National Laboratory,
99
NASA Goddard Space Flight Center.
1010
Licensed under the University of Illinois-NCSA License.
1111
#endif
12-
13-
#if !defined(__cplusplus)
14-
#if (__GNUC__ == 4) && (__GNUC_MINOR__ < 5)
15-
#error "The gfortran compiler must be version 4.5 or newer."
16-
#endif
17-
18-
#if (__GNUC__ == 4) && (__GNUC_MINOR__ < 6)
19-
#define ESMF_NO_F2003_ALLOC_STRING_LENS
20-
#endif
21-
22-
#endif

0 commit comments

Comments
 (0)