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

feat: update to 7.5.2 #67

Merged
merged 5 commits into from May 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions recipe/ShapeUpgrade.patch
@@ -0,0 +1,13 @@
diff --git a/src/ShapeUpgrade/ShapeUpgrade_UnifySameDomain.hxx b/src/ShapeUpgrade/ShapeUpgrade_UnifySameDomain.hxx
index b1558d11..0e2a83e5 100644
--- a/src/ShapeUpgrade/ShapeUpgrade_UnifySameDomain.hxx
+++ b/src/ShapeUpgrade/ShapeUpgrade_UnifySameDomain.hxx
@@ -21,7 +21,7 @@
#include <Standard.hxx>
#include <Standard_Type.hxx>

-#include <TopoDS_Shape.hxx>
+#include <TopoDS_Edge.hxx>
#include <Standard_Boolean.hxx>
#include <Standard_Transient.hxx>
#include <TopTools_DataMapOfShapeShape.hxx>
7 changes: 4 additions & 3 deletions recipe/meta.yaml
@@ -1,5 +1,5 @@
{% set name = "occt" %}
{% set version = "7.5.1" %}
{% set version = "7.5.2" %}

package:
name: {{ name }}
Expand All @@ -8,13 +8,14 @@ package:
source:
fn: {{ name }}-{{ version }}.tar.gz
url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=snapshot;h=V{{ version.replace(".", "_") }};sf=tgz
sha256: d7084a53eec031561a6dfb35e71f0c69ba212a89e7e68339e1912dc45f77c00a
sha256: 34711b0aec84a0dcdf650ed90fdf1f8b93b4141c61bb6d98568954536dd54e7d
patches:
- no-xmu.patch
- error-checking.patch
- ShapeUpgrade.patch

build:
number: 2
number: 0

requirements:
build:
Expand Down