Skip to content

Commit 16d5f0f

Browse files
authored
Merge pull request #131 from Goddard-Fortran-Ecosystem/feature/update-submodules
Port to Intel LLVM
2 parents d684a51 + 048b66d commit 16d5f0f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12)
22

33
project (FARGPARSE
44

5-
VERSION 1.5.0
5+
VERSION 1.6.0
66
LANGUAGES Fortran)
77

88
# Most users of this software do not (should not?) have permissions to

ChangeLog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## Unreleased
1010

11+
## [1.6.0]
12+
1113
### Fixed
1214

1315
- Add `-check nouninit` for Intel LLVM to work around [`ifx` bug](https://github.com/HPC-Bugs/reproducers/tree/main/compiler/Fortran/ifx/allocatable).
1416

17+
#### Changed
18+
19+
- Updated submodule for gFTL-shared (v1.7.0)
20+
1521
## [1.5.0] - 2023-04-13
1622

1723
### Added
@@ -20,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2026

2127
### Changed
2228

23-
- Updated submodules for gFTL-shared (v1.6.0)
29+
- Updated submodule for gFTL-shared (v1.6.0)
2430

2531
### Fixed
2632

0 commit comments

Comments
 (0)