Date: Wed, 20 Jan 2021 20:39:22 +0000 (UTC) From: Ganael LAPLANCHE <martymac@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562158 - head/graphics/opensubdiv Message-ID: <202101202039.10KKdMWZ048861@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: martymac Date: Wed Jan 20 20:39:21 2021 New Revision: 562158 URL: https://svnweb.freebsd.org/changeset/ports/562158 Log: Disable TBB by default before oneTbb transition PR: 252687 Submitted by: FreeBSD@ShaneWare.Biz Approved by: FreeBSD@ShaneWare.Biz (maintainer) Modified: head/graphics/opensubdiv/Makefile Modified: head/graphics/opensubdiv/Makefile ============================================================================== --- head/graphics/opensubdiv/Makefile Wed Jan 20 20:37:03 2021 (r562157) +++ head/graphics/opensubdiv/Makefile Wed Jan 20 20:39:21 2021 (r562158) @@ -25,7 +25,7 @@ USE_LDCONFIG= yes CMAKE_ON= NO_CUDA NO_DX NO_OMP OPTIONS_DEFINE= DOCS EXAMPLES OPENCL PTEX TBB TEST TUTORIALS -OPTIONS_DEFAULT= TBB +#OPTIONS_DEFAULT= TBB -- off until onetbb support is available OPTIONS_SUB= yes DOCS_CMAKE_BOOL_OFF= NO_DOC @@ -53,6 +53,7 @@ PTEX_LIB_DEPENDS= libPtex.so:graphics/ptex TBB_DESC= Intel threading building blocks TBB_CMAKE_BOOL_OFF= NO_TBB TBB_LIB_DEPENDS= libtbb.so:devel/tbb +TBB_BROKEN= not available until transition to onetbb is complete TEST_CMAKE_BOOL_OFF= NO_REGRESSION NO_TESTS NO_GL_TESTS TEST_LIB_DEPENDS= libglfw.so:graphics/glfw
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101202039.10KKdMWZ048861>