Changes between Version 9 and Version 10 of MacBuild


Ignore:
Timestamp:
Jan 30, 2012 4:00:34 PM (12 years ago)
Author:
m-doucet
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • MacBuild

    v9 v10  
    1919}}} 
    2020 
    21 - Build matplotlib:[[BR]] 
     21- Build and install matplotlib:[[BR]] 
    2222{{{ 
    2323make -f make.osx PREFIX=$HOME/.local PYVERSION=2.6 fetch deps mpl_install 
     
    2525 
    2626== Install Scipy 0.10.0 == 
    27 In progress... 
    2827 
    29 - Get the scipy code from here: [http://sourceforge.net/projects/scipy/files/scipy/0.10.0/scipy-0.10.0.tar.gz/downlo 
     28- Get the scipy code from here: [http://sourceforge.net/projects/scipy/files/scipy/0.10.0/scipy-0.10.0.tar.gz/download/] 
     29 
    3030- Create this following symbolic link (might vary slightly): 
    3131{{{ 
     
    3333}}} 
    3434 
     35- Build and install scipy:[[BR]] 
     36{{{ 
     37python2.6 setup.py install --user 
     38}}}