27 |
# locations of include files for python |
# locations of include files for python |
28 |
python_path = Dir('/usr/include') |
python_path = Dir('/usr/include') |
29 |
python_lib_path = Dir('/usr/lib') |
python_lib_path = Dir('/usr/lib') |
30 |
python_lib = Library('python2.3') |
python_lib = [ 'python2.3' ] |
31 |
|
|
32 |
|
# locations of PAPI |
33 |
|
papi_path = '' |
34 |
|
papi_lib_path = '' |
35 |
|
papi_libs = [] |
36 |
|
|
37 |
# locations of libraries for boost |
# locations of libraries for boost |
38 |
boost_path = Dir('/usr/include') |
boost_path = '/usr/include' |
39 |
boost_lib_path = Dir('/usr/lib') |
boost_lib_path = '/usr/lib' |
40 |
boost_lib = Library('boost_python') |
boost_lib = 'boost_python' |
41 |
|
|
42 |
# locations of doc building executables |
# locations of doc building executables |
43 |
doxygen_path = '' |
doxygen_path = '' |
85 |
if ARGUMENTS.get('debug',0): dodebug = 1 |
if ARGUMENTS.get('debug',0): dodebug = 1 |
86 |
if ARGUMENTS.get('options',0): options = ARGUMENTS.get('options',0) |
if ARGUMENTS.get('options',0): options = ARGUMENTS.get('options',0) |
87 |
if ARGUMENTS.get('usegcc',0): usegcc = 1 |
if ARGUMENTS.get('usegcc',0): usegcc = 1 |
|
|
|
88 |
# |
# |
89 |
# try to import <hostname>_options |
# try to import <hostname>_options |
90 |
try: |
try: |
115 |
|
|
116 |
# |
# |
117 |
# export configuration variables |
# export configuration variables |
118 |
|
# |
119 |
Export(["esysroot"]) |
Export(["esysroot"]) |
120 |
Export(["libinstall"]) |
Export(["libinstall"]) |
|
Export(["pyinstall"]) |
|
121 |
Export(["incinstall"]) |
Export(["incinstall"]) |
122 |
|
Export(["pyinstall"]) |