Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2019 23:28:51 +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: r521035 - in head/lang/intel-compute-runtime: . files
Message-ID:  <201912272328.xBRNSpJD044696@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Dec 27 23:28:50 2019
New Revision: 521035
URL: https://svnweb.freebsd.org/changeset/ports/521035

Log:
  lang/intel-compute-runtime: update to 19.51.15145
  
  Changes:	https://github.com/intel/compute-runtime/compare/19.50.15079...19.51.15145
  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-gmmlib-adapter   (contents, props changed)

Modified: head/lang/intel-compute-runtime/Makefile
==============================================================================
--- head/lang/intel-compute-runtime/Makefile	Fri Dec 27 23:28:33 2019	(r521034)
+++ head/lang/intel-compute-runtime/Makefile	Fri Dec 27 23:28:50 2019	(r521035)
@@ -1,13 +1,9 @@
 # $FreeBSD$
 
 PORTNAME=	compute-runtime
-DISTVERSION=	19.50.15079
-PORTREVISION=	2
+DISTVERSION=	19.51.15145
 CATEGORIES=	lang
 PKGNAMEPREFIX=	intel-
-
-PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
-PATCHFILES+=	fb8df1a328e4.patch:-p1
 
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	OpenCL implementation for Intel HD 5000 (Gen8) or newer

Modified: head/lang/intel-compute-runtime/distinfo
==============================================================================
--- head/lang/intel-compute-runtime/distinfo	Fri Dec 27 23:28:33 2019	(r521034)
+++ head/lang/intel-compute-runtime/distinfo	Fri Dec 27 23:28:50 2019	(r521035)
@@ -1,5 +1,3 @@
-TIMESTAMP = 1575911921
-SHA256 (intel-compute-runtime-19.50.15079_GH0.tar.gz) = 25f89b1dde59bb9149d822c3ba33fda0f13bc0b941d9c2b11321e2f4432974b0
-SIZE (intel-compute-runtime-19.50.15079_GH0.tar.gz) = 2644340
-SHA256 (fb8df1a328e4.patch) = 6fd8308328b85af5a17bc80466ecfc35c0f95c00dfa74b2bd2ba24af19f19ed4
-SIZE (fb8df1a328e4.patch) = 5903
+TIMESTAMP = 1576580410
+SHA256 (intel-compute-runtime-19.51.15145_GH0.tar.gz) = 222a8f6515ea0f05f4bbc3d08b180c71190042b5d2d38d8001885b4e184c565e
+SIZE (intel-compute-runtime-19.51.15145_GH0.tar.gz) = 2643936

Modified: head/lang/intel-compute-runtime/files/patch-gmmlib-adapter
==============================================================================
--- head/lang/intel-compute-runtime/files/patch-gmmlib-adapter	Fri Dec 27 23:28:33 2019	(r521034)
+++ head/lang/intel-compute-runtime/files/patch-gmmlib-adapter	Fri Dec 27 23:28:50 2019	(r521035)
@@ -27,8 +27,8 @@ core/gmm_helper/gmm_helper.h:51:15: error: use of unde
 +    decltype(&GmmAdapterDestroy) destroyGmmFunc;
  };
  } // namespace NEO
---- runtime/dll/linux/options.cpp.orig	2019-12-09 17:18:41 UTC
-+++ runtime/dll/linux/options.cpp
+--- runtime/dll/linux/options_linux.cpp.orig	2019-12-17 11:00:10 UTC
++++ runtime/dll/linux/options_linux.cpp
 @@ -16,8 +16,8 @@ const char *frontEndDllName = FCL_LIBRARY_NAME;
  const char *igcDllName = IGC_LIBRARY_NAME;
  const char *libvaDllName = "libva.so.2";
@@ -40,8 +40,8 @@ core/gmm_helper/gmm_helper.h:51:15: error: use of unde
  
  const char *sysFsPciPath = "/sys/bus/pci/devices/";
  const char *tbxLibName = "libtbxAccess.so";
---- runtime/dll/windows/options.cpp.orig	2019-12-09 17:18:41 UTC
-+++ runtime/dll/windows/options.cpp
+--- runtime/dll/windows/options_windows.cpp.orig	2019-12-17 11:00:10 UTC
++++ runtime/dll/windows/options_windows.cpp
 @@ -14,8 +14,8 @@ const char *frontEndDllName = FCL_LIBRARY_NAME;
  const char *igcDllName = IGC_LIBRARY_NAME;
  const char *gdiDllName = "gdi32.dll";



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