Date: Thu, 6 Jun 2024 03:28:08 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: eba63299d25d - 2024Q2 - graphics/mesa-devel: simplify _IMPLISE=LLVM after 58c2c17aaa7f Message-ID: <202406060328.4563S8ln056467@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=eba63299d25d318a407e6a8a8f5454dc367f30d1 commit eba63299d25d318a407e6a8a8f5454dc367f30d1 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-06-06 03:26:50 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-06-06 03:27:50 +0000 graphics/mesa-devel: simplify _IMPLISE=LLVM after 58c2c17aaa7f (cherry picked from commit 66f324e30165b1a666c7812312bfdafb23bcb55a) --- graphics/mesa-devel/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index d8a0a38156d2..c04f5153a302 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -73,6 +73,7 @@ iris_DESC= Broadwell and newer (implies OPENCL) iris_IMPLIES= OPENCL panfrost_DESC= Midgard, Bifrost r600_DESC= R600, R700, Evergreen, Northern Islands (implies LLVM) +r600_IMPLIES= LLVM radeonsi_DESC= Southern Islands and newer VULKAN_DESC= Vulkan drivers @@ -97,9 +98,6 @@ LLVM_USES= llvm:min=15,lib,noexport LLVM_CONFIGURE_ENV= LLVM_CONFIG=${LLVM_CONFIG} LLVM_MESON_ENABLED= llvm LLVM_MESON_TRUE= amd-use-llvm -.for i in r600 -${i}_IMPLIES+= LLVM -.endfor LTO_MESON_TRUE= b_lto
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406060328.4563S8ln056467>