Date: Sun, 17 Jan 2021 17:16:41 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561837 - head/graphics/mirtk Message-ID: <202101171716.10HHGfn7078180@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Jan 17 17:16:41 2021 New Revision: 561837 URL: https://svnweb.freebsd.org/changeset/ports/561837 Log: graphics/mirtk: Change the default of the TBB option to OFF until the upstream makes iy oneTBB-compatible. PR: 252767 Reported by: martymac Modified: head/graphics/mirtk/Makefile Modified: head/graphics/mirtk/Makefile ============================================================================== --- head/graphics/mirtk/Makefile Sun Jan 17 17:11:20 2021 (r561836) +++ head/graphics/mirtk/Makefile Sun Jan 17 17:16:41 2021 (r561837) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101171716.10HHGfn7078180>