Skip to content

Commit b3431fc

Browse files
authored
Merge pull request #39 from perazz/fpm_0_8_2
Update manifest for fpm 0.8.0+
2 parents 113982e + 1ef65ef commit b3431fc

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/fpm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install fpm
4343
uses: fortran-lang/setup-fpm@v3
4444
with:
45-
fpm-version: 'v0.7.0'
45+
fpm-version: 'v0.8.2'
4646

4747
- name: Build fftpack
4848
run: |
@@ -114,7 +114,7 @@ jobs:
114114
- name: Install fpm
115115
uses: fortran-lang/setup-fpm@v3
116116
with:
117-
fpm-version: 'v0.7.0'
117+
fpm-version: 'v0.8.2'
118118

119119
- name: fpm build
120120
run: |

fpm.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ copyright = "Copyright 1985 National Center for Atmospheric Research, Boulder,
1010
categories = ["Fast Fourier Transform"]
1111
keywords = ["netlib", "fftpack", "fft"]
1212

13+
[fortran]
14+
implicit-typing=true
15+
implicit-external=true
16+
source-form="default"
17+
1318
[build]
1419
auto-executables = false
1520
auto-tests = false

0 commit comments

Comments
 (0)