From ba20eb3d9b596cd5017249b839aaa75957cea59d Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Thu, 3 Aug 2006 16:33:37 +0000 Subject: added message bundle functionality (pyext.Bundle class) enable compiled-only scripts (without .py) small optimizations and fixes small changes for numpy support enable module packages (module/__init__.py[co]), now also for Max compiler flag to exclude DSP objects some ASSERTs for explicitly created pyext classes (should be runtime checks i guess) added pyext._list and pyext._tuple to convert input lists to Python sequence objects let _inlets and _outlets default to 0 svn path=/trunk/; revision=5472 --- externals/grill/py/build/config-lnx.def | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'externals/grill/py/build/config-lnx.def') diff --git a/externals/grill/py/build/config-lnx.def b/externals/grill/py/build/config-lnx.def index e24f8b17..e19f03bc 100644 --- a/externals/grill/py/build/config-lnx.def +++ b/externals/grill/py/build/config-lnx.def @@ -2,8 +2,10 @@ PYTHONPREFIX=/usr # which Python version do you want to compile against? -PYTHONVERSION=2.3 +PYTHONVERSION=2.4 -# uncomment if numarray support should be compiled in -# for info about numarray see http://numeric.scipy.org +# uncomment if numpy/numarray/numeric support should be compiled in +# for info see http://numeric.scipy.org +PY_NUMPY=1 # PY_NUMARRAY=1 +# PY_NUMERIC=1 -- cgit v1.2.1