aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-08-20 18:02:30 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-08-20 18:10:39 +0000
commit83ca5042280797b5622e1202df90c9c1d36356bd (patch)
treef6811260642493011d3df8d0b1d50da979420c75
parent56d86cea492d173e0e6304f96d49aeb5f1eb5065 (diff)
downloadports-83ca5042280797b5622e1202df90c9c1d36356bd.tar.gz
ports-83ca5042280797b5622e1202df90c9c1d36356bd.zip
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.32.20609/shared/source/debug_settings/debug_variables_base.inl
-rw-r--r--lang/intel-compute-runtime/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/intel-compute-runtime/Makefile b/lang/intel-compute-runtime/Makefile
index e2bbada1a475..ed4b2dfe5be1 100644
--- a/lang/intel-compute-runtime/Makefile
+++ b/lang/intel-compute-runtime/Makefile
@@ -1,5 +1,6 @@
PORTNAME= compute-runtime
DISTVERSION= 21.32.20609
+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 \