Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport] Add support for OCCT 7.8.0 #1034

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

carbonXIII
Copy link

@carbonXIII carbonXIII commented Sep 18, 2024

Backport of FreeCAD#11909 , fixes #1032

There were a few extra changes compared to upstream:

  • A few more places where HashCode() is used, changes gated with the same #if OCC_VERSION_HEX >= 0x070800
  • A few more removed references to removed headers. This isn't gated by version, matching the upstream commit; not sure if they are supposed to be.
  • Explicitly specify the ShapeHasher for undordered_map/set in TopoShapeEx

Tested this on Arch with gcc 14.2.1 20240910 and opencascade 7.8.1,
Build verified with docker://freecadci/runner (but not tested)
(There are some changes for boost 1.86 I needed to make this build, but I've left those out)

@realthunder realthunder merged commit d2894ae into realthunder:LinkStable Sep 26, 2024
@realthunder
Copy link
Owner

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Backport] OCCT 7.8.0 Support
3 participants