20 |
scsl_libs = ['scs_mp'] |
scsl_libs = ['scs_mp'] |
21 |
|
|
22 |
# locations of include files for python |
# locations of include files for python |
23 |
python_path = '/usr/include/python2.3/' |
python_path = '/home/escript/python-2.4.3/include/python2.4' |
24 |
python_lib_path = '/usr/lib/python2.3/' |
python_lib_path = '/home/escript/python-2.4.3/lib' |
25 |
python_lib = 'python2.3' |
python_lib = 'python2.4' |
26 |
|
|
27 |
# locations of libraries for boost |
# locations of libraries for boost |
28 |
boost_path = '/opt/boost-1.33.0/gcc/include/boost-1_33' |
boost_path = '/home/escript/boost-1.33.1/include/boost-1_33_1' |
29 |
boost_lib_path = '/opt/boost-1.33.0/gcc/lib' |
boost_lib_path = '/home/escript/boost-1.33.1/lib' |
30 |
boost_lib = 'boost_python-gcc-mt-d' |
boost_lib = 'boost_python-gcc-mt' |
31 |
|
|
32 |
# locations of doc building executables |
# locations of doc building executables |
33 |
#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' |
41 |
|
|
42 |
# c flags to use |
# c flags to use |
43 |
cc_flags = "-O3 -ftz -IPF_ftlacc- -IPF_fma -fno-alias -openmp -openmp_report0 -fno-alias -c99 -w1 -fpic" |
cc_flags = "-O3 -ftz -IPF_ftlacc- -IPF_fma -fno-alias -openmp -openmp_report0 -fno-alias -c99 -w1 -fpic" |
44 |
cc_flags_debug = '-g -O0 -openmp -openmp_report0 -c99 -ansi_alias -w1 -fpic' |
cc_flags_debug = '-g -O0 -openmp -openmp_report0 -c99 -w1 -fpic' |
45 |
|
|
46 |
# c++ flags to use |
# c++ flags to use |
47 |
cxx_flags = '-ansi -ansi_alias' |
cxx_flags = '-ansi' |
48 |
cxx_flags_debug = '-ansi -DDOASSERT -DDOPROF' |
cxx_flags_debug = '-ansi -DDOASSERT -DDOPROF' |
49 |
|
|
50 |
# system specific libraries to link with |
# system specific libraries to link with |