File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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" 
Original file line number Diff line number Diff 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
7272If 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
7979is used to provide the implementation of the BLAS and LAPACK linear algebra
8080routines::
8181
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments