Skip to content

Commit ecdafc9

Browse files
committed
BF: add back ATLAS install for ubuntu build entry
scikit-learn can link against BLAS libraries still at the same location as they were duing numpy build.
1 parent 17482e3 commit ecdafc9

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.travis.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,16 @@ env:
2424
matrix:
2525
# This environment tests that scikit-learn can be built against
2626
# versions of numpy, scipy with ATLAS that comes with Ubuntu Precise 12.04
27-
- DISTRIB="ubuntu" PYTHON_VERSION="2.7" CYTHON_VERSION="0.23.4"
28-
COVERAGE=true
27+
- env:
28+
- DISTRIB="ubuntu"
29+
- PYTHON_VERSION="2.7"
30+
- CYTHON_VERSION="0.23.4"
31+
- COVERAGE=true
32+
addons:
33+
apt:
34+
packages:
35+
- libatlas3gf-base
36+
- libatlas-dev
2937
# This environment tests the oldest supported anaconda env
3038
- DISTRIB="conda" PYTHON_VERSION="2.7" INSTALL_MKL="false"
3139
NUMPY_VERSION="1.6.2" SCIPY_VERSION="0.11.0" CYTHON_VERSION="0.23"

0 commit comments

Comments
 (0)