Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jun 2021 00:16:22 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: 5ac7f1333efa - main - lang/intel-compute-runtime: update to 21.23.20043
Message-ID:  <202106120016.15C0GMDZ022147@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=5ac7f1333efa99313ccae6121f508ca6b83b9580

commit 5ac7f1333efa99313ccae6121f508ca6b83b9580
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-06-02 19:58:38 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-06-12 00:05:57 +0000

    lang/intel-compute-runtime: update to 21.23.20043
    
    Changes:        https://github.com/intel/compute-runtime/compare/21.22.19967...21.23.20043
    Reported by:    GitHub (watch releases)
---
 lang/intel-compute-runtime/Makefile         |  2 +-
 lang/intel-compute-runtime/distinfo         |  6 +++---
 lang/intel-compute-runtime/files/patch-unix | 11 +++++++++++
 3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/lang/intel-compute-runtime/Makefile b/lang/intel-compute-runtime/Makefile
index 1afbf29c1eeb..50e391a60429 100644
--- a/lang/intel-compute-runtime/Makefile
+++ b/lang/intel-compute-runtime/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	compute-runtime
-DISTVERSION=	21.22.19967
+DISTVERSION=	21.23.20043
 CATEGORIES=	lang
 PKGNAMEPREFIX=	intel-
 
diff --git a/lang/intel-compute-runtime/distinfo b/lang/intel-compute-runtime/distinfo
index 996804319319..4ddb544909ab 100644
--- a/lang/intel-compute-runtime/distinfo
+++ b/lang/intel-compute-runtime/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1621885100
-SHA256 (intel-compute-runtime-21.22.19967_GH0.tar.gz) = 3b36a767f4fdac6b31cdd4b110bf92a1c785550d1bc5f229fc32858fbe9bd526
-SIZE (intel-compute-runtime-21.22.19967_GH0.tar.gz) = 3936055
+TIMESTAMP = 1622663918
+SHA256 (intel-compute-runtime-21.23.20043_GH0.tar.gz) = c863c57c2b9793e93a4ea39c0dfb6bbfe30a25dbf31490ed688b965736321dc9
+SIZE (intel-compute-runtime-21.23.20043_GH0.tar.gz) = 3959880
 SHA256 (4a926516c3ea.patch) = 1a9c4694dbe892f01a7d3be5c5229b6b3bb34222848d61054f7bdf91134ca60f
 SIZE (4a926516c3ea.patch) = 1691
diff --git a/lang/intel-compute-runtime/files/patch-unix b/lang/intel-compute-runtime/files/patch-unix
index 7fde47a37598..50467f486654 100644
--- a/lang/intel-compute-runtime/files/patch-unix
+++ b/lang/intel-compute-runtime/files/patch-unix
@@ -32,3 +32,14 @@ core/elf/writer.cpp:76:5: error:
  
  #include <cstring>
  #include <errno.h>
+--- shared/source/os_interface/linux/drm_neo.cpp.orig	2021-06-02 19:58:38 UTC
++++ shared/source/os_interface/linux/drm_neo.cpp
+@@ -733,7 +733,7 @@ int Drm::queryAdapterBDF() {
+ void Drm::setGmmInputArgs(void *args) {
+     auto gmmInArgs = reinterpret_cast<GMM_INIT_IN_ARGS *>(args);
+     auto adapterBDF = this->getAdapterBDF();
+-#if defined(__linux__)
++#if !defined(_WIN32)
+     gmmInArgs->FileDescriptor = adapterBDF.Data;
+ #endif
+     gmmInArgs->ClientType = GMM_CLIENT::GMM_OCL_VISTA;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106120016.15C0GMDZ022147>