blob: 3eba0d966965a8af17ad9f1d3d572881150ed3ea (
plain)
1
2
3
4
5
6
7
8
|
# 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
# PY_NUMARRAY=1
|