Skip to content

Commit

Permalink
changes to try to get travis to use lapack
Browse files Browse the repository at this point in the history
  • Loading branch information
gutmann committed Jun 21, 2016
1 parent 751442f commit feb7abe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ addons:
packages:
- gfortran
- libnetcdf-dev
- liblapack-dev
script:
- sed -i "s|NCDF_PATH = /usr/local|NCDF_PATH = /usr|" src/makefile
- sed -i "s|LAPACK_PATH = /usr/local|LAPACK_PATH = /usr|" src/makefile
- make -C src -j4 test
# - make -C src -j4
- make -C src -j4
1 change: 1 addition & 0 deletions src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

FC=gfortran
NCDF_PATH = /usr/local
LAPACK_PATH = /usr/local
INSTALL_DIR = ~/bin
RM=/bin/rm
CP=/bin/cp
Expand Down

0 comments on commit feb7abe

Please sign in to comment.