Skip to content

Releases: Goddard-Fortran-Ecosystem/gFTL-shared

Misc minor updates

09 Jul 14:47
56ae388
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

Updated gFTL submodule

23 Mar 16:44
1c85cb2
Compare
Choose a tag to compare

[1.4.1] - 2022-03-23

Changed

  • Updated gFTL submodule to v1.6.0

Port to NVHPC compiler

23 Mar 16:36
4336757
Compare
Choose a tag to compare

[1.4.0] - 2022-03-23

Added

  • Add NVHPC.cmake file for NVHPC support (requires nvfortran 22.3)

Minor fix to annoying compiler messages

16 Nov 16:34
b4a11c3
Compare
Choose a tag to compare

Actual fix is in gFTL submodule