svn commit: r556860 - in head/devel/intel-graphics-compiler: . files

Jan Beich jbeich at FreeBSD.org
Wed Dec 2 22:48:07 UTC 2020


Author: jbeich
Date: Wed Dec  2 22:48:06 2020
New Revision: 556860
URL: https://svnweb.freebsd.org/changeset/ports/556860

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

Deleted:
  head/devel/intel-graphics-compiler/files/patch-clang
Modified:
  head/devel/intel-graphics-compiler/Makefile   (contents, props changed)
  head/devel/intel-graphics-compiler/distinfo   (contents, props changed)

Modified: head/devel/intel-graphics-compiler/Makefile
==============================================================================
--- head/devel/intel-graphics-compiler/Makefile	Wed Dec  2 22:47:56 2020	(r556859)
+++ head/devel/intel-graphics-compiler/Makefile	Wed Dec  2 22:48:06 2020	(r556860)
@@ -3,10 +3,13 @@
 PORTNAME=	intel-graphics-compiler
 DISTVERSIONPREFIX=	igc-
 DISTVERSION=	1.0.5699
+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+=	f44eb990ac84.patch:-p1 # https://github.com/intel/intel-graphics-compiler/pull/156
+PATCHFILES+=	cf887180a0e3.patch:-p1 # https://github.com/intel/intel-graphics-compiler/pull/156
 
 MAINTAINER=	jbeich at FreeBSD.org
 COMMENT=	Intel Graphics Compiler for OpenCL
@@ -27,13 +30,6 @@ GH_TUPLE=	intel:vc-intrinsics:a08fe5b: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: head/devel/intel-graphics-compiler/distinfo
==============================================================================
--- head/devel/intel-graphics-compiler/distinfo	Wed Dec  2 22:47:56 2020	(r556859)
+++ head/devel/intel-graphics-compiler/distinfo	Wed Dec  2 22:48:06 2020	(r556860)
@@ -5,3 +5,7 @@ SHA256 (intel-vc-intrinsics-a08fe5b_GH0.tar.gz) = e57f
 SIZE (intel-vc-intrinsics-a08fe5b_GH0.tar.gz) = 119121
 SHA256 (d878880cbb3b.patch) = f430b2da0d212594ce73f23b279a1435f08dea60f30ec35494411ab0dc0fcf70
 SIZE (d878880cbb3b.patch) = 9088
+SHA256 (f44eb990ac84.patch) = 4774683855caa8ef44a85a43356b7d509683bbdbef23e31ab6f5e4075715d67c
+SIZE (f44eb990ac84.patch) = 1547
+SHA256 (cf887180a0e3.patch) = 20c5afc646f61180880fc8e07abcd0feac04bfb190ab27d8af939d459b61a9a0
+SIZE (cf887180a0e3.patch) = 4191


More information about the svn-ports-all mailing list