build(libconfig): fixed issues with libconfig installing in python wheel

This commit is contained in:
2025-12-20 14:49:27 -05:00
parent 47341c9845
commit 63caa78f15
5 changed files with 18 additions and 10 deletions

View File

@@ -277,13 +277,6 @@ void register_comp_bindings(pybind11::module &m) {
&fourdst::composition::utils::CompositionHash::hash_exact<fourdst::composition::Composition>,
py::arg("composition"),
"Compute a hash for a given Composition object."
)
.def_static(
"hash_quantized",
&fourdst::composition::utils::CompositionHash::hash_quantized<fourdst::composition::Composition>,
py::arg("composition"),
py::arg("eps"),
"Compute a quantized hash for a given Composition object with specified precision."
);
utils.def(