1 |
jgs |
245 |
# locations of include files for python and boost |
2 |
jgs |
215 |
python_path = '/raid2/tools/python-2.3.4/include/python2.3' |
3 |
|
|
boost_path = '/raid2/tools/boost/include/boost-1_31' |
4 |
|
|
|
5 |
jgs |
245 |
# locations of libraries for python and boost |
6 |
jgs |
226 |
python_lib_path = '/raid2/tools/python-2.3.4/lib' |
7 |
|
|
boost_lib_path = '/raid2/tools/boost/lib' |
8 |
|
|
|
9 |
jgs |
245 |
# names of libraries for python and boost |
10 |
jgs |
238 |
python_lib = 'python2.3' |
11 |
|
|
boost_lib = 'boost_python-intel-d-1_31' |
12 |
jgs |
236 |
|
13 |
jgs |
245 |
# names of c and c++ compilers to use |
14 |
jgs |
223 |
cc = 'icc' |
15 |
|
|
cxx = 'icc' |
16 |
|
|
|
17 |
jgs |
245 |
# c flags to use |
18 |
jgs |
225 |
cc_flags = '-O3 -IPF_fma -ftz -openmp -openmp_report0 -mp1 -tpp2 -c99 -ansi_alias -no-gcc -fpic -w1' |
19 |
|
|
cc_flags_debug = '-g -O0 -openmp -openmp_report0 -tpp2 -c99 -ansi_alias -no-gcc -fpic -w1' |
20 |
jgs |
216 |
|
21 |
jgs |
245 |
# c++ flags to use |
22 |
jgs |
225 |
cxx_flags = '-O3 -IPF_fma -ftz -openmp -openmp_report0 -mp1 -tpp2 -ansi -ansi_alias -no-gcc -fpic -w1' |
23 |
|
|
cxx_flags_debug = '-g -O0 -openmp -openmp_report0 -tpp2 -ansi -ansi_alias -no-gcc -fpic -w1 -DDOASSERT -DDOPROF' |
24 |
jgs |
224 |
|
25 |
jgs |
245 |
# static library archiver flags to use |
26 |
jgs |
216 |
ar_flags = 'crus' |