MFH: r556860
devel/intel-graphics-compiler: drop devel/llvm90 dependency
This commit is contained in:
parent
78edae084b
commit
fc6103061c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=556866
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user