Skip to content

Releases: Goddard-Fortran-Ecosystem/gFTL-shared

Update gFTL to v1.17.0

23 Feb 16:52
99dec05

Choose a tag to compare

Changed

  • Updated gFTL to v1.17.0
  • Remove gfortran-12 from macos runners, clean up CI

Update gFTL, Require CMake 3.24

30 Sep 11:36
d8e6a8b

Choose a tag to compare

Changed

  • Updated gFTL to v1.16.0
  • Remove macos-13 from CI, add macos-15
  • Add gfortran-15 to macOS CI
  • Update CMake minimum version to 3.24

What's Changed

Full Changelog: v1.10.0...v1.11.0

Added support for LLVMFlang

02 Feb 22:10
25fd625

Choose a tag to compare

Added

  • LLVMFlang compiler support

Changed

  • Updated gFTL to v1.15.0
  • Update CI to have gfortran-10 and gfortran-11 only on ubuntu-22.04
  • Update CI NVIDIA to NVHPC 24.7
  • Add Flang to CI

Misc minor updates

09 Jul 14:47
56ae388

Choose a tag to compare

Changed

  • Added gftl-shared-v2-as-default to install list
  • Added -quiet flag for NAG Fortran
  • Remove macos-11 and macos-12 from GitHub Actions, move to use macos-13 and macos-14
  • Updated gFTL to v1.14.0
  • Add Ubuntu 24 to CI that has gfortran-13. Remove gfortran-13 test from ubuntu 22, add gfortran-14
  • Up cmake_minimum_required

Port to Fujitsu compiler

03 Mar 20:28
5e48fc3

Choose a tag to compare

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

29 Nov 14:34
b1f6ff8

Choose a tag to compare

Fixed

  • Add -check nouninit for Intel LLVM to work around ifx bug.

Changed

  • Updated gFTL submodule to v1.11.0

Fixed missing/incorrect names for some iterators

21 Jul 12:51
b9cba6f

Choose a tag to compare

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

13 Apr 15:24
0de13b8

Choose a tag to compare

Added

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

Changed

  • Updated gFTL submodule to v1.10.0

Fixes for upstream projects using GNU make.

23 Jan 19:05
8b8a483

Choose a tag to compare

Fixed

  • Fixes for GNU Make builds
  • Update gFTL submodule to v1.8.2

Minor things

31 May 20:35
6b60a68

Choose a tag to compare

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)