We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eebf93 commit 15f5929Copy full SHA for 15f5929
.github/workflows/book.yml
@@ -13,10 +13,9 @@ jobs:
13
- uses: fortran-lang/setup-fortran@v1
14
with:
15
compiler: gcc
16
- - name: Install fortran
17
- - name: Install LaPack
+ - name: Install LaPack and FFTW
18
run:
19
- sudo apt-get install libblas-dev liblapack-dev
+ sudo apt-get install libblas-dev liblapack-dev libfftw3-dev
20
shell: bash
21
- uses: actions/setup-python@v5
22
0 commit comments