git: 23aa0917c6b5 - 2021Q4 - devel/intel-graphics-compiler: pacify stage-qa after 80eadab44ca1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Nov 2021 22:04:58 UTC
The branch 2021Q4 has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=23aa0917c6b56cc57e8c7b0ffbdba7eb9db14e65
commit 23aa0917c6b56cc57e8c7b0ffbdba7eb9db14e65
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-11-10 21:13:40 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-11-10 22:04:39 +0000
devel/intel-graphics-compiler: pacify stage-qa after 80eadab44ca1
Error: /usr/local/lib/libigc.so.1.0.1 is linked to /usr/local/llvm13/lib/libLLVM-13.so from devel/llvm13 but it is not declared as a dependency
(cherry picked from commit 913ccecf2a920e26fa891a2a92537c2c01fc92f5)
---
devel/intel-graphics-compiler/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/intel-graphics-compiler/Makefile b/devel/intel-graphics-compiler/Makefile
index 338444e1547a..77e7633ec8bd 100644
--- a/devel/intel-graphics-compiler/Makefile
+++ b/devel/intel-graphics-compiler/Makefile
@@ -14,7 +14,8 @@ ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= Only Intel GPUs on x86 are supported
BUILD_DEPENDS= vc-intrinsics-${FLAVOR}>=s20210730:devel/vc-intrinsics@${FLAVOR}
-LIB_DEPENDS= libopencl-clang.so.${FLAVOR:S/llvm//}:devel/opencl-clang@${FLAVOR}
+LIB_DEPENDS= libLLVM-${FLAVOR:S/llvm//}.so:devel/${FLAVOR} \
+ libopencl-clang.so.${FLAVOR:S/llvm//}:devel/opencl-clang@${FLAVOR}
FLAVORS= ${12 11:L:S/^/llvm/}