fix(python): added temporary patch to let python bindings work on mac
Mirroring what was done in fourdst (see fourdst/tree/v0.8.5) we have added a temporary patch to let python bindings work on mac while the meson-python folks resolve the duplicate rpath issue in the shared object file
This commit is contained in:
@@ -197,11 +197,11 @@ namespace {
|
||||
}
|
||||
|
||||
void register_engine_bindings(py::module &m) {
|
||||
register_engine_type_bindings(m);
|
||||
register_engine_procedural_bindings(m);
|
||||
register_base_engine_bindings(m);
|
||||
register_engine_view_bindings(m);
|
||||
register_engine_diagnostic_bindings(m);
|
||||
register_engine_procedural_bindings(m);
|
||||
register_engine_type_bindings(m);
|
||||
}
|
||||
|
||||
void register_base_engine_bindings(const pybind11::module &m) {
|
||||
|
||||
Reference in New Issue
Block a user