blob: e24f8b177e61fd09a43297d72f051f1877a5db8f (
plain)
1
2
3
4
5
6
7
8
9
|
# what is the base prefix of the Python installation?
PYTHONPREFIX=/usr
# which Python version do you want to compile against?
PYTHONVERSION=2.3
# uncomment if numarray support should be compiled in
# for info about numarray see http://numeric.scipy.org
# PY_NUMARRAY=1
|