21 |
# Filter out sources that should not be in the list automatically |
# Filter out sources that should not be in the list automatically |
22 |
sources.remove(py_wrapper_source) # FIXME: should probably refactor the source tree so the python wrapper isn't colocated with c++ sources |
sources.remove(py_wrapper_source) # FIXME: should probably refactor the source tree so the python wrapper isn't colocated with c++ sources |
23 |
|
|
24 |
local_env.Append(LIBS = [boost_lib] + [ 'esysUtils'] + sys_libs + netCDF_libs + mpi_libs) |
local_env.Append(LIBS = [boost_lib] + [ 'esysUtils'] + sys_libs + netCDF_libs + mpi_libs + [python_lib]) |
25 |
py_wrapper_local_env.Append(LIBS = [boost_lib] + [ lib_name, 'esysUtils'] + sys_libs + netCDF_libs) |
py_wrapper_local_env.Append(LIBS = [boost_lib] + [ lib_name, 'esysUtils'] + sys_libs + netCDF_libs + [python_lib]) |
26 |
if useNetCDF == 'yes': |
if useNetCDF == 'yes': |
27 |
local_env.Append(LIBS = netCDF_libs) |
local_env.Append(LIBS = netCDF_libs) |
28 |
local_env.Append(CPPDEFINES = [ 'USE_NETCDF' ]) |
local_env.Append(CPPDEFINES = [ 'USE_NETCDF' ]) |