Skip to content

Commit 5465f17

Browse files
authored
Update linux_and_macos.yml (Fix FFTW settings)
1 parent 1460f10 commit 5465f17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux_and_macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
zlib1g zlib1g-dev libblas-dev libfftw3-dev libhdf5-openmpi-dev
3131
3232
./configure \
33-
--enable-fftw3 \
33+
--with-fftw3 \
3434
--with-hdf5 \
3535
--with-blas \
3636
--with-zlib \
@@ -61,7 +61,7 @@ jobs:
6161
mpif90 -v
6262
6363
./configure \
64-
--enable-fftw3 \
64+
--with-fftw3 \
6565
--with-hdf5 \
6666
--with-blas \
6767
--with-zlib \

0 commit comments

Comments
 (0)