Skip to content

Commit

Permalink
Github workflow: no need to build double precision fftw.
Browse files Browse the repository at this point in the history
  • Loading branch information
wo80 committed Mar 5, 2024
1 parent 2d5710a commit baf63be
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,8 @@ jobs:
curl -L -o fftw-3.3.10.tar.gz https://www.fftw.org/fftw-3.3.10.tar.gz
tar -xf fftw-3.3.10.tar.gz
cd fftw-3.3.10
cmake -B build -DBUILD_TESTS=OFF -DDISABLE_FORTRAN=ON -DCMAKE_INSTALL_PREFIX=%INSTALL_PREFIX%
cmake --build build --config ${{env.BUILD_TYPE}} --parallel
cmake --install build --config ${{env.BUILD_TYPE}}
cmake -B build -DBUILD_TESTS=OFF -DDISABLE_FORTRAN=ON -DCMAKE_INSTALL_PREFIX=%INSTALL_PREFIX% -DENABLE_FLOAT=ON
cmake --build build --clean-first --config ${{env.BUILD_TYPE}} --parallel
cmake --build build --config ${{env.BUILD_TYPE}} --parallel
cmake --install build --config ${{env.BUILD_TYPE}}
- name: Install libsamplerate
Expand Down

0 comments on commit baf63be

Please sign in to comment.