Changes between Version 7 and Version 8 of MacBuild
- Timestamp:
- Jan 30, 2012 1:57:59 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MacBuild
v7 v8 19 19 }}} 20 20 21 == Install Scipy 0.10.0 == 22 In 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 {{{ 27 cd /usr/local/lib; ln -sf /usr/lib/gcc/i686-apple-darwin11/4.2.1/libgcc.a libcc_dynamic.a 28 }}} 29 21 30 - Build matplotlib:[[BR]] 22 31 {{{