20 |
# locations of libs etc used by SCSL |
# locations of libs etc used by SCSL |
21 |
scsl_path = '/usr/include' |
scsl_path = '/usr/include' |
22 |
scsl_lib_path = '/usr/lib' |
scsl_lib_path = '/usr/lib' |
23 |
scsl_libs = ['scs_mp'] |
scsl_libs = ['scs'] |
24 |
scsl_libs_MPI = [ 'scs', 'mpi' ] |
scsl_libs_MPI = [ 'scs', 'mpi' ] |
25 |
|
|
26 |
|
|
32 |
# locations of libraries for boost |
# locations of libraries for boost |
33 |
boost_path = '/data/raid2/toolspp4/boost/1.33.1/python-2.4.1/gcc-3.3.6/include' |
boost_path = '/data/raid2/toolspp4/boost/1.33.1/python-2.4.1/gcc-3.3.6/include' |
34 |
boost_lib_path = '/data/raid2/toolspp4/boost/1.33.1/python-2.4.1/gcc-3.3.6/lib' |
boost_lib_path = '/data/raid2/toolspp4/boost/1.33.1/python-2.4.1/gcc-3.3.6/lib' |
35 |
boost_lib = 'boost_python-mt' |
boost_lib = 'boost_python' |
36 |
|
|
37 |
# locations of doc building executables |
# locations of doc building executables |
38 |
doxygen_path = '/raid2/tools/doxygen/1.4.2/gcc-3.3.5/bin' |
doxygen_path = '/raid2/tools/doxygen/1.4.2/gcc-3.3.5/bin' |
62 |
cxx_flags_debug_MPI = '-ansi -DDOASSERT -DDOPROF -wd1563 -wd161' |
cxx_flags_debug_MPI = '-ansi -DDOASSERT -DDOPROF -wd1563 -wd161' |
63 |
|
|
64 |
# system specific libraries to link with |
# system specific libraries to link with |
65 |
sys_libs = ['guide', 'irc'] |
# sys_libs = ['guide', 'irc'] |