Skip to content

Commit

Permalink
Update: fpm to v0.8.2 and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
LKedward committed May 31, 2023
1 parent 53fbea0 commit 14a214a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make_installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14a214a

Please sign in to comment.