Skip to content

Commit

Permalink
Merge pull request #39 from perazz/fpm_0_8_2
Browse files Browse the repository at this point in the history
Update manifest for fpm 0.8.0+
  • Loading branch information
zoziha authored May 26, 2023
2 parents 113982e + 1ef65ef commit b3431fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install fpm
uses: fortran-lang/setup-fpm@v3
with:
fpm-version: 'v0.7.0'
fpm-version: 'v0.8.2'

- name: Build fftpack
run: |
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Install fpm
uses: fortran-lang/setup-fpm@v3
with:
fpm-version: 'v0.7.0'
fpm-version: 'v0.8.2'

- name: fpm build
run: |
Expand Down
5 changes: 5 additions & 0 deletions fpm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ copyright = "Copyright 1985 National Center for Atmospheric Research, Boulder,
categories = ["Fast Fourier Transform"]
keywords = ["netlib", "fftpack", "fft"]

[fortran]
implicit-typing=true
implicit-external=true
source-form="default"

[build]
auto-executables = false
auto-tests = false
Expand Down

0 comments on commit b3431fc

Please sign in to comment.