Skip to content

Commit 2c7473f

Browse files
trevorstephensjnothman
authored andcommitted
MAINT Update libatlas version in advanced installation instructions (scikit-learn#10204)
1 parent 6eb218e commit 2c7473f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ matrix:
3030
packages:
3131
# these only required by the DISTRIB="ubuntu" builds:
3232
- python-scipy
33-
- libatlas3gf-base
33+
- libatlas3-base
3434
- libatlas-dev
3535
# This environment tests the oldest supported anaconda env
3636
- env: DISTRIB="conda" PYTHON_VERSION="2.7" INSTALL_MKL="false"

doc/developers/advanced_installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ Python 2 you can install all these requirements by issuing::
6767

6868
sudo apt-get install build-essential python-dev python-setuptools \
6969
python-numpy python-scipy \
70-
libatlas-dev libatlas3gf-base
70+
libatlas-dev libatlas3-base
7171

7272
If you have Python 3::
7373

7474
sudo apt-get install build-essential python3-dev python3-setuptools \
7575
python3-numpy python3-scipy \
76-
libatlas-dev libatlas3gf-base
76+
libatlas-dev libatlas3-base
7777

78-
On recent Debian and Ubuntu (e.g. Ubuntu 13.04 or later) make sure that ATLAS
78+
On recent Debian and Ubuntu (e.g. Ubuntu 14.04 or later) make sure that ATLAS
7979
is used to provide the implementation of the BLAS and LAPACK linear algebra
8080
routines::
8181

0 commit comments

Comments
 (0)