aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-12-03 00:05:47 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-12-03 00:05:47 +0000
commitfc6103061c5b0255ab6dc660f590c579ab9dabbc (patch)
treec73f5c3a754e3448d30b354bc778beca67fb9e74
parent78edae084bc949bb854d0b7da16aadbb6412e34f (diff)
downloadports-fc6103061c5b0255ab6dc660f590c579ab9dabbc.tar.gz
ports-fc6103061c5b0255ab6dc660f590c579ab9dabbc.zip
MFH: r556860
devel/intel-graphics-compiler: drop devel/llvm90 dependency
Notes
Notes: svn path=/branches/2020Q4/; revision=556866
-rw-r--r--devel/intel-graphics-compiler/Makefile9
-rw-r--r--devel/intel-graphics-compiler/distinfo2
2 files changed, 4 insertions, 7 deletions
diff --git a/devel/intel-graphics-compiler/Makefile b/devel/intel-graphics-compiler/Makefile
index e25e9cd3cda5..bfc42f20bec8 100644
--- a/devel/intel-graphics-compiler/Makefile
+++ b/devel/intel-graphics-compiler/Makefile
@@ -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
@@ -28,13 +30,6 @@ 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
@${REINPLACE_CMD} -i .python \
diff --git a/devel/intel-graphics-compiler/distinfo b/devel/intel-graphics-compiler/distinfo
index cd841e9dde5a..eb315ef918d5 100644
--- a/devel/intel-graphics-compiler/distinfo
+++ b/devel/intel-graphics-compiler/distinfo
@@ -5,3 +5,5 @@ SHA256 (intel-vc-intrinsics-8300678_GH0.tar.gz) = 0058323fb922f3ab0f82233821b13f
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