17 |
sources += ['CPPAdapter/'+x for x in cppadapter_filenames if os.path.splitext(x)[1] in ['.cpp', '.c']] |
sources += ['CPPAdapter/'+x for x in cppadapter_filenames if os.path.splitext(x)[1] in ['.cpp', '.c']] |
18 |
cppadapter_headers = ['CPPAdapter/'+x for x in cppadapter_filenames if os.path.splitext(x)[1] in ['.h']] |
cppadapter_headers = ['CPPAdapter/'+x for x in cppadapter_filenames if os.path.splitext(x)[1] in ['.h']] |
19 |
|
|
20 |
|
local_env.Append(LIBS = [boost_lib, python_lib, sys_libs, 'esysUtils', 'escriptcpp', 'paso']) |
21 |
|
|
22 |
if mkl_libs: |
if mkl_libs: |
23 |
local_env.Append(CPPDEFINES=['MKL',]) |
local_env.Append(CPPDEFINES=['MKL',]) |
24 |
local_env.Append(LIBS = mkl_libs) |
local_env.Append(LIBS = mkl_libs) |
34 |
|
|
35 |
lib_name = 'finleycpp' |
lib_name = 'finleycpp' |
36 |
|
|
|
local_env.Append(LIBS = [boost_lib, python_lib, sys_libs, 'esysUtils', 'escriptcpp', 'paso']) |
|
|
|
|
37 |
lib = local_env.SharedLibrary(lib_name, sources) |
lib = local_env.SharedLibrary(lib_name, sources) |
38 |
|
|
39 |
include_path = Dir(lib_name, incinstall) |
include_path = Dir(lib_name, incinstall) |