FreeBSD Bugzilla – Attachment 239368 Details for
Bug 268779
graphics/openpgl: fix build with OpenMP (-TBB)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
remove TBB as an option
file_268779.txt (text/plain), 1.04 KB, created by
Shane
on 2023-01-09 23:50:42 UTC
(
hide
)
Description:
remove TBB as an option
Filename:
MIME Type:
Creator:
Shane
Created:
2023-01-09 23:50:42 UTC
Size:
1.04 KB
patch
obsolete
>--- a/graphics/openpgl/Makefile >+++ b/graphics/openpgl/Makefile >@@ -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,12 @@ USE_LDCONFIG= yes > USE_GITHUB= yes > GH_ACCOUNT= OpenPathGuidingLibrary > >-OPTIONS_DEFINE= TBB >-OPTIONS_DEFAULT= TBB >+#OPTIONS_DEFINE= TBB >+#OPTIONS_DEFAULT= TBB > >-TBB_DESC= Use Intels TBB instead of openMP >+#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 >+#TBB_CMAKE_BOOL_OFF= OPENPGL_USE_OMP_THREADING >+#TBB_LIB_DEPENDS= libtbb.so:devel/onetbb > > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
FreeBSD
:
maintainer-approval+
Actions:
View
Attachments on
bug 268779
:
239297
|
239298
| 239368