--- trunk/scons/cognac_options.py 2007/03/14 08:38:00 1033 +++ trunk/scons/cognac_options.py 2007/05/23 00:44:01 1160 @@ -24,8 +24,8 @@ # locations of libraries for boost boost_path = '/opt/boost/python2.3/1.31.0/include' -boost_lib_path = '/opt/boost/python2.3/1.31.0/lib' -boost_lib = 'boost_python-il-mt-1_31' +boost_libs_path = '/opt/boost/python2.3/1.31.0/lib' +boost_libs = 'boost_python-il-mt-1_31' # locations of doc building executables doxygen_path = '/opt/doxygen-1.4.5/bin' @@ -33,9 +33,10 @@ epydoc_pythonpath = '/usr/lib/python2.3/site-packages' # locations of netcdf +useNetCDF="yes" netCDF_path = "/opt/netcdf-3.6.0-p1/intel-9.0/include" netCDF_lib_path = "/opt/netcdf-3.6.0-p1/intel-9.0/lib" -netCDF_libs_cxx = [ 'netcdf_c++', 'netcdf'] +netCDF_libs = [ 'netcdf_c++', 'netcdf'] # c flags to use #cc_flags = '-O3 -fpic -ip -Ob2 -IPF-fma -ftz -parallel -openmp -mtune=itanium2 -mcpu=itanium2 -c99 -IPF-fltacc -IPF-fp-speculationsafe -ipo -fno-alias'