Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jun 2021 18:14:49 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: 1e30f4b4e036 - main - graphics/mesa-devel: switch to llvm12
Message-ID:  <202106221814.15MIEnQS088409@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=1e30f4b4e036b8274f2984ce010065927a8f2d31

commit 1e30f4b4e036b8274f2984ce010065927a8f2d31
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-06-22 17:59:01 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-06-22 18:13:52 +0000

    graphics/mesa-devel: switch to llvm12
    
    intel-graphics-compiler is currently stuck at an old pre-llvm12
    version due to build issues.
---
 graphics/mesa-devel/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile
index 1c4afab5d440..8cbec9f74194 100644
--- a/graphics/mesa-devel/Makefile
+++ b/graphics/mesa-devel/Makefile
@@ -149,7 +149,7 @@ ZSTD_MESON_ENABLED=	zstd
 
 # Ignore Mk/bsd.default-versions.mk but respect make.conf(5)
 .if !defined(DEFAULT_VERSIONS) || ! ${DEFAULT_VERSIONS:Mllvm*}
-LLVM_DEFAULT=	11 # chase intel-compute-runtime
+LLVM_DEFAULT=	12 # bump if not latest release
 .endif
 
 post-extract:



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