We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb98c53 commit 72d3307Copy full SHA for 72d3307
1 file changed
.github/workflows/release.yml
@@ -91,7 +91,7 @@ jobs:
91
92
# Build FFTW (shared, threads; no fortran/mpi)
93
pushd /tmp/fftw-3.3.10
94
- ./configure --prefix=/opt/fftw --enable-shared --enable-threads --disable-fortran --disable-mpi
+ ./configure --prefix=/opt/fftw --enable-shared --enable-threads
95
make -j"$(nproc)"
96
make install
97
popd
@@ -182,7 +182,7 @@ jobs:
182
tar -xzf /project/build-cache/boost_1_84_0.tar.gz -C /tmp
183
184
185
186
187
188
0 commit comments