Releases: Goddard-Fortran-Ecosystem/gFTL-shared
Releases · Goddard-Fortran-Ecosystem/gFTL-shared
Misc minor updates
Changed
- Added gftl-shared-v2-as-default to install list
- Added
-quiet
flag for NAG Fortran - Remove
macos-11
andmacos-12
from GitHub Actions, move to usemacos-13
andmacos-14
- Updated gFTL to v1.14.0
- Add Ubuntu 24 to CI that has
gfortran-13
. Removegfortran-13
test from ubuntu 22, addgfortran-14
- Up
cmake_minimum_required
Port to Fujitsu compiler
Added
- Fujitsu compiler support
Changed
- Results from running trial sources during CMake config are now stored in the CMake cache
- Updated gFTL submodule to v1.12.0
Support for Intel LLVM
Fixed
- Add
-check nouninit
for Intel LLVM to work aroundifx
bug.
Changed
- Updated gFTL submodule to v1.11.0
Fixed missing/incorrect names for some iterators
Fixed
- Fixed issue where the names of some iterators for containers were not being correctly named. E.g., StringSetIterator was only named SetIterator.
v1.6.0
Fixes for upstream projects using GNU make.
Fixed
- Fixes for GNU Make builds
- Update gFTL submodule to v1.8.2
Minor things
Fixed
- Fix use of
-Od
flag with Intel on non-Windows machines
Changed
- NAG compiler flags - to reduce useless warning messages.
- Updated gFTL submodule to v1.8.0
- Updated GitHub Actions
- OSs
- Remove macos-10.15
- Add ubuntu-22.04 and macos-12
- Compilers
- Removed gfortran-8
- Added gfortran-11
- Added gfortran-12 (for ubuntu-22.04)
- OSs
Updated gFTL submodule
[1.4.1] - 2022-03-23
Changed
- Updated gFTL submodule to v1.6.0
Port to NVHPC compiler
[1.4.0] - 2022-03-23
Added
- Add
NVHPC.cmake
file for NVHPC support (requires nvfortran 22.3)
Minor fix to annoying compiler messages
Actual fix is in gFTL submodule