devel/libclc: revert to llvm80 as lang/clover isn't ready
Both ports need to use the same LLVM version for OpenCL to work. Reported by: Vasily Postnicov (on x11@ list) Approved by: portmgr blanket
This commit is contained in:
parent
1d1f5a4e31
commit
fc18844849
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512594
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= libclc
|
||||
DISTVERSION= 0.4.0.20190527
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
@ -39,4 +39,11 @@ do-configure:
|
||||
--pkgconfigdir=${PREFIX}/libdata/pkgconfig \
|
||||
--prefix=${PREFIX}
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
# Keep in sync with lang/clover
|
||||
.if ${LLVM_DEFAULT:S,-devel,990,} >= 90
|
||||
LLVM_DEFAULT= 80
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -18,6 +18,7 @@ ONLY_FOR_ARCHS_REASON= Clover needs a GPU supported by the Radeon KMS driver
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
# Keep in sync with devel/libclc
|
||||
.if ${LLVM_DEFAULT:S,-devel,990,} >= 90
|
||||
LLVM_DEFAULT= 80
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user