Skip to content

Commit

Permalink
Travis, use libatlas instead of openblas.
Browse files Browse the repository at this point in the history
Because it provides cblas.so
  • Loading branch information
phcerdan committed Aug 2, 2018
1 parent 2c1cd48 commit 7a82d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ script:
- >
docker run -e PYTHONVERSION=${PYTHONVERSION} -v $(pwd):/app ubuntu:xenial bash -x -c "
apt-get update &&
apt-get install -y wget bzip2 build-essential cmake libffi-dev libopenblas-dev liblapack-dev liblapacke-dev &&
apt-get install -y wget bzip2 build-essential cmake libffi-dev libatlas-base-dev liblapack-dev liblapacke-dev &&
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh &&
bash Miniconda3-latest-Linux-x86_64.sh -b &&
/root/miniconda3/bin/conda config --set always_yes yes --set changeps1 no &&
Expand Down

0 comments on commit 7a82d57

Please sign in to comment.