diff options
Diffstat (limited to 'externals/grill/py/build')
-rw-r--r-- | externals/grill/py/build/config-lnx.def | 1 | ||||
-rw-r--r-- | externals/grill/py/build/config-mac.def | 1 | ||||
-rw-r--r-- | externals/grill/py/build/config-win.def | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/externals/grill/py/build/config-lnx.def b/externals/grill/py/build/config-lnx.def index 3eba0d96..e24f8b17 100644 --- a/externals/grill/py/build/config-lnx.def +++ b/externals/grill/py/build/config-lnx.def @@ -5,4 +5,5 @@ PYTHONPREFIX=/usr PYTHONVERSION=2.3 # uncomment if numarray support should be compiled in +# for info about numarray see http://numeric.scipy.org # PY_NUMARRAY=1 diff --git a/externals/grill/py/build/config-mac.def b/externals/grill/py/build/config-mac.def index a966f137..684c70b3 100644 --- a/externals/grill/py/build/config-mac.def +++ b/externals/grill/py/build/config-mac.def @@ -1,2 +1,3 @@ # uncomment if numarray support should be compiled in +# for info about numarray see http://numeric.scipy.org # PY_NUMARRAY=1 diff --git a/externals/grill/py/build/config-win.def b/externals/grill/py/build/config-win.def index f587116d..31cfe0a9 100644 --- a/externals/grill/py/build/config-win.def +++ b/externals/grill/py/build/config-win.def @@ -2,4 +2,5 @@ PYTHONPATH=c:\programme\prog\python24 # uncomment if numarray support should be compiled in +# for info about numarray see http://numeric.scipy.org # PY_NUMARRAY=1 |