Changes between Version 7 and Version 8 of MacBuild


Ignore:
Timestamp:
Jan 30, 2012 1:57:59 PM (13 years ago)
Author:
m-doucet
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • MacBuild

    v7 v8  
    1919}}} 
    2020 
     21== Install Scipy 0.10.0 == 
     22In progress... 
     23 
     24- Get the scipy code from here: [http://sourceforge.net/projects/scipy/files/scipy/0.10.0/scipy-0.10.0.tar.gz/downlo 
     25- Create this following symbolic link (might vary slightly): 
     26{{{ 
     27cd /usr/local/lib; ln -sf /usr/lib/gcc/i686-apple-darwin11/4.2.1/libgcc.a libcc_dynamic.a 
     28}}} 
     29 
    2130- Build matplotlib:[[BR]] 
    2231{{{