Parent Directory
|
Revision Log
|
Patch
revision 366 by jgs, Tue Nov 29 06:13:22 2005 UTC | revision 367 by gross, Thu Dec 15 22:55:46 2005 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | # locations of include files for python and boost | # locations of include files for python and boost |
2 | python_path = '/usr/include/python2.3' | # find valid python version: |
3 | import sys,os | |
4 | python_path="/usr/include/python%s.%s"%(sys.version_info[0],sys.version_info[1]) | |
5 | if not os.access(python_path,os.F_OK): python_path="/usr/include" | |
6 | ||
7 | boost_path = '/usr/include' | boost_path = '/usr/include' |
8 | ||
9 | # locations of libraries for python and boost | # locations of libraries for python and boost |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |