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

Update code to ready for latest version of OpenCascade (6.7.1) #10322

Closed
martyngigg opened this issue May 16, 2014 · 1 comment
Closed

Update code to ready for latest version of OpenCascade (6.7.1) #10322

martyngigg opened this issue May 16, 2014 · 1 comment
Assignees
Labels
Framework Issues and pull requests related to components in the Framework High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Milestone

Comments

@martyngigg
Copy link
Member

Some unit tests fail when running the code built on Windows 8. They all relate to using the OpenCascade function BRepMesh::Mesh(Result,0.001);. The OpenCascade changelogs suggest that there was a bug on 64-bit platforms in functions that the above method calls.

Upgrading Opencascade locally seems to solve the crashing issue on Windows 8.

This ticket will be about putting backwards-compatible changes into the code that will allow third party to be updated.

@martyngigg
Copy link
Member Author

This issue was originally trac ticket 9479

@martyngigg martyngigg added High Priority An issue or pull request that if not addressed is severe enough to postponse a release. Framework Issues and pull requests related to components in the Framework labels Jun 3, 2015
@martyngigg martyngigg self-assigned this Jun 3, 2015
@martyngigg martyngigg added this to the Release 3.2 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Projects
None yet
Development

No branches or pull requests

1 participant