From 7a15d0a49fd357c536fab9fafdfcbcab8a526235 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 17 Jan 2021 17:16:41 +0000 Subject: [PATCH] graphics/mirtk: Change the default of the TBB option to OFF until the upstream makes iy oneTBB-compatible. PR: 252767 Reported by: martymac --- graphics/mirtk/Makefile | 5 +++-- 1 file 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