24 |
# locations of libraries for boost |
# locations of libraries for boost |
25 |
boost_path = '/opt/boost/python2.3/1.33.1/include' |
boost_path = '/opt/boost/python2.3/1.33.1/include' |
26 |
boost_lib_path = '/opt/boost/python2.3/1.33.1/lib' |
boost_lib_path = '/opt/boost/python2.3/1.33.1/lib' |
27 |
boost_lib = 'boost_python-il-mt-1_33_1' |
boost_lib = 'boost_python-gcc-mt-1_33_1' |
28 |
|
|
29 |
# c flags to use |
# c flags to use |
30 |
cc_flags = '-O3 -fpic -IPF_fma -ftz -openmp -openmp_report0 -mp1 -tpp2 -c99 -ansi_alias -w1' |
cc_flags = '-O3 -fpic -ip -Ob2 -IPF-fma -ftz -parallel -openmp -mtune=itanium2 -mcpu=itanium2 -c99 -IPF-fltacc -IPF-fp-speculationsafe -ipo -fno-alias' |
31 |
cc_flags_debug = '-g -O0 -fpic -openmp -openmp_report0 -tpp2 -c99 -ansi_alias -w1' |
cc_flags_debug = '-g -O0 -fpic -openmp -parallel -c99 -w1' |
32 |
|
|
33 |
# c++ flags to use - only need to list the additional ones compared with cc_flags |
# c++ flags to use - only need to list the additional ones compared with cc_flags |
34 |
cxx_flags = '-ansi' |
cxx_flags = '-ansi' |