changed: build opm-common python extension using cmake
only use setup.py to generate wheels. adjust pypi packaging accordingly
This commit is contained in:
@@ -25,6 +25,6 @@ void python::common::export_all(py::module& module) {
|
||||
}
|
||||
|
||||
|
||||
PYBIND11_MODULE(libopmcommon_python, module) {
|
||||
PYBIND11_MODULE(opmcommon_python, module) {
|
||||
python::common::export_all(module);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user