summaryrefslogtreecommitdiff
path: root/lang/intel-compute-runtime
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-03-09 15:02:18 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-03-22 00:16:13 +0000
commit1324bc28fdf167357839f3e82d321a307dacbbd9 (patch)
tree1a6619f18633c7b13877f02f0c9f4384cdf21818 /lang/intel-compute-runtime
parentlang/crystal: chase d7120b446433 (diff)
lang/intel-compute-runtime: update to 22.11.22682
Changes: https://github.com/intel/compute-runtime/compare/22.10.22597...22.11.22682 Reported by: GitHub (watch releases)
Diffstat (limited to 'lang/intel-compute-runtime')
-rw-r--r--lang/intel-compute-runtime/Makefile2
-rw-r--r--lang/intel-compute-runtime/distinfo6
-rw-r--r--lang/intel-compute-runtime/files/patch-no-perf11
3 files changed, 15 insertions, 4 deletions
diff --git a/lang/intel-compute-runtime/Makefile b/lang/intel-compute-runtime/Makefile
index 0c2037bc1cb5..389b47e8b999 100644
--- a/lang/intel-compute-runtime/Makefile
+++ b/lang/intel-compute-runtime/Makefile
@@ -1,5 +1,5 @@
PORTNAME= compute-runtime
-DISTVERSION= 22.10.22597
+DISTVERSION= 22.11.22682
CATEGORIES= lang
PKGNAMEPREFIX= intel-
PKGNAMESUFFIX= -${FLAVOR}
diff --git a/lang/intel-compute-runtime/distinfo b/lang/intel-compute-runtime/distinfo
index c584940a23bf..888c5b7c6a50 100644
--- a/lang/intel-compute-runtime/distinfo
+++ b/lang/intel-compute-runtime/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1646069157
-SHA256 (intel-compute-runtime-22.10.22597_GH0.tar.gz) = 0b7883a3ddcf8246c3d6730f396b2b9ba372f5c82098e218876e40f38563a531
-SIZE (intel-compute-runtime-22.10.22597_GH0.tar.gz) = 5169895
+TIMESTAMP = 1646838138
+SHA256 (intel-compute-runtime-22.11.22682_GH0.tar.gz) = 70a762b3272868ae1dc40ed89d440808fec5b7d0441d6a56a6584188cf89d8b7
+SIZE (intel-compute-runtime-22.11.22682_GH0.tar.gz) = 5220769
diff --git a/lang/intel-compute-runtime/files/patch-no-perf b/lang/intel-compute-runtime/files/patch-no-perf
index 243e7fbf00ca..bb7d45b8425d 100644
--- a/lang/intel-compute-runtime/files/patch-no-perf
+++ b/lang/intel-compute-runtime/files/patch-no-perf
@@ -6,6 +6,17 @@ level_zero/tools/source/sysman/linux/pmu/pmu_imp.h:12:10: fatal error: 'linux/pe
#include <linux/perf_event.h>
^~~~~~~~~~~~~~~~~~~~
+--- level_zero/tools/source/sysman/engine/linux/CMakeLists.txt.orig 2022-03-09 15:02:18 UTC
++++ level_zero/tools/source/sysman/engine/linux/CMakeLists.txt
+@@ -9,7 +9,7 @@ set(L0_SRCS_TOOLS_SYSMAN_ENGINE_LINUX
+ ${CMAKE_CURRENT_SOURCE_DIR}/os_engine_imp.h
+ )
+
+-if(NEO_ENABLE_i915_PRELIM_DETECTION)
++if(NEO_ENABLE_i915_PRELIM_DETECTION AND CMAKE_SYSTEM_NAME STREQUAL "Linux")
+ list(APPEND L0_SRCS_TOOLS_SYSMAN_ENGINE_LINUX
+ ${CMAKE_CURRENT_SOURCE_DIR}/os_engine_imp_prelim.cpp
+ )
--- level_zero/tools/source/sysman/engine/linux/os_engine_imp.cpp.orig 2021-03-24 20:23:19 UTC
+++ level_zero/tools/source/sysman/engine/linux/os_engine_imp.cpp
@@ -49,9 +49,11 @@ ze_result_t LinuxEngineImp::getActivity(zes_engine_sta