python3-occ: patch for occt 7.7.1

This commit is contained in:
Đoàn Trần Công Danh 2023-06-06 00:13:45 +07:00
parent 143dbe0931
commit 112a3edfb8
2 changed files with 2562 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@ archs="i686* x86_64* armv7l* aarch64* ppc*"
build_style=cmake
configure_args="-DPYTHONOCC_BUILD_TYPE=None -DCMAKE_BUILD_TYPE=None"
hostmakedepends="python3 swig"
makedepends="python3-devel occt-devel freetype-devel swig"
makedepends="python3-devel occt-devel freetype-devel swig rapidjson"
depends="python3 occt freetype"
short_desc="Industrial strength 3D CAD Python3 package"
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"