[PATCH] Update mesa to use LLVM 11

  • Done
  • quality assurance status badge
Details
2 participants
  • Maxim Cournoyer
  • romulasry
Owner
unassigned
Submitted by
romulasry
Severity
normal

Debbugs page

romulasry wrote 4 years ago
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
TspTbIP7hT-bctDfEvmi_r_4eI1drtWzHIPzz3aGucipUs0P4Q22mrpxqlox9Ts_ZpmGOzSqY5yARRNLAqdRaEiW3WD61KW1oyJcrXNAqM4=@protonmail.com
Sent with [ProtonMail](https://protonmail.com) Secure Email.
Attachment: file
Toggle diff (13 lines)
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)
Maxim Cournoyer wrote 3 years ago
control message for bug #44585
(address . control@debbugs.gnu.org)
87tuhr36d6.fsf@gmail.com
close 44585
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 44585@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 44585
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help