Skip to content

Commit

Permalink
Remove outdated BLAS-related stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
tovrstra committed Jun 28, 2017
1 parent d0a1ada commit 0299b22
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ addons:
- gcc-6
- g++-6
- gfortran-6
- libatlas-base-dev
- libhdf5-serial-dev
# libtool is needed by libint
- libtool
Expand Down Expand Up @@ -44,10 +43,6 @@ install:
# Handle detached-HEAD situations that seem to be common on Travis-CI.
- tools/qa/fix_detached_head.sh

# BLAS_LIBRARIES must be set because Python thinks it is running in Debian
# wheezy/sid while it is actually running Ubuntu-12.04. This is Travis-CI specific.
- export BLAS_LIBRARIES=atlas:cblas

# Build all required dependencies from source, i.e. the ones not provided by the build
# infrastructure. These dependencies are built from source for two reasons:
# 1) Travis limits the packages that can be installed in the container-based
Expand Down

0 comments on commit 0299b22

Please sign in to comment.