graphics/mirtk: Change the default of the TBB option to OFF until the upstream makes iy oneTBB-compatible.

PR:		252767
Reported by:	martymac
This commit is contained in:
Yuri Victorovich
2021-01-17 17:16:41 +00:00
parent d0aae23f82
commit 7a15d0a49f
+3 -2
View File
@@ -3,7 +3,7 @@
PORTNAME= mirtk
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.0-122
PORTREVISION= 1
PORTREVISION= 2
DISTVERSIONSUFFIX= -g38210fa
CATEGORIES= graphics
@@ -23,11 +23,12 @@ GH_PROJECT= ${PORTNAME:tu}
USE_LDCONFIG= yes
OPTIONS_DEFINE= TBB VTK
OPTIONS_DEFAULT= TBB VTK
OPTIONS_DEFAULT= VTK # TBB is OFF by default until the project is oneTBB-compatible, see https://github.com/BioMedIA/MIRTK/issues/760
TBB_DESC= Build with TBB
TBB_CMAKE_BOOL= WITH_TBB
TBB_LIB_DEPENDS= libtbb.so:devel/tbb
TBB_BROKEN= Not oneTBB-compatible,see https://github.com/BioMedIA/MIRTK/issues/760
VTK_DESC= Build with the VTK toolkit
VTK_CMAKE_BOOL= WITH_VTK