20 |
boost_lib = 'boost_python-vc71-mt-s-1_31' |
boost_lib = 'boost_python-vc71-mt-s-1_31' |
21 |
|
|
22 |
# locations of netcdf |
# locations of netcdf |
23 |
useNetCDF = "no" |
useNetCDF = "yes" |
24 |
netCDF_path = os.path.realpath("../netcdf/src/include") |
netCDF_path = os.path.realpath("../netcdf/src/include") |
25 |
netCDF_lib_path = os.path.realpath("../netcdf/src/win32/NET/release") |
netCDF_lib_path = os.path.realpath("../netcdf/src/win32/NET/release") |
26 |
netCDF_libs_cxx = [ 'netcdf', 'netcdf_cpp' ] |
netCDF_libs = [ 'netcdf', 'netcdf_cpp' ] |
27 |
|
|
28 |
cc_defines = ['_USE_MATH_DEFINES', 'DLL_NETCDF' ] |
cc_defines = ['_USE_MATH_DEFINES', 'DLL_NETCDF' ] |
29 |
# c flags to use |
# c flags to use |