From 14a214a38e284aa4d3745e59d6a950899a40681e Mon Sep 17 00:00:00 2001 From: Laurence Kedward Date: Wed, 31 May 2023 15:27:11 +0100 Subject: [PATCH] Update: fpm to v0.8.2 and update README --- .github/workflows/make_installer.yml | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/make_installer.yml b/.github/workflows/make_installer.yml index ce67145..46c3d27 100644 --- a/.github/workflows/make_installer.yml +++ b/.github/workflows/make_installer.yml @@ -45,13 +45,13 @@ jobs: uses: actions/checkout@v2 with: repository: fortran-lang/fpm - ref: v0.6.0 + ref: v0.8.2 path: fpm-src - name: Install fpm for bootstrapping uses: fortran-lang/setup-fpm@v3 with: - fpm-version: 'v0.5.0' + fpm-version: 'v0.8.0' - name: Build fpm from source with OpenMP run: | diff --git a/README.md b/README.md index 46b9499..cca12c8 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ __Note: the installer takes a little while to startup due to it size, please be - Installs locally, __no adminstrator account__ required - Optionally add everything to the PATH for the local user - Includes: - - GCC-GFortran 11.2.0 - - Fortran Package Manager v0.6.0 + - GCC-GFortran 12.2.0 + - Fortran Package Manager v0.8.2 - Git for Windows v2.35.2 (_needed for fpm_) - OpenBLAS (BLAS/LAPACK) v0.3.20-1 - GNU make v4.3