Skip to content

Commit

Permalink
Merge pull request #253 from Goddard-Fortran-Ecosystem/hotfix/gfortra…
Browse files Browse the repository at this point in the history
…n-workaround

Workaround for gfortran
  • Loading branch information
tclune authored Feb 4, 2025
2 parents 107f470 + 2556582 commit 261a1bd
Show file tree
Hide file tree
Showing 7 changed files with 221 additions and 192 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (COMMAND cmake_policy)
endif (COMMAND cmake_policy)

project (GFTL
VERSION 1.15.0
VERSION 1.15.1
LANGUAGES NONE)

if (CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

## Unreleased

## [1.15.1] - 2025-02-04

### Fixed

- workaround for gfortran tests on containers with unlimited polymorphic entities


## [1.15.0] - 2025-01-31

Expand Down
2 changes: 1 addition & 1 deletion cmake/GNU.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Compiler specific flags for Intel Fortran compiler

set(no_optimize "-O0")
set(check_all "-fcheck=bounds -fcheck=pointer -fcheck=mem ")
set(check_all "-fcheck=bounds -fcheck=pointer -fcheck=mem -save-temps")
set(traceback "-fbacktrace")
set(cpp "-cpp")

Expand Down
Loading

0 comments on commit 261a1bd

Please sign in to comment.