mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-07 13:22:56 +02:00
python3-occ: update to 7.9.0
This commit is contained in:
parent
7087a4cfaa
commit
3ce0a3b4da
3 changed files with 16 additions and 2567 deletions
10
srcpkgs/python3-occ/patches/cmake791.patch
Normal file
10
srcpkgs/python3-occ/patches/cmake791.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -30,7 +30,7 @@
|
||||
# set OCCT version
|
||||
set(OCCT_VERSION_MAJOR 7)
|
||||
set(OCCT_VERSION_MINOR 9)
|
||||
-set(OCCT_VERSION_PATCH 0)
|
||||
+set(OCCT_VERSION_PATCH 1)
|
||||
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH})
|
File diff suppressed because it is too large
Load diff
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'python3-occ'
|
||||
pkgname=python3-occ
|
||||
version=7.7.0
|
||||
revision=3
|
||||
version=7.9.0
|
||||
revision=1
|
||||
archs="i686* x86_64* armv7l* aarch64* ppc*"
|
||||
build_style=cmake
|
||||
configure_args="-DPYTHONOCC_BUILD_TYPE=None -DCMAKE_BUILD_TYPE=None"
|
||||
hostmakedepends="python3 python3-setuptools swig"
|
||||
makedepends="python3-devel occt-devel freetype-devel swig rapidjson"
|
||||
configure_args="-DPYTHONOCC_BUILD_TYPE=None -DCMAKE_BUILD_TYPE=None -DPYTHONOCC_MESHDS_NUMPY=ON"
|
||||
hostmakedepends="python3 python3-setuptools swig python3-numpy python3-packaging-bootstrap"
|
||||
makedepends="python3-devel python3-numpy 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>"
|
||||
license="LGPL-3.0-or-later"
|
||||
homepage="http://pythonocc.org"
|
||||
distfiles="https://github.com/tpaviot/pythonocc-core/archive/${version}.tar.gz"
|
||||
checksum=9b27003b87799badfae04f8cacd03b8faa1309600c9de8021434d7511e718f82
|
||||
checksum=98e53657f54e8a9c3477a81c0b4a11bc6659d5f60123e263419521b42a8e111f
|
||||
|
|
Loading…
Add table
Reference in a new issue