Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2020 10:36:32 +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: r526619 - in head/devel/intel-graphics-compiler: . files
Message-ID:  <202002211036.01LAaWq5085504@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Feb 21 10:36:32 2020
New Revision: 526619
URL: https://svnweb.freebsd.org/changeset/ports/526619

Log:
  devel/intel-graphics-compiler: update to 1.0.3342
  
  Changes:	https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.3342
  Reported by:	GitHub (watch releases)

Modified:
  head/devel/intel-graphics-compiler/Makefile   (contents, props changed)
  head/devel/intel-graphics-compiler/distinfo   (contents, props changed)
  head/devel/intel-graphics-compiler/files/patch-unix   (contents, props changed)

Modified: head/devel/intel-graphics-compiler/Makefile
==============================================================================
--- head/devel/intel-graphics-compiler/Makefile	Fri Feb 21 10:10:18 2020	(r526618)
+++ head/devel/intel-graphics-compiler/Makefile	Fri Feb 21 10:36:32 2020	(r526619)
@@ -2,7 +2,7 @@
 
 PORTNAME=	intel-graphics-compiler
 DISTVERSIONPREFIX=	igc-
-DISTVERSION=	1.0.3289
+DISTVERSION=	1.0.3342
 CATEGORIES=	devel
 
 MAINTAINER=	jbeich@FreeBSD.org

Modified: head/devel/intel-graphics-compiler/distinfo
==============================================================================
--- head/devel/intel-graphics-compiler/distinfo	Fri Feb 21 10:10:18 2020	(r526618)
+++ head/devel/intel-graphics-compiler/distinfo	Fri Feb 21 10:36:32 2020	(r526619)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1580732185
-SHA256 (intel-intel-graphics-compiler-igc-1.0.3289_GH0.tar.gz) = dd0694165cd625a2aaad634f11ca74db4c27ba2c3b50c07d4000b317f41033f0
-SIZE (intel-intel-graphics-compiler-igc-1.0.3289_GH0.tar.gz) = 6014385
+TIMESTAMP = 1581314791
+SHA256 (intel-intel-graphics-compiler-igc-1.0.3342_GH0.tar.gz) = e7863ad5b353d94055a768fc09769848d93bf86bf25fb43f5071c6da33505b51
+SIZE (intel-intel-graphics-compiler-igc-1.0.3342_GH0.tar.gz) = 6017803

Modified: head/devel/intel-graphics-compiler/files/patch-unix
==============================================================================
--- head/devel/intel-graphics-compiler/files/patch-unix	Fri Feb 21 10:10:18 2020	(r526618)
+++ head/devel/intel-graphics-compiler/files/patch-unix	Fri Feb 21 10:36:32 2020	(r526619)
@@ -168,17 +168,17 @@ CMake Error at IGC/CMakeLists.txt:1974 (message):
  
  // Linux, Android
  #define MY_EXTERN_C    extern "C"
---- IGC/GenISAIntrinsics/GenIntrinsics.h.orig	2019-11-27 01:05:20 UTC
+--- IGC/GenISAIntrinsics/GenIntrinsics.h.orig	2020-02-10 06:06:31 UTC
 +++ IGC/GenISAIntrinsics/GenIntrinsics.h
-@@ -59,7 +59,7 @@ namespace GenISAIntrinsic {
-   /// using iAny, fAny, vAny, or iPTRAny).  For a declaration of an overloaded
-   /// intrinsic, Tys must provide exactly one type for each overloaded type in
-   /// the intrinsic.
+@@ -67,7 +67,7 @@ namespace GenISAIntrinsic {
+   /// Thus the type array should two elements:
+   ///    Type Ts[2]{int2, int2}: to resolve to the first instance.
+   ///    Type Ts[2]{int4, int4}: to resolve to the second.
 -#if defined(ANDROID) || defined(__linux__)
 +#if defined(__GNUC__)
-   __attribute__ ((visibility ("default"))) Function *getDeclaration(Module *M, ID id, ArrayRef<Type*> Tys = None);
+   __attribute__ ((visibility ("default"))) Function *getDeclaration(Module *M, ID id, ArrayRef<Type*> OverloadedTys = None);
  #else
-   Function *getDeclaration(Module *M, ID id, ArrayRef<Type*> Tys = None);
+   Function *getDeclaration(Module *M, ID id, ArrayRef<Type*> OverloadedTys = None);
 --- IGC/OCLFE/igd_fcl_mcl/source/clang_tb.cpp.orig	2019-11-27 01:05:20 UTC
 +++ IGC/OCLFE/igd_fcl_mcl/source/clang_tb.cpp
 @@ -65,9 +65,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.



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