Skip to content

Commit

Permalink
add fftw3-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yoshimi committed Oct 29, 2018
1 parent 90ffe51 commit 5d7da2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ matrix:
sudo: enabled
before_install:
- sudo apt-get update
- sudo apt-get install -y gcc liblapack-dev cmake
- sudo apt-get -yV install libfftw3-3
- sudo apt-get install -y gcc liblapack-dev cmake libfftw3-dev
- pip install numpy --user
- pip install scipy --user
- sudo apt-get install -y libopenmpi-dev openmpi-bin
Expand Down

0 comments on commit 5d7da2a

Please sign in to comment.