Date: Sun, 5 Jan 2025 13:51:20 GMT From: Dimitry Andric <dim@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 505ae9a310b9 - 2025Q1 - lang/clover: remove llvm:max=16 restriction, part 2 Message-ID: <202501051351.505DpKEL038889@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2025Q1 has been updated by dim: URL: https://cgit.FreeBSD.org/ports/commit/?id=505ae9a310b976f11ed3e06e6a6b7fcc6539f366 commit 505ae9a310b976f11ed3e06e6a6b7fcc6539f366 Author: Jung-uk Kim <jkim@FreeBSD.org> AuthorDate: 2025-01-05 13:45:04 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2025-01-05 13:51:06 +0000 lang/clover: remove llvm:max=16 restriction, part 2 Follow-up on ports e4b79a0e4ebe, by entirely removing the dependency on libLLVMSPIRVLib.so.${LLVM_VERSION}. This also makes it possible to bump LLVM_DEFAULT to a higher value, for bug 283013. PR: 280957 Approved by: maintainer timeout (2 weeks) MFH: 2025Q1 (cherry picked from commit 044090a635805aaf7f4eac7d4ba0ae3136aee67b) --- lang/clover/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/clover/Makefile b/lang/clover/Makefile index e18c27cc966a..8b0d72a618eb 100644 --- a/lang/clover/Makefile +++ b/lang/clover/Makefile @@ -1,5 +1,6 @@ PORTNAME= clover PORTVERSION= ${MESAVERSION} +PORTREVISION= 1 CATEGORIES= lang COMMENT= Mesa OpenCL implementation for AMD GPUs @@ -15,7 +16,6 @@ BUILD_DEPENDS= libclc-${LLVM_PORT:T}>0:devel/libclc@${LLVM_PORT:T} \ spirv-tools>=0:graphics/spirv-tools \ opencl>=0:devel/opencl LIB_DEPENDS= libOpenCL.so:devel/ocl-icd \ - libLLVMSPIRVLib.so.${LLVM_VERSION}:devel/spirv-llvm-translator@${LLVM_PORT:T} \ libzstd.so:archivers/zstd RUN_DEPENDS= libclc-${LLVM_PORT:T}>0:devel/libclc@${LLVM_PORT:T} \ opencl>=0:devel/opencl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501051351.505DpKEL038889>