FreeBSD Bugzilla – Attachment 252960 Details for
Bug 280863
devel/libclc: incorrect reference to llvm15 in BUILD_DEPENDS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix build dependency and honor LLVM_DEFAULT
libclc.diff (text/plain), 873 bytes, created by
Jung-uk Kim
on 2024-08-20 19:47:47 UTC
(
hide
)
Description:
Fix build dependency and honor LLVM_DEFAULT
Filename:
MIME Type:
Creator:
Jung-uk Kim
Created:
2024-08-20 19:47:47 UTC
Size:
873 bytes
patch
obsolete
>diff --git a/devel/libclc/Makefile b/devel/libclc/Makefile >index 2e2a32e828c5..22bd84227bf8 100644 >--- a/devel/libclc/Makefile >+++ b/devel/libclc/Makefile >@@ -13,14 +13,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.TXT > LICENSE_NAME= Apache License 2.0 with LLVM Exceptions > LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept > >-BUILD_DEPENDS= llvm15>=15.0:devel/llvm15 \ >- spirv-llvm-translator-llvm15>0:devel/spirv-llvm-translator@llvm15 \ >+BUILD_DEPENDS= spirv-llvm-translator-${LLVM_PORT:T}>0:devel/spirv-llvm-translator@${LLVM_PORT:T} \ > libedit>=0:devel/libedit > >-USES= cmake compiler:c++11-lib python:build tar:xz >+USES= cmake llvm:min=15,build python:build tar:xz > USE_LDCONFIG= yes > > BINARY_ALIAS= python=${PYTHON_CMD} >-CMAKE_ARGS+= -DLLVM_CONFIG=${LOCALBASE}/bin/llvm-config15 >+CMAKE_ARGS+= -DLLVM_CONFIG=${LLVM_CONFIG} > > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 280863
:
252822
|
252960
|
253004
|
253017
|
253034
|
253104