Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Dec 2020 00:05:47 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r556866 - branches/2020Q4/devel/intel-graphics-compiler
Message-ID:  <202012030005.0B305lwS075364@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Dec  3 00:05:47 2020
New Revision: 556866
URL: https://svnweb.freebsd.org/changeset/ports/556866

Log:
  MFH: r556860
  
  devel/intel-graphics-compiler: drop devel/llvm90 dependency

Modified:
  branches/2020Q4/devel/intel-graphics-compiler/Makefile
  branches/2020Q4/devel/intel-graphics-compiler/distinfo
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/devel/intel-graphics-compiler/Makefile
==============================================================================
--- branches/2020Q4/devel/intel-graphics-compiler/Makefile	Thu Dec  3 00:01:25 2020	(r556865)
+++ branches/2020Q4/devel/intel-graphics-compiler/Makefile	Thu Dec  3 00:05:47 2020	(r556866)
@@ -3,10 +3,12 @@
 PORTNAME=	intel-graphics-compiler
 DISTVERSIONPREFIX=	igc-
 DISTVERSION=	1.0.5064
+PORTREVISION=	1
 CATEGORIES=	devel
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
 PATCHFILES+=	d878880cbb3b.patch:-p1 # https://github.com/intel/intel-graphics-compiler/pull/129
+PATCHFILES+=	cf887180a0e3.patch:-p1 # https://github.com/intel/intel-graphics-compiler/pull/156
 
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Intel Graphics Compiler for OpenCL
@@ -27,13 +29,6 @@ GH_TUPLE=	intel:vc-intrinsics:8300678:vcintrin/../vc-i
 CMAKE_OFF=	INSTALL_SPIRVDLL
 CFLAGS+=	-Wno-macro-redefined # __fastcall
 PLIST_SUB=	ARCH_SUFX=${ARCH:S/i386/32/:S/amd//:S/x86_//}
-
-.if (exists(/usr/lib/clang/10.0.0) || exists(/usr/lib/clang/10.0.1) || exists(/usr/lib/clang/11.0.0)) && ${CXX} == c++
-# https://github.com/intel/intel-graphics-compiler/issues/126
-BUILD_DEPENDS+=	clang++90:devel/llvm90
-USES:=		${USES:Ncompiler*}
-CXX=		clang++90
-.endif
 
 post-patch:
 # lang/python* don't install unsuffixed symlinks

Modified: branches/2020Q4/devel/intel-graphics-compiler/distinfo
==============================================================================
--- branches/2020Q4/devel/intel-graphics-compiler/distinfo	Thu Dec  3 00:01:25 2020	(r556865)
+++ branches/2020Q4/devel/intel-graphics-compiler/distinfo	Thu Dec  3 00:05:47 2020	(r556866)
@@ -5,3 +5,5 @@ SHA256 (intel-vc-intrinsics-8300678_GH0.tar.gz) = 0058
 SIZE (intel-vc-intrinsics-8300678_GH0.tar.gz) = 97070
 SHA256 (d878880cbb3b.patch) = f430b2da0d212594ce73f23b279a1435f08dea60f30ec35494411ab0dc0fcf70
 SIZE (d878880cbb3b.patch) = 9088
+SHA256 (cf887180a0e3.patch) = 20c5afc646f61180880fc8e07abcd0feac04bfb190ab27d8af939d459b61a9a0
+SIZE (cf887180a0e3.patch) = 4191



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