Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 2020 11:59:39 +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: r553345 - in head: devel/intel-graphics-compiler lang/intel-compute-runtime
Message-ID:  <202010261159.09QBxdLx012053@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Oct 26 11:59:39 2020
New Revision: 553345
URL: https://svnweb.freebsd.org/changeset/ports/553345

Log:
  devel/intel-graphics-compiler: update to 1.0.5353
  
  Changes:	https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.5353
  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/lang/intel-compute-runtime/Makefile   (contents, props changed)

Modified: head/devel/intel-graphics-compiler/Makefile
==============================================================================
--- head/devel/intel-graphics-compiler/Makefile	Mon Oct 26 11:47:48 2020	(r553344)
+++ head/devel/intel-graphics-compiler/Makefile	Mon Oct 26 11:59:39 2020	(r553345)
@@ -2,7 +2,7 @@
 
 PORTNAME=	intel-graphics-compiler
 DISTVERSIONPREFIX=	igc-
-DISTVERSION=	1.0.5186
+DISTVERSION=	1.0.5353
 CATEGORIES=	devel
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -23,7 +23,7 @@ USES=		bison cmake compiler:c++17-lang python:build
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 GH_ACCOUNT=	intel
-GH_TUPLE=	intel:vc-intrinsics:82711ce:vcintrin/../vc-intrinsics
+GH_TUPLE=	intel:vc-intrinsics:eabcd20:vcintrin/../vc-intrinsics
 CMAKE_OFF=	INSTALL_SPIRVDLL
 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	Mon Oct 26 11:47:48 2020	(r553344)
+++ head/devel/intel-graphics-compiler/distinfo	Mon Oct 26 11:59:39 2020	(r553345)
@@ -1,7 +1,7 @@
-TIMESTAMP = 1601453696
-SHA256 (intel-intel-graphics-compiler-igc-1.0.5186_GH0.tar.gz) = e09135b488ca2b111ee871d4e4b354bffc5babc89984b17ff2bf85e5c6512ed7
-SIZE (intel-intel-graphics-compiler-igc-1.0.5186_GH0.tar.gz) = 6684520
-SHA256 (intel-vc-intrinsics-82711ce_GH0.tar.gz) = ad55dd4c5b84053901949c197b757c5324b4ac322b56f0102d0dc2f49e57c638
-SIZE (intel-vc-intrinsics-82711ce_GH0.tar.gz) = 108261
+TIMESTAMP = 1603209041
+SHA256 (intel-intel-graphics-compiler-igc-1.0.5353_GH0.tar.gz) = 8a7ebe4498b4777c55837ffbea75d2cff367fb31e1eeb44fbbe307fdb7cf26d6
+SIZE (intel-intel-graphics-compiler-igc-1.0.5353_GH0.tar.gz) = 6642256
+SHA256 (intel-vc-intrinsics-eabcd20_GH0.tar.gz) = 144f1f601618dfedf921ab6a0dbd864f1e995fa75c457a318acb9fa662f57e28
+SIZE (intel-vc-intrinsics-eabcd20_GH0.tar.gz) = 108426
 SHA256 (d878880cbb3b.patch) = f430b2da0d212594ce73f23b279a1435f08dea60f30ec35494411ab0dc0fcf70
 SIZE (d878880cbb3b.patch) = 9088

Modified: head/lang/intel-compute-runtime/Makefile
==============================================================================
--- head/lang/intel-compute-runtime/Makefile	Mon Oct 26 11:47:48 2020	(r553344)
+++ head/lang/intel-compute-runtime/Makefile	Mon Oct 26 11:59:39 2020	(r553345)
@@ -2,6 +2,7 @@
 
 PORTNAME=	compute-runtime
 DISTVERSION=	20.42.18209
+PORTREVISION=	1
 CATEGORIES=	lang
 PKGNAMEPREFIX=	intel-
 



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