Releases: LKedward/quickstart-fortran
Releases · LKedward/quickstart-fortran
Version update
Minor update
Patch to allow linking OpenBLAS with the usual -llapack and -lblas link flags
Update fpm to v0.6.0
Merge pull request #7 from LKedward/update-fpm-v0.6.0 Update fpm to v0.6.0
Fix issue with setup-stdlib script
- 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
Git v2.35.2 addresses two vulnerabilities CVE-2022-24765 and CVE-2022-24767 (more info)
Update to GCC 11.2.0
Merge pull request #5 from LKedward/gcc-11 Update CI process with winlibs gcc 11.2.0
Enable parallel builds with fpm
- Build fpm with parallel builds enabled using OpenMP
Minor update
- Update fpm to v0.5.0
Minor update
Fix:
- Issue (#1) where testing modules for stdlib were installed globally
First Release
- 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