unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#44585] [PATCH] Update mesa to use LLVM 11
@ 2020-11-11 20:07 romulasry via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: romulasry via Guix-patches via @ 2020-11-11 20:07 UTC (permalink / raw)
  To: 44585


[-- Attachment #1.1: Type: text/plain, Size: 60 bytes --]

Sent with [ProtonMail](https://protonmail.com) Secure Email.

[-- Attachment #1.2: Type: text/html, Size: 308 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: mesa-updated-llvm.patch --]
[-- Type: text/x-patch; name=mesa-updated-llvm.patch, Size: 506 bytes --]

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index fb33bd7f6d..d0c808ae6a 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -277,7 +277,7 @@ also known as DXTn or DXTC) for Mesa.")
         ,@(match (%current-system)
             ((or "x86_64-linux" "i686-linux")
              ;; Note: update the 'clang' input of mesa-opencl when bumping this.
-             `(("llvm" ,llvm-10)))
+             `(("llvm" ,llvm-11)))
             (_
              `()))
         ("wayland" ,wayland)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-11 20:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-11 20:07 [bug#44585] [PATCH] Update mesa to use LLVM 11 romulasry via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).