feat(python-eos): work on python eos module
This commit is contained in:
@@ -8,12 +8,14 @@ py_mod = py_installation.extension_module(
|
||||
meson.project_source_root() + '/src/python/composition/bindings.cpp',
|
||||
meson.project_source_root() + '/src/python/const/bindings.cpp',
|
||||
meson.project_source_root() + '/src/python/config/bindings.cpp',
|
||||
meson.project_source_root() + '/src/python/eos/bindings.cpp',
|
||||
],
|
||||
dependencies : [
|
||||
pybind11_dep,
|
||||
const_dep,
|
||||
config_dep,
|
||||
composition_dep,
|
||||
eos_dep,
|
||||
species_weight_dep
|
||||
],
|
||||
cpp_args : ['-UNDEBUG'], # Example: Ensure assertions are enabled if needed
|
||||
|
||||
Reference in New Issue
Block a user