mailr15697 - /1.3/docs/Mac_framework_build_3way


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on April 12, 2012 - 09:29:
Author: bugman
Date: Thu Apr 12 09:29:42 2012
New Revision: 15697

URL: http://svn.gna.org/viewcvs/relax?rev=15697&view=rev
Log:
Updates and clean up of the Mac OS X framework building document.


Modified:
    1.3/docs/Mac_framework_build_3way

Modified: 1.3/docs/Mac_framework_build_3way
URL: 
http://svn.gna.org/viewcvs/relax/1.3/docs/Mac_framework_build_3way?rev=15697&r1=15696&r2=15697&view=diff
==============================================================================
--- 1.3/docs/Mac_framework_build_3way (original)
+++ 1.3/docs/Mac_framework_build_3way Thu Apr 12 09:29:42 2012
@@ -22,7 +22,7 @@
 
 Unpack numpy, and then run:
 
-$ python2.7 setup.py install
+$ ~/bin/python2.7 setup.py install
 
 This should take the deployment target platform, the architectures, etc. 
from the Python install.
 
@@ -31,7 +31,6 @@
 # Scipy.
 
 Install the appropriate GNU fortran version to add to Xcode (for example 
gfortran-42-5664.pkg from http://r.research.att.com/tools/).  Xcode does not 
come with a Fortran compiler and the fink version will not be able to create 
Universal 3-way binaries.
-#Install SuiteSparse via Fink.  Modify 
./scipy/sparse/linalg/dsolve/umfpack/umfpack.i to point to these header 
files.  Then run:
 
 $ PATH=/usr/local/bin/:$PATH ~/bin/python2.7 setup.py install
 
@@ -49,7 +48,7 @@
 
 This is probably because mpicc is dumber than gcc!  Make sure that there is 
no 'build' directory prior to compilation.  Finally, run:
 
-$ python2.7 setup.py install
+$ ~/bin/python2.7 setup.py install
 
 
 
@@ -96,13 +95,7 @@
 
 # wxPython 2.9.
 
-Download and unpack the latest source release.  Add the line:
-
-cross_compiling=yes
-
-to the 'configure' script at about line 1497.
-
-In the base directory, type:
+Download and unpack the latest source release.  In the base directory, type:
 
 $ cd wxPython
-$ python2.7 build-wxpython.py --build_dir=../bld --osx_cocoa 
--mac-universal-binary --prefix=$HOME --unicode --install
+$ ~/bin/python2.7 build-wxpython.py --build_dir=../bld --osx_cocoa 
--mac-universal-binary --prefix=$HOME --unicode --install




Related Messages


Powered by MHonArc, Updated Thu Apr 12 15:00:02 2012