aboutsummaryrefslogtreecommitdiff
path: root/graphics/mirtk
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-01-17 17:16:41 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-01-17 17:16:41 +0000
commit7a15d0a49fd357c536fab9fafdfcbcab8a526235 (patch)
tree3842baa023f83cb9ec4e78bb63d07d47cb6d4cb4 /graphics/mirtk
parentd0aae23f824326c0d7a28c7a21bac228b2e3c992 (diff)
downloadports-7a15d0a49fd357c536fab9fafdfcbcab8a526235.tar.gz
ports-7a15d0a49fd357c536fab9fafdfcbcab8a526235.zip
graphics/mirtk: Change the default of the TBB option to OFF until the upstream makes iy oneTBB-compatible.
PR: 252767 Reported by: martymac
Notes
Notes: svn path=/head/; revision=561837
Diffstat (limited to 'graphics/mirtk')
-rw-r--r--graphics/mirtk/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/mirtk/Makefile b/graphics/mirtk/Makefile
index 4b6f6c699701..68050c7f6316 100644
--- a/graphics/mirtk/Makefile
+++ b/graphics/mirtk/Makefile
@@ -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