From 6efe6563a57bc3f946deaecff67653f9d21ea99d Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sat, 20 Jan 2007 14:27:22 +0000 Subject: fixed rich comparison method in Symbol class fix for OSX small cosmetic fixes enable compiled-only scripts (without .py) small changes for numpy support fix for numpy headers on OS X fix for numpy added xcode 2.4 project added pyext._list and pyext._tuple to convert input lists to Python sequence objects fix numpy et al enable module packages (module/__init__.py[co]), now also for Max svn path=/trunk/; revision=7370 --- externals/grill/py/build/gnumake-lnx-gcc.inc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'externals/grill/py/build/gnumake-lnx-gcc.inc') diff --git a/externals/grill/py/build/gnumake-lnx-gcc.inc b/externals/grill/py/build/gnumake-lnx-gcc.inc index ff0a8bfa..483bb514 100644 --- a/externals/grill/py/build/gnumake-lnx-gcc.inc +++ b/externals/grill/py/build/gnumake-lnx-gcc.inc @@ -4,4 +4,11 @@ LIBS += -lpython$(PYTHONVERSION) ifdef PY_NUMARRAY DEFS += -DPY_NUMARRAY -endif \ No newline at end of file +endif +ifdef PY_NUMPY +DEFS += -DPY_NUMPY +endif +ifdef PY_NUMERIC +DEFS += -DPY_NUMERIC +endif + -- cgit v1.2.1