graphics/openpgl: remove TBB option
Disabling the TBB option didn't work and does not appear to be immediately fixable. Remove the option as a workaround until a solution obtains. PR: 268779 Reported by: Matthieu Volat <mazhe@alkumuna.eu> Approved by: flo (mentor) Differential Revision: https://reviews.freebsd.org/D38777
This commit is contained in:
parent
02bcbfa4cd
commit
ea58be71e2
1 changed files with 2 additions and 9 deletions
|
@ -16,7 +16,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|||
ONLY_FOR_ARCHS= amd64 armv6 armv7
|
||||
ONLY_FOR_ARCHS_REASON= requires supported SIMD ISA
|
||||
|
||||
LIB_DEPENDS= libembree3.so:graphics/embree
|
||||
LIB_DEPENDS= libembree3.so:graphics/embree \
|
||||
libtbb.so:devel/onetbb
|
||||
|
||||
USES= cmake compiler:c++11-lib
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -24,12 +25,4 @@ USE_LDCONFIG= yes
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= OpenPathGuidingLibrary
|
||||
|
||||
OPTIONS_DEFINE= TBB
|
||||
OPTIONS_DEFAULT= TBB
|
||||
|
||||
TBB_DESC= Use Intels TBB instead of openMP
|
||||
# we disable TBB by enabling use of OpenMP
|
||||
TBB_CMAKE_BOOL_OFF= OPENPGL_USE_OMP_THREADING
|
||||
TBB_LIB_DEPENDS= libtbb.so:devel/onetbb
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue