Skip to content

Commit

Permalink
Merge pull request #34 from Goddard-Fortran-Ecosystem/feature/mathomp…
Browse files Browse the repository at this point in the history
…4/update-to-pflogger-1.14

Update to pFlogger v1.14.0
  • Loading branch information
tclune authored Mar 26, 2024
2 parents fb0dae6 + 9aa7f53 commit 199e39b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.12)
project (GFE
VERSION 1.14.0
VERSION 1.15.0
LANGUAGES Fortran
)
cmake_policy(SET CMP0074 NEW)
Expand Down
8 changes: 8 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.15.0] - 2024-03-26

### Changed

- Update pFlogger to v1.14.0
- Added `-quiet` flag for NAG Fortran
- Workaround additional polymorphic assignment bug in gfortran 13.2 (in build_locks)

## [1.14.0] - 2024-03-20

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This repo is intended to be a single fixture for the [Goddard Fortran Ecosystem]
| fArgParse | v1.7.0 |
| pFUnit | v4.9.0 |
| yaFyaml | v1.3.0 |
| pFlogger | v1.13.2 |
| pFlogger | v1.14.0 |

## Set up

Expand Down
2 changes: 1 addition & 1 deletion pFlogger

0 comments on commit 199e39b

Please sign in to comment.