mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
occt: don't build against tbb.
tbb build dependency removed because occt relies on deprecated behavior.
This commit is contained in:
parent
96f5f47190
commit
bc24497a40
1 changed files with 5 additions and 4 deletions
|
@ -2,14 +2,15 @@
|
||||||
pkgname=occt
|
pkgname=occt
|
||||||
reverts=7.5.0_1
|
reverts=7.5.0_1
|
||||||
version=7.4.0p1
|
version=7.4.0p1
|
||||||
revision=4
|
revision=5
|
||||||
_gittag="V${version//./_}"
|
_gittag="V${version//./_}"
|
||||||
wrksrc=occt-${_gittag}
|
wrksrc=occt-${_gittag}
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DUSE_FREEIMAGE=ON -DUSE_TBB=ON -DUSE_GL2PS=ON -DUSE_VTK=OFF
|
# XXX: re-enable -DUSE_TBB=ON if possible when updating
|
||||||
|
configure_args="-DUSE_FREEIMAGE=ON -DUSE_GL2PS=ON -DUSE_VTK=OFF
|
||||||
-DINSTALL_SAMPLES=ON"
|
-DINSTALL_SAMPLES=ON"
|
||||||
makedepends="freetype-devel glu-devel freeimage-devel gl2ps-devel tbb-devel
|
makedepends="freetype-devel glu-devel freeimage-devel gl2ps-devel tcl-devel
|
||||||
tcl-devel tk-devel"
|
tk-devel"
|
||||||
short_desc="OpenCASCADE Technology - library for CAD/CAM/CAE applications"
|
short_desc="OpenCASCADE Technology - library for CAD/CAM/CAE applications"
|
||||||
maintainer="Piraty <piraty1@inbox.ru>"
|
maintainer="Piraty <piraty1@inbox.ru>"
|
||||||
license="custom:LGPL-2.1-only-with-exceptions"
|
license="custom:LGPL-2.1-only-with-exceptions"
|
||||||
|
|
Loading…
Add table
Reference in a new issue