Date: Fri, 20 Aug 2021 18:13:01 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 6b65182a4f73 - 2021Q3 - lang/intel-compute-runtime: enable debug variables Message-ID: <202108201813.17KID1t2012969@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b65182a4f73af50192b1708cf5d4c2982734453 commit 6b65182a4f73af50192b1708cf5d4c2982734453 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-08-20 18:02:30 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-08-20 18:12:05 +0000 lang/intel-compute-runtime: enable debug variables $ clinfo | fgrep 'Platform Version' Platform Version OpenCL 3.0 $ ForceOCLVersion=12 clinfo | fgrep 'Platform Version' Platform Version OpenCL 1.2 https://github.com/intel/compute-runtime/blob/21.26.20194/shared/source/debug_settings/debug_variables_base.inl (cherry picked from commit 83ca5042280797b5622e1202df90c9c1d36356bd) --- lang/intel-compute-runtime/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/intel-compute-runtime/Makefile b/lang/intel-compute-runtime/Makefile index 5e651f6c09c3..1f0cc348f512 100644 --- a/lang/intel-compute-runtime/Makefile +++ b/lang/intel-compute-runtime/Makefile @@ -1,5 +1,6 @@ PORTNAME= compute-runtime DISTVERSION= 21.26.20194 +PORTREVISION= 1 CATEGORIES= lang PKGNAMEPREFIX= intel- @@ -22,7 +23,7 @@ USES= cmake compiler:c++17-lang localbase:ldflags pkgconfig USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= intel -CMAKE_ON= SKIP_UNIT_TESTS SUPPORT_DG1 +CMAKE_ON= RELEASE_WITH_REGKEYS SKIP_UNIT_TESTS SUPPORT_DG1 CMAKE_ARGS= -DNEO_OCL_DRIVER_VERSION:STRING="${DISTVERSIONFULL}" PLIST_FILES= bin/ocloc \ etc/OpenCL/vendors/intel.icd \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108201813.17KID1t2012969>