Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Apr 2024 16:58:45 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: edbdd0302ff9 - main - graphics/mesa-devel: unpin LLVM_VERSION after 29d855b6f775
Message-ID:  <202404021658.432GwjIb026660@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=edbdd0302ff9dd3d96b47e96d76dbfb6131f3c86

commit edbdd0302ff9dd3d96b47e96d76dbfb6131f3c86
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-04-02 15:31:22 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-04-02 16:58:33 +0000

    graphics/mesa-devel: unpin LLVM_VERSION after 29d855b6f775
    
    Similar to lang/clover. Mixing libclc + llvm15 and rusticl + llvm18
    also doesn't break Rusticl on my Intel iGPU.
    
    See also https://llvm.org/docs/DeveloperPolicy.html#ir-backwards-compatibility
---
 graphics/mesa-devel/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile
index a1926c7b40cb..24f739b55783 100644
--- a/graphics/mesa-devel/Makefile
+++ b/graphics/mesa-devel/Makefile
@@ -120,7 +120,6 @@ OPENCL_MESON_FALSE=	b_lundef # environ
 OPENCL_MESON_TRUE=	gallium-rusticl
 OPENCL_MESON_ON=	-Dgallium-opencl=icd
 OPENCL_MESON_OFF=	-Dgallium-opencl=disabled
-OPENCL_VARS=		LLVM_USES=llvm:15,lib,noexport # chase libclc + rust (LTO)
 OPENCL_VARS+=		COINST_RUN_DEPENDS+=clover>0:lang/clover # ICD
 OPENCL_IMPLIES=		LLVM ${"${PORT_OPTIONS:Miris}":?iris:radeonsi} # any from OPTIONS_GROUP_GALLIUM
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404021658.432GwjIb026660>