Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Aug 2020 03:03:57 +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: r546966 - in head: devel/intel-graphics-compiler devel/intel-graphics-compiler/files lang/intel-compute-runtime
Message-ID:  <202008300303.07U33vut051463@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Aug 30 03:03:57 2020
New Revision: 546966
URL: https://svnweb.freebsd.org/changeset/ports/546966

Log:
  devel/intel-graphics-compiler: update to 1.0.4756
  
  Changes:	https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.4361
  Changes:	https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.4427
  Changes:	https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.4479
  Changes:	https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.4521
  Changes:	https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.4594
  Changes:	https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.4756
  Reported by:	GitHub (watch releases), Repology

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)
  head/lang/intel-compute-runtime/Makefile   (contents, props changed)

Modified: head/devel/intel-graphics-compiler/Makefile
==============================================================================
--- head/devel/intel-graphics-compiler/Makefile	Sun Aug 30 01:48:53 2020	(r546965)
+++ head/devel/intel-graphics-compiler/Makefile	Sun Aug 30 03:03:57 2020	(r546966)
@@ -2,7 +2,7 @@
 
 PORTNAME=	intel-graphics-compiler
 DISTVERSIONPREFIX=	igc-
-DISTVERSION=	1.0.4312
+DISTVERSION=	1.0.4756
 CATEGORIES=	devel
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -23,6 +23,9 @@ USES=		bison cmake compiler:c++17-lang python:build
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 GH_ACCOUNT=	intel
+GH_TUPLE=	intel:vc-intrinsics:55124bb:vcintrin
+CMAKE_OFF=	INSTALL_SPIRVDLL
+CMAKE_ARGS=	-DVC_INTRINSICS_SRC:PATH="${WRKSRC_vcintrin}"
 CFLAGS+=	-Wno-macro-redefined # __fastcall
 PLIST_SUB=	ARCH_SUFX=${ARCH:S/i386/32/:S/amd//:S/x86_//}
 

Modified: head/devel/intel-graphics-compiler/distinfo
==============================================================================
--- head/devel/intel-graphics-compiler/distinfo	Sun Aug 30 01:48:53 2020	(r546965)
+++ head/devel/intel-graphics-compiler/distinfo	Sun Aug 30 03:03:57 2020	(r546966)
@@ -1,5 +1,7 @@
-TIMESTAMP = 1593779742
-SHA256 (intel-intel-graphics-compiler-igc-1.0.4312_GH0.tar.gz) = 6a36b13639d24416cd3c47020ba917813801f0935a55c11c46a4450d918e7a7b
-SIZE (intel-intel-graphics-compiler-igc-1.0.4312_GH0.tar.gz) = 5800590
+TIMESTAMP = 1597743403
+SHA256 (intel-intel-graphics-compiler-igc-1.0.4756_GH0.tar.gz) = 25b93adddc4ca5da0988af7d012c7c3d00b628670297c703f252f3b321856055
+SIZE (intel-intel-graphics-compiler-igc-1.0.4756_GH0.tar.gz) = 6606990
+SHA256 (intel-vc-intrinsics-55124bb_GH0.tar.gz) = e59ecabbf2a3c8dec26013f3d72353dfd3e1d8c3b7437a5db8a4cb56bfe592f6
+SIZE (intel-vc-intrinsics-55124bb_GH0.tar.gz) = 96981
 SHA256 (b4e40a433077.patch) = 56950deb485a4c1dc844f4864f42b80907919b61132b0e797f7955989fed0597
 SIZE (b4e40a433077.patch) = 9585

Modified: head/devel/intel-graphics-compiler/files/patch-unix
==============================================================================
--- head/devel/intel-graphics-compiler/files/patch-unix	Sun Aug 30 01:48:53 2020	(r546965)
+++ head/devel/intel-graphics-compiler/files/patch-unix	Sun Aug 30 03:03:57 2020	(r546966)
@@ -260,9 +260,9 @@ CMake Error at IGC/CMakeLists.txt:1974 (message):
  #define LINUX_RELEASE_MODE
  #endif
  
---- visa/BuildCISAIRImpl.cpp.orig	2020-01-09 09:46:51 UTC
+--- visa/BuildCISAIRImpl.cpp.orig	2020-08-18 09:36:43 UTC
 +++ visa/BuildCISAIRImpl.cpp
-@@ -684,7 +684,6 @@ extern void CISA_delete_buffer(YY_BUFFER_STATE buf);
+@@ -568,7 +568,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)
  {
@@ -270,12 +270,12 @@ CMake Error at IGC/CMakeLists.txt:1974 (message):
      // Direct output of parser to null
  #if defined(_WIN64) || defined(_WIN32)
      CISAout = fopen("nul", "w");
-@@ -746,16 +745,11 @@ int CISA_IR_Builder::ParseVISAText(const std::string& 
+@@ -612,16 +611,11 @@ int CISA_IR_Builder::ParseVISAText(const std::string& 
      }
  
      return VISA_SUCCESS;
 -#else
--    assert(0 && "Asm parsing not supported on this platform");
+-    assert(0 && "vISA asm parsing not supported on this platform");
 -    return VISA_FAILURE;
 -#endif
  }
@@ -287,7 +287,7 @@ CMake Error at IGC/CMakeLists.txt:1974 (message):
      // Direct output of parser to null
  #if defined(_WIN64) || defined(_WIN32)
      CISAout = fopen("nul", "w");
-@@ -781,10 +775,6 @@ int CISA_IR_Builder::ParseVISAText(const std::string& 
+@@ -647,10 +641,6 @@ int CISA_IR_Builder::ParseVISAText(const std::string& 
          fclose(CISAout);
      }
      return VISA_SUCCESS;

Modified: head/lang/intel-compute-runtime/Makefile
==============================================================================
--- head/lang/intel-compute-runtime/Makefile	Sun Aug 30 01:48:53 2020	(r546965)
+++ head/lang/intel-compute-runtime/Makefile	Sun Aug 30 03:03:57 2020	(r546966)
@@ -2,6 +2,7 @@
 
 PORTNAME=	compute-runtime
 DISTVERSION=	20.34.17727
+PORTREVISION=	1
 CATEGORIES=	lang
 PKGNAMEPREFIX=	intel-
 



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