Skip to content

Commit

Permalink
Merge pull request #95 from Goddard-Fortran-Ecosystem/feature/mathomp…
Browse files Browse the repository at this point in the history
…4/update-for-release

Update required gFTL, gFTL-shared, and yaFyaml versions
  • Loading branch information
tclune authored Apr 17, 2023
2 parents 9dc2f90 + 46b5678 commit a2e5396
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# ------------------------------------------------------------------------ #
cmake_minimum_required (VERSION 3.12)
project (PFLOGGER
VERSION 1.9.5
VERSION 1.10.0
LANGUAGES Fortran)

set (CMAKE_MODULE_PATH
Expand All @@ -34,13 +34,13 @@ include (DefinePlatformDefaults)
set (CMAKE_POSITION_INDEPENDENT_CODE ON)

if (NOT TARGET GFTL::gftl)
find_package (GFTL REQUIRED VERSION 1.8.0)
find_package (GFTL REQUIRED VERSION 1.10.0)
endif ()
if (NOT TARGET GFTL_SHARED::gftl-shared)
find_package (GFTL_SHARED REQUIRED VERSION 1.5.0)
find_package (GFTL_SHARED REQUIRED VERSION 1.6.0)
endif ()
if (NOT TARGET YAFYAML::yafyaml)
find_package (YAFYAML REQUIRED VERSION 1.0.1)
find_package (YAFYAML REQUIRED VERSION 1.1.0)
endif ()

find_package (MPI QUIET)
Expand Down
8 changes: 8 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.10.0] - 2023-04-17

### Added

- Added `IntelLLVM.cmake` file as a copy of `Intel.cmake` to support the LLVM Intel compiler frontends

### Changed

- Updated required version of gFTL to v1.10.0
- Updated required version of gFTL-shared to v1.6.0
- Updated required version of yaFyaml to v1.1.0

## [1.9.5] - 2023-04-13

### Changed
Expand Down

0 comments on commit a2e5396

Please sign in to comment.