Date: Fri, 17 Jun 2022 21:15:05 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 084500992c5a - main - lang/intel-compute-runtime: update to 22.24.23453 Message-ID: <202206172115.25HLF5Eh056074@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=084500992c5a5708f4c3835259aa9cb6e3a10825 commit 084500992c5a5708f4c3835259aa9cb6e3a10825 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-06-08 12:04:46 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-06-17 21:14:33 +0000 lang/intel-compute-runtime: update to 22.24.23453 Changes: https://github.com/intel/compute-runtime/compare/22.23.23405...22.24.23453 Reported by: GitHub (watch releases) --- lang/intel-compute-runtime/Makefile | 2 +- lang/intel-compute-runtime/distinfo | 6 +++--- lang/intel-compute-runtime/files/patch-no-rebar | 21 ++++++++++++++++----- 3 files changed, 20 insertions(+), 9 deletions(-) diff --git a/lang/intel-compute-runtime/Makefile b/lang/intel-compute-runtime/Makefile index 2a43550f4461..71a58a0b30e3 100644 --- a/lang/intel-compute-runtime/Makefile +++ b/lang/intel-compute-runtime/Makefile @@ -1,5 +1,5 @@ PORTNAME= compute-runtime -DISTVERSION= 22.23.23405 +DISTVERSION= 22.24.23453 CATEGORIES= lang PKGNAMEPREFIX= intel- PKGNAMESUFFIX= -${FLAVOR} diff --git a/lang/intel-compute-runtime/distinfo b/lang/intel-compute-runtime/distinfo index 6bc8cfefdd4c..493deff14d63 100644 --- a/lang/intel-compute-runtime/distinfo +++ b/lang/intel-compute-runtime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1654107032 -SHA256 (intel-compute-runtime-22.23.23405_GH0.tar.gz) = ce594214b6e6424e53cf41c9c36325ecb84910230fda66b557cd13f275bc6c95 -SIZE (intel-compute-runtime-22.23.23405_GH0.tar.gz) = 5515173 +TIMESTAMP = 1654689886 +SHA256 (intel-compute-runtime-22.24.23453_GH0.tar.gz) = d52088aeb6062294c9b1d65263d39ce42a9772b573480974fad68ca6ef722cbf +SIZE (intel-compute-runtime-22.24.23453_GH0.tar.gz) = 5521386 diff --git a/lang/intel-compute-runtime/files/patch-no-rebar b/lang/intel-compute-runtime/files/patch-no-rebar index a609570fb9e0..01e2e8b19968 100644 --- a/lang/intel-compute-runtime/files/patch-no-rebar +++ b/lang/intel-compute-runtime/files/patch-no-rebar @@ -43,11 +43,22 @@ level_zero/tools/source/sysman/pci/linux/os_pci_imp.cpp:204:55: error: use of un this->preadFunction(fdConfig, configMemory.get(), PCI_CFG_SPACE_EXP_SIZE, 0); ^ ---- level_zero/tools/source/sysman/linux/os_sysman_imp.cpp.orig 2022-04-01 18:23:59 UTC -+++ level_zero/tools/source/sysman/linux/os_sysman_imp.cpp -@@ -14,7 +14,12 @@ +--- level_zero/tools/source/sysman/diagnostics/linux/os_diagnostics_imp.cpp.orig 2022-06-08 12:04:46 UTC ++++ level_zero/tools/source/sysman/diagnostics/linux/os_diagnostics_imp.cpp +@@ -11,7 +11,9 @@ - #include "sysman/linux/firmware_util/firmware_util.h" + #include "level_zero/core/source/device/device_imp.h" + ++#ifdef __linux__ + #include <linux/pci_regs.h> ++#endif + + namespace L0 { + const std::string LinuxDiagnosticsImp::deviceDir("device"); +--- level_zero/tools/source/sysman/linux/os_sysman_imp.h.orig 2022-06-08 12:04:46 UTC ++++ level_zero/tools/source/sysman/linux/os_sysman_imp.h +@@ -18,6 +20,11 @@ + #include "level_zero/tools/source/sysman/sysman_imp.h" +#ifdef __linux__ #include <linux/pci_regs.h> @@ -55,9 +66,9 @@ level_zero/tools/source/sysman/pci/linux/os_pci_imp.cpp:204:55: error: use of un +#define PCI_BRIDGE_CONTROL 0x3e +#define PCI_BRIDGE_CTL_BUS_RESET 0x40 +#endif + #include <map> namespace L0 { - --- level_zero/tools/source/sysman/pci/linux/os_pci_imp.cpp.orig 2021-08-11 16:12:33 UTC +++ level_zero/tools/source/sysman/pci/linux/os_pci_imp.cpp @@ -12,7 +12,9 @@
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206172115.25HLF5Eh056074>