Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Sep 2020 12:16:40 +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: r549441 - in head/devel/intel-graphics-compiler: . files
Message-ID:  <202009211216.08LCGeh7073339@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Sep 21 12:16:40 2020
New Revision: 549441
URL: https://svnweb.freebsd.org/changeset/ports/549441

Log:
  devel/intel-graphics-compiler: update to 1.0.5064
  
  Changes:	https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.5064
  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	Mon Sep 21 12:16:11 2020	(r549440)
+++ head/devel/intel-graphics-compiler/Makefile	Mon Sep 21 12:16:40 2020	(r549441)
@@ -2,11 +2,11 @@
 
 PORTNAME=	intel-graphics-compiler
 DISTVERSIONPREFIX=	igc-
-DISTVERSION=	1.0.4944
+DISTVERSION=	1.0.5064
 CATEGORIES=	devel
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
-PATCHFILES+=	b4e40a433077.patch:-p1 # https://github.com/intel/intel-graphics-compiler/pull/129
+PATCHFILES+=	d878880cbb3b.patch:-p1 # https://github.com/intel/intel-graphics-compiler/pull/129
 
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Intel Graphics Compiler for OpenCL

Modified: head/devel/intel-graphics-compiler/distinfo
==============================================================================
--- head/devel/intel-graphics-compiler/distinfo	Mon Sep 21 12:16:11 2020	(r549440)
+++ head/devel/intel-graphics-compiler/distinfo	Mon Sep 21 12:16:40 2020	(r549441)
@@ -1,7 +1,7 @@
-TIMESTAMP = 1599469325
-SHA256 (intel-intel-graphics-compiler-igc-1.0.4944_GH0.tar.gz) = 4fd677f9206e390f842748a0d749be815d3c93f2ee5cc376af206d8e91ad244b
-SIZE (intel-intel-graphics-compiler-igc-1.0.4944_GH0.tar.gz) = 6632351
+TIMESTAMP = 1600252048
+SHA256 (intel-intel-graphics-compiler-igc-1.0.5064_GH0.tar.gz) = 3636829234796e74bf8a94b6cf1e1e0fb709d0d8a56841f8334a6bea788e6857
+SIZE (intel-intel-graphics-compiler-igc-1.0.5064_GH0.tar.gz) = 6675927
 SHA256 (intel-vc-intrinsics-8300678_GH0.tar.gz) = 0058323fb922f3ab0f82233821b13fd882e59f7b7741cc3d63c29f432289c90f
 SIZE (intel-vc-intrinsics-8300678_GH0.tar.gz) = 97070
-SHA256 (b4e40a433077.patch) = 56950deb485a4c1dc844f4864f42b80907919b61132b0e797f7955989fed0597
-SIZE (b4e40a433077.patch) = 9585
+SHA256 (d878880cbb3b.patch) = f430b2da0d212594ce73f23b279a1435f08dea60f30ec35494411ab0dc0fcf70
+SIZE (d878880cbb3b.patch) = 9088

Modified: head/devel/intel-graphics-compiler/files/patch-unix
==============================================================================
--- head/devel/intel-graphics-compiler/files/patch-unix	Mon Sep 21 12:16:11 2020	(r549440)
+++ head/devel/intel-graphics-compiler/files/patch-unix	Mon Sep 21 12:16:40 2020	(r549441)
@@ -233,24 +233,17 @@ CMake Error at IGC/CMakeLists.txt:1974 (message):
 +#if defined(__GNUC__)
  #   pragma GCC diagnostic pop
  #endif
---- IGC/common/LLVMWarningsPush.hpp.orig	2019-11-27 01:05:20 UTC
+--- IGC/common/LLVMWarningsPush.hpp.orig	2020-09-16 10:27:28 UTC
 +++ IGC/common/LLVMWarningsPush.hpp
-@@ -55,13 +55,13 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+@@ -55,7 +55,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  #   pragma warning( push )
  #endif
  
 -#if defined(__linux__)
 +#if defined(__GNUC__)
  #   pragma GCC diagnostic push
- #endif
- 
- #include <llvm/Config/llvm-config.h>
- 
--#if defined(__linux__)
-+#if defined(__GNUC__)
- #    if __GNUC__ > 8
- #        pragma GCC diagnostic ignored "-Winit-list-lifetime"
- #    endif
+ #   if __GNUC__ > 8
+ #       pragma GCC diagnostic ignored "-Winit-list-lifetime"
 --- IGC/common/igc_regkeys.hpp.orig	2019-11-27 01:05:20 UTC
 +++ IGC/common/igc_regkeys.hpp
 @@ -39,7 +39,7 @@ typedef char debugString[256];
@@ -271,9 +264,9 @@ CMake Error at IGC/CMakeLists.txt:1974 (message):
  #define LINUX_RELEASE_MODE
  #endif
  
---- visa/BuildCISAIRImpl.cpp.orig	2020-08-18 09:36:43 UTC
+--- visa/BuildCISAIRImpl.cpp.orig	2020-09-16 10:27:28 UTC
 +++ visa/BuildCISAIRImpl.cpp
-@@ -568,7 +568,6 @@ extern void CISA_delete_buffer(YY_BUFFER_STATE buf);
+@@ -576,7 +576,6 @@ extern void CISA_delete_buffer(YY_BUFFER_STATE buf);
  
  int CISA_IR_Builder::ParseVISAText(const std::string& visaHeader, const std::string& visaText, const std::string& visaTextFile)
  {
@@ -281,10 +274,10 @@ CMake Error at IGC/CMakeLists.txt:1974 (message):
      // Direct output of parser to null
  #if defined(_WIN64) || defined(_WIN32)
      CISAout = fopen("nul", "w");
-@@ -612,16 +611,11 @@ int CISA_IR_Builder::ParseVISAText(const std::string& 
+@@ -627,16 +626,11 @@ int CISA_IR_Builder::ParseVISAText(const std::string& 
      }
  
-     return VISA_SUCCESS;
+     return status;
 -#else
 -    assert(0 && "vISA asm parsing not supported on this platform");
 -    return VISA_FAILURE;
@@ -298,7 +291,7 @@ CMake Error at IGC/CMakeLists.txt:1974 (message):
      // Direct output of parser to null
  #if defined(_WIN64) || defined(_WIN32)
      CISAout = fopen("nul", "w");
-@@ -647,10 +641,6 @@ int CISA_IR_Builder::ParseVISAText(const std::string& 
+@@ -662,10 +656,6 @@ int CISA_IR_Builder::ParseVISAText(const std::string& 
          fclose(CISAout);
      }
      return VISA_SUCCESS;



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