Skip to content

Releases: LKedward/quickstart-fortran

Version update

02 Jun 07:46
14a214a
Compare
Choose a tag to compare
  • Update GCC to 12.2.0
  • Update fpm to v0.8.2

Minor update

08 Oct 11:10
e3241f3
Compare
Choose a tag to compare

Patch to allow linking OpenBLAS with the usual -llapack and -lblas link flags

Update fpm to v0.6.0

04 Jul 18:24
36c2ba8
Compare
Choose a tag to compare
Merge pull request #7 from LKedward/update-fpm-v0.6.0

Update fpm to v0.6.0

Fix issue with setup-stdlib script

15 Apr 11:32
3f57234
Compare
Choose a tag to compare
  • Fixes issue where setup-stdlib helper script was installing module files to the wrong location for the newer version of GCC
  • setup-stdlib script updated to include some error checking

Update Git to v2.35.2

14 Apr 10:18
677882d
Compare
Choose a tag to compare

Git v2.35.2 addresses two vulnerabilities CVE-2022-24765 and CVE-2022-24767 (more info)

Update to GCC 11.2.0

14 Mar 11:06
390a3e3
Compare
Choose a tag to compare
Merge pull request #5 from LKedward/gcc-11

Update CI process with winlibs gcc 11.2.0

Enable parallel builds with fpm

28 Nov 15:01
fb0e9bd
Compare
Choose a tag to compare
  • Build fpm with parallel builds enabled using OpenMP

Minor update

21 Nov 19:02
cffe28b
Compare
Choose a tag to compare
  • Update fpm to v0.5.0

Minor update

19 Nov 14:28
Compare
Choose a tag to compare

Fix:

  • Issue (#1) where testing modules for stdlib were installed globally

First Release

18 Nov 13:30
64d9be7
Compare
Choose a tag to compare
  • Includes:
    • GCC-GFortran 10.3.0
    • Fortran Package Manager v0.4.0
    • Git for Windows v2.33.1 (needed for fpm)
    • OpenBLAS (BLAS/LAPACK) v0.3.17-1
    • GNU make v4.3
  • Extra utility commands
    • intel-setvars to initialise the Intel OneAPI environment (if installed)
    • setup-stdlib to build and install the latest version of the Fortran Standard Library
  • Installs locally, no adminstrator account required
  • Optionally add everything to the PATH for the local user