Parent Directory
|
Revision Log
fix quoting of library names
1 | jgs | 215 | python_path = '/raid2/tools/python-2.3.4/include/python2.3' |
2 | boost_path = '/raid2/tools/boost/include/boost-1_31' | ||
3 | |||
4 | jgs | 226 | python_lib_path = '/raid2/tools/python-2.3.4/lib' |
5 | boost_lib_path = '/raid2/tools/boost/lib' | ||
6 | |||
7 | jgs | 238 | python_lib = 'python2.3' |
8 | boost_lib = 'boost_python-intel-d-1_31' | ||
9 | jgs | 236 | |
10 | jgs | 223 | cc = 'icc' |
11 | cxx = 'icc' | ||
12 | |||
13 | jgs | 225 | cc_flags = '-O3 -IPF_fma -ftz -openmp -openmp_report0 -mp1 -tpp2 -c99 -ansi_alias -no-gcc -fpic -w1' |
14 | cc_flags_debug = '-g -O0 -openmp -openmp_report0 -tpp2 -c99 -ansi_alias -no-gcc -fpic -w1' | ||
15 | jgs | 216 | |
16 | jgs | 225 | cxx_flags = '-O3 -IPF_fma -ftz -openmp -openmp_report0 -mp1 -tpp2 -ansi -ansi_alias -no-gcc -fpic -w1' |
17 | cxx_flags_debug = '-g -O0 -openmp -openmp_report0 -tpp2 -ansi -ansi_alias -no-gcc -fpic -w1 -DDOASSERT -DDOPROF' | ||
18 | jgs | 224 | |
19 | jgs | 216 | ar_flags = 'crus' |
ViewVC Help | |
Powered by ViewVC 1.1.26 |