Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Nov 2020 21:42:00 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555792 - in head/lang/intel-compute-runtime: . files
Message-ID:  <202011202142.0AKLg0Y5068265@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Nov 20 21:41:59 2020
New Revision: 555792
URL: https://svnweb.freebsd.org/changeset/ports/555792

Log:
  lang/intel-compute-runtime: update to 20.46.18421
  
  Changes:	https://github.com/intel/compute-runtime/compare/20.45.18403...20.46.18421
  Reported by:	GitHub (watch releases)

Modified:
  head/lang/intel-compute-runtime/Makefile   (contents, props changed)
  head/lang/intel-compute-runtime/distinfo   (contents, props changed)
  head/lang/intel-compute-runtime/files/patch-unix   (contents, props changed)

Modified: head/lang/intel-compute-runtime/Makefile
==============================================================================
--- head/lang/intel-compute-runtime/Makefile	Fri Nov 20 21:35:46 2020	(r555791)
+++ head/lang/intel-compute-runtime/Makefile	Fri Nov 20 21:41:59 2020	(r555792)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	compute-runtime
-DISTVERSION=	20.45.18403
-PORTREVISION=	2
+DISTVERSION=	20.46.18421
 CATEGORIES=	lang
 PKGNAMEPREFIX=	intel-
 

Modified: head/lang/intel-compute-runtime/distinfo
==============================================================================
--- head/lang/intel-compute-runtime/distinfo	Fri Nov 20 21:35:46 2020	(r555791)
+++ head/lang/intel-compute-runtime/distinfo	Fri Nov 20 21:41:59 2020	(r555792)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1604754297
-SHA256 (intel-compute-runtime-20.45.18403_GH0.tar.gz) = 6f7c36c5574aeb4aa3a77c2aaa4dcb205394ba6c56f6351a7b041c0ed8280b99
-SIZE (intel-compute-runtime-20.45.18403_GH0.tar.gz) = 3606493
+TIMESTAMP = 1605074694
+SHA256 (intel-compute-runtime-20.46.18421_GH0.tar.gz) = 5c8e0b625bb80a3aa8d9b8f74e818554c027b895235996ed3b6d277783fcf3ce
+SIZE (intel-compute-runtime-20.46.18421_GH0.tar.gz) = 3603589
 SHA256 (2a423820aaa4.patch) = dd034e856e75d70bc6b63204aa2c67530a3212d111b67a703e4cbeb84e61685b
 SIZE (2a423820aaa4.patch) = 947

Modified: head/lang/intel-compute-runtime/files/patch-unix
==============================================================================
--- head/lang/intel-compute-runtime/files/patch-unix	Fri Nov 20 21:35:46 2020	(r555791)
+++ head/lang/intel-compute-runtime/files/patch-unix	Fri Nov 20 21:41:59 2020	(r555792)
@@ -21,26 +21,6 @@ core/elf/writer.cpp:76:5: error:
     memcpy_s(curSectionHeader, sizeof(SElf64SectionHeader),
     ^
 
---- level_zero/source/inc/ze_intel_gpu.h.orig	2020-03-27 09:53:58 UTC
-+++ level_zero/source/inc/ze_intel_gpu.h
-@@ -12,7 +12,7 @@
- #include <string.h>
- 
- ///////////////////////////////////////////////////////////////////////////////
--#if defined(__linux__)
-+#if !defined(__APPLE__) && !defined(_WIN32)
- #include <dlfcn.h>
- #define HMODULE void *
- #define MAKE_VERSION() L0_PROJECT_VERSION_MAJOR "." L0_PROJECT_VERSION_MINOR
-@@ -42,7 +42,7 @@ inline bool getenv_tobool(const char *name) {
-     return (0 == strcmp("1", env));
- }
- 
--#if defined(__linux__)
-+#if !defined(__APPLE__) && !defined(_WIN32)
- #define LOAD_INTEL_GPU_LIBRARY() LOAD_DRIVER_LIBRARY(MAKE_LIBRARY_NAME("ze_intel_gpu", MAKE_VERSION()))
- #elif defined(_WIN32)
- #if _WIN64
 --- shared/source/helpers/string.h.orig	2020-02-28 16:16:42 UTC
 +++ shared/source/helpers/string.h
 @@ -10,7 +10,7 @@



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