13 |
|
|
14 |
sources = [x for x in filenames if os.path.splitext(x)[1] in ['.cpp', '.c']] |
sources = [x for x in filenames if os.path.splitext(x)[1] in ['.cpp', '.c']] |
15 |
|
|
16 |
local_env.Append(LIBS= python_libs + [boost_libs] + ['escript', 'esysUtils', 'CppUnitTest'] + sys_libs ) |
local_env.Append(LIBS= [python_lib] + [boost_lib] + ['escript', 'esysUtils', 'CppUnitTest'] + sys_libs ) |
17 |
if useNetCDF == 'yes': |
if useNetCDF == 'yes': |
18 |
local_env.Append(LIBS = netCDF_libs) |
local_env.Append(LIBS = netCDF_libs) |
19 |
local_env.Append(CPPDEFINES = [ 'USE_NETCDF' ]) |
local_env.Append(CPPDEFINES = [ 'USE_NETCDF' ]) |