Skip to content

Commit 72d3307

Browse files
committed
Remove unnecessary flags from FFTW configuration in release workflow for cleaner build process
1 parent cb98c53 commit 72d3307

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
9292
# Build FFTW (shared, threads; no fortran/mpi)
9393
pushd /tmp/fftw-3.3.10
94-
./configure --prefix=/opt/fftw --enable-shared --enable-threads --disable-fortran --disable-mpi
94+
./configure --prefix=/opt/fftw --enable-shared --enable-threads
9595
make -j"$(nproc)"
9696
make install
9797
popd
@@ -182,7 +182,7 @@ jobs:
182182
tar -xzf /project/build-cache/boost_1_84_0.tar.gz -C /tmp
183183
184184
pushd /tmp/fftw-3.3.10
185-
./configure --prefix=/opt/fftw --enable-shared --enable-threads --disable-fortran --disable-mpi
185+
./configure --prefix=/opt/fftw --enable-shared --enable-threads
186186
make -j"$(nproc)"
187187
make install
188188
popd

0 commit comments

Comments
 (0)