19 |
|
|
20 |
# locations of include files for python |
# locations of include files for python |
21 |
python_path = '/usr/include/python2.3' |
python_path = '/usr/include/python2.3' |
22 |
|
python_lib_path = '/usr/lib' |
23 |
python_lib = 'python2.3' |
python_lib = 'python2.3' |
24 |
|
|
25 |
# locations of libraries for boost |
# locations of libraries for boost |
26 |
boost_path = '/opt/boost/python2.3/1.33.1/include' |
boost_path = '/opt/boost/python2.3/1.31.0/include' |
27 |
boost_lib_path = '/opt/boost/python2.3/1.33.1/lib' |
boost_libs_path = '/opt/boost/python2.3/1.31.0/lib' |
28 |
boost_lib = 'boost_python-gcc-mt-1_33_1' |
boost_libs = 'boost_python-il-mt-1_31' |
29 |
|
|
30 |
|
# locations of doc building executables |
31 |
|
doxygen_path = '/opt/doxygen-1.4.5/bin' |
32 |
|
epydoc_path = '/opt/epydoc-2.1/bin' |
33 |
|
epydoc_pythonpath = '/usr/lib/python2.3/site-packages' |
34 |
|
|
35 |
|
# locations of netcdf |
36 |
|
useNetCDF="yes" |
37 |
|
netCDF_path = "/opt/netcdf-3.6.0-p1/intel-9.0/include" |
38 |
|
netCDF_lib_path = "/opt/netcdf-3.6.0-p1/intel-9.0/lib" |
39 |
|
netCDF_libs = [ 'netcdf_c++', 'netcdf'] |
40 |
|
|
41 |
# c flags to use |
# c flags to use |
42 |
#cc_flags = '-O3 -fpic -IPF-fma -ftz -openmp -openmp_report0 -mp1 -tpp2 -c99 -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' |
43 |
#cc_flags_debug = '-g -O0 -fpic -openmp -openmp_report0 -tpp2 -c99 -w1' |
cc_flags = '-O3 -fpic -ip -Ob2 -IPF-fma -ftz -parallel -openmp -mtune=itanium2 -mcpu=itanium2 -c99 -IPF-fltacc -IPF-fp-speculationsafe -fno-alias' |
44 |
cc_flags = '-O3 -fpic -IPF-fma -ftz -parallel -mp1 -tpp2 -c99 -w1' |
cc_flags_debug = '-g -O0 -fpic -openmp -parallel -c99 -w1' |
|
cc_flags_debug = '-g -O0 -fpic -openmp -tpp2 -c99 -w1' |
|
45 |
|
|
46 |
# 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 |
47 |
cxx_flags = '-ansi' |
cxx_flags = '-ansi' |