--- trunk/scons/cognac_options.py 2006/03/27 02:43:09 682 +++ trunk/scons/cognac_options.py 2006/06/26 13:12:56 757 @@ -22,13 +22,15 @@ python_lib = 'python2.3' # locations of libraries for boost -boost_path = '/home/woo409/dev/boost_1_33_1' -boost_lib_path = '/home/woo409/dev/boost_1_33_1/altix_binary/lib' -boost_lib = 'boost_python-il-mt-1_33_1' +boost_path = '/opt/boost/python2.3/1.33.1/include' +boost_lib_path = '/opt/boost/python2.3/1.33.1/lib' +boost_lib = 'boost_python-gcc-mt-1_33_1' # c flags to use -cc_flags = '-O3 -fpic -IPF_fma -ftz -openmp -openmp_report0 -mp1 -tpp2 -c99 -ansi_alias -w1' -cc_flags_debug = '-g -O0 -fpic -openmp -openmp_report0 -tpp2 -c99 -ansi_alias -w1' +#cc_flags = '-O3 -fpic -IPF-fma -ftz -openmp -openmp_report0 -mp1 -tpp2 -c99 -w1' +#cc_flags_debug = '-g -O0 -fpic -openmp -openmp_report0 -tpp2 -c99 -w1' +cc_flags = '-O3 -fpic -IPF-fma -ftz -parallel -mp1 -tpp2 -c99 -w1' +cc_flags_debug = '-g -O0 -fpic -openmp -tpp2 -c99 -w1' # c++ flags to use - only need to list the additional ones compared with cc_flags cxx_flags = '-ansi'