Skip to content

Commit fb0dae6

Browse files
authored
Merge pull request #31 from Goddard-Fortran-Ecosystem/feature/mathomp4/update-for-release-1.14
Updates for v1.14 Release
2 parents 35fb199 + 72a1035 commit fb0dae6

File tree

6 files changed

+19
-9
lines changed

6 files changed

+19
-9
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
os: [ubuntu-22.04, macos-11, macos-12]
18+
os: [ubuntu-22.04, macos-12, macos-13]
1919
compiler: [gfortran-10, gfortran-11, gfortran-12, gfortran-13]
2020
exclude:
21-
- os: macos-11
22-
compiler: gfortran-13
2321
- os: macos-12
2422
compiler: gfortran-10
23+
- os: macos-13
24+
compiler: gfortran-10
2525

2626
# fail-fast if set to 'true' here is good for production, but when
2727
# debugging, set to 'false'. fail-fast means if *any* ci test in the matrix fails
@@ -67,7 +67,7 @@ jobs:
6767
- name: Build MPI
6868
if: steps.cache-mpi.outputs.cache-hit != 'true'
6969
run: |
70-
sh ${GITHUB_WORKSPACE}/tools/ci-install-mpi.sh openmpi 4.1.4
70+
sh ${GITHUB_WORKSPACE}/tools/ci-install-mpi.sh openmpi 5.0.2
7171
7272
- name: Set MPI Environment
7373
run: |

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.12)
22
project (GFE
3-
VERSION 1.13.0
3+
VERSION 1.14.0
44
LANGUAGES Fortran
55
)
66
cmake_policy(SET CMP0074 NEW)

ChangeLog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
## [1.14.0] - 2024-03-20
9+
10+
### Changed
11+
12+
- Update gFTL to v1.13.0
13+
- ifx port
14+
- Update pFlogger to v1.13.2
15+
- Bug fix
16+
- Removed `macos-11` from CI as it is deprecated. Add `macos-13`
17+
818
## [1.13.0] - 2024-03-07
919

1020
### Changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ This repo is intended to be a single fixture for the [Goddard Fortran Ecosystem]
66

77
| Package | Version |
88
| :------ | :------ |
9-
| gFTL | v1.12.0 |
9+
| gFTL | v1.13.0 |
1010
| gFTL-shared | v1.8.0 |
1111
| fArgParse | v1.7.0 |
1212
| pFUnit | v4.9.0 |
1313
| yaFyaml | v1.3.0 |
14-
| pFlogger | v1.13.1 |
14+
| pFlogger | v1.13.2 |
1515

1616
## Set up
1717

0 commit comments

Comments
 (0)