Skip to content

Commit

Permalink
Update linux_and_macos.yml (Fix FFTW configs)
Browse files Browse the repository at this point in the history
  • Loading branch information
hirokemono authored Nov 26, 2024
1 parent d94d8cc commit c34e9a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_and_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
zlib1g zlib1g-dev libblas-dev libfftw3-dev libhdf5-openmpi-dev libpng-dev
./configure \
--enable-fftw3 \
--with-fftw3 \
--with-hdf5 \
--with-blas \
--with-zlib \
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
mpif90 -v
./configure \
--enable-fftw3 \
--with-fftw3 \
--with-hdf5 \
--with-blas \
--with-zlib \
Expand Down

0 comments on commit c34e9a1

Please sign in to comment.