Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Mar 2020 23:22:48 +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: r527901 - in head/devel/intel-graphics-compiler: . files
Message-ID:  <202003062322.026NMmWE044790@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Mar  6 23:22:48 2020
New Revision: 527901
URL: https://svnweb.freebsd.org/changeset/ports/527901

Log:
  devel/intel-graphics-compiler: update to 1.0.3445
  
  Changes:	https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.3445
  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 Mar  6 23:11:12 2020	(r527900)
+++ head/devel/intel-graphics-compiler/Makefile	Fri Mar  6 23:22:48 2020	(r527901)
@@ -2,7 +2,7 @@
 
 PORTNAME=	intel-graphics-compiler
 DISTVERSIONPREFIX=	igc-
-DISTVERSION=	1.0.3390
+DISTVERSION=	1.0.3445
 CATEGORIES=	devel
 
 MAINTAINER=	jbeich@FreeBSD.org

Modified: head/devel/intel-graphics-compiler/distinfo
==============================================================================
--- head/devel/intel-graphics-compiler/distinfo	Fri Mar  6 23:11:12 2020	(r527900)
+++ head/devel/intel-graphics-compiler/distinfo	Fri Mar  6 23:22:48 2020	(r527901)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1581677528
-SHA256 (intel-intel-graphics-compiler-igc-1.0.3390_GH0.tar.gz) = 73b4e100bd2a5250b339add8ef0b6d4ed6c6ab5a12d50a27882f5b98a0b06116
-SIZE (intel-intel-graphics-compiler-igc-1.0.3390_GH0.tar.gz) = 6023618
+TIMESTAMP = 1582350738
+SHA256 (intel-intel-graphics-compiler-igc-1.0.3445_GH0.tar.gz) = 314547a39eb9f0f8100ffb6c6cc8307fffa20472b5fe4fe962d6366aed08cbee
+SIZE (intel-intel-graphics-compiler-igc-1.0.3445_GH0.tar.gz) = 6026437

Modified: head/devel/intel-graphics-compiler/files/patch-unix
==============================================================================
--- head/devel/intel-graphics-compiler/files/patch-unix	Fri Mar  6 23:11:12 2020	(r527900)
+++ head/devel/intel-graphics-compiler/files/patch-unix	Fri Mar  6 23:22:48 2020	(r527901)
@@ -157,6 +157,17 @@ CMake Error at IGC/CMakeLists.txt:1974 (message):
      #include "elf.h"
  #endif
  
+--- IGC/AdaptorOCL/DriverInfoOCL.hpp.orig	2020-02-22 05:52:18 UTC
++++ IGC/AdaptorOCL/DriverInfoOCL.hpp
+@@ -71,7 +71,7 @@ namespace TC
+         bool supportsStatelessSpacePrivateMemory() const override { return true; }
+ 
+         bool NeedFP64(PRODUCT_FAMILY productFamily) const override {
+-#if defined(__linux__)
++#if !defined(__APPLE__) && !defined(_WIN32)
+           if (IGC_IS_FLAG_ENABLED(EnableDPEmulation)) {
+               return true;
+           }
 --- IGC/AdaptorOCL/OCL/sp/gtpin_igc_ocl.h.orig	2019-11-27 01:05:20 UTC
 +++ IGC/AdaptorOCL/OCL/sp/gtpin_igc_ocl.h
 @@ -38,7 +38,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?202003062322.026NMmWE044790>