git: 913ccecf2a92 - main - 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:22 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=913ccecf2a920e26fa891a2a92537c2c01fc92f5 commit 913ccecf2a920e26fa891a2a92537c2c01fc92f5 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-11-10 21:13:40 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-11-10 21:48:29 +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 --- 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 4b3a914072a5..8fd612154282 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/}