CadQuery / OCP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OCCT 7.8.0+ no longer uses HashCode instead uses std::hash

jdegenstein opened this issue · comments

Not sure if this is the right place to file this issue. I am wondering if the new std::hash methods in OCCT 7.8.0+ are properly bound with pybind11's py::hash so that they are accessible from OCP?

This comment from one of the OCCT devs seems to indicate that an alternative approach would be to use TopTools_ShapeMapHasher{}(aShape); but I have not been able to get this to work in OCP yet.

https://dev.opencascade.org/node/84745#comment-25254

Link to relevant C++ code for TopTools_ShapeMapHasher in the OCP repo:

class TopTools_ShapeMapHasher

commented

Probably not, note that OCP 7.8 is not yet released.

OK thank you. For context, I created cadquery-ocp==7.8.1 wheels from the cadquery/label/dev conda package in my fork here https://github.com/jdegenstein/ocp-build-system/tree/resync

py311 wheels that I made are here (not including MacOS arm64):
https://github.com/jdegenstein/ocp-build-system/releases/tag/7.8.1

I have just been testing 7.8.1 for breaking changes, and this one with hashing is potentially significant.

commented

Thanks, but could you maybe not release this or at least mark as a pre-release ?

Sure, marked it as pre-release.

I tested the most recent cadquery/label/dev conda package and the hash functionality appears to be working correctly. Thank you!

I have noticed another few issues, would you like me to document them or is it not necessary yet?

commented

For now not needed, thanks