Update of /cvsroot/pure-data/externals/grill/py/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24537/build
Modified Files: config-mac.def gnumake-mac-gcc.inc Log Message: compilation fixes for Python 2.5, OSX cross-platform fixes more cross-platform and version fixes compilation fixes for Python 2.5
Index: config-mac.def =================================================================== RCS file: /cvsroot/pure-data/externals/grill/py/build/config-mac.def,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** config-mac.def 6 Jul 2007 21:44:56 -0000 1.6 --- config-mac.def 4 Jan 2008 11:59:00 -0000 1.7 *************** *** 1,2 **** --- 1,5 ---- + # which major python version? + PYTHONVER=23 + # uncomment if numpy/numarray/numeric support should be compiled in # for info see http://numeric.scipy.org
Index: gnumake-mac-gcc.inc =================================================================== RCS file: /cvsroot/pure-data/externals/grill/py/build/gnumake-mac-gcc.inc,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** gnumake-mac-gcc.inc 6 Jul 2007 21:44:56 -0000 1.6 --- gnumake-mac-gcc.inc 4 Jan 2008 11:59:00 -0000 1.7 *************** *** 1,4 **** DEFS += -DPY_EXPORTS ! LIBS += -framework Python
ifdef PY_NUMARRAY --- 1,4 ---- DEFS += -DPY_EXPORTS ! LIBS += -F/Library/Frameworks -framework Python
ifdef PY_NUMARRAY *************** *** 7,11 **** ifdef PY_NUMPY DEFS += -DPY_NUMPY ! INCPATH += -I/Library/Python/2.3/site-packages/numpy/core/include endif ifdef PY_NUMERIC --- 7,12 ---- ifdef PY_NUMPY DEFS += -DPY_NUMPY ! INCPATH += -I/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include ! #INCPATH += -F/System/Library/Frameworks -I/Library/Python/2.3/site-packages/numpy/core/include endif ifdef PY_NUMERIC