Releases: Goddard-Fortran-Ecosystem/gFTL-shared
Releases · Goddard-Fortran-Ecosystem/gFTL-shared
Update gFTL to v1.17.0
Update gFTL, Require CMake 3.24
Changed
- Updated gFTL to v1.16.0
- Remove
macos-13from CI, addmacos-15 - Add
gfortran-15to macOS CI - Update CMake minimum version to 3.24
What's Changed
- Update CMake minimum version to 3.24 by @mathomp4 in #84
- CI: Drop macos-13, add macos-15, add gfortran-15 by @mathomp4 in #85
- Prepare for 1.11.0 release by @mathomp4 in #86
Full Changelog: v1.10.0...v1.11.0
Added support for LLVMFlang
Added
- LLVMFlang compiler support
Changed
- Updated gFTL to v1.15.0
- Update CI to have
gfortran-10andgfortran-11only onubuntu-22.04 - Update CI NVIDIA to NVHPC 24.7
- Add Flang to CI
Misc minor updates
Changed
- Added gftl-shared-v2-as-default to install list
- Added
-quietflag for NAG Fortran - Remove
macos-11andmacos-12from GitHub Actions, move to usemacos-13andmacos-14 - Updated gFTL to v1.14.0
- Add Ubuntu 24 to CI that has
gfortran-13. Removegfortran-13test 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 nouninitfor Intel LLVM to work aroundifxbug.
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
-Odflag 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