[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated: gnu: mesa: Update to 20.1.9.
From: |
guix-commits |
Subject: |
branch core-updates updated: gnu: mesa: Update to 20.1.9. |
Date: |
Wed, 07 Oct 2020 11:16:31 -0400 |
This is an automated email from the git hooks/post-receive script.
dannym pushed a commit to branch core-updates
in repository guix.
The following commit(s) were added to refs/heads/core-updates by this push:
new 9e4a193 gnu: mesa: Update to 20.1.9.
9e4a193 is described below
commit 9e4a193b099fc4c8671891320adafe422d0d2f24
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Wed Oct 7 16:11:47 2020 +0200
gnu: mesa: Update to 20.1.9.
* gnu/packages/gl.scm (mesa): Update to 20.1.9.
[arguments]<#:phases>[fix-tests]: New phase.
---
gnu/packages/gl.scm | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index e033ef7..4e372c5 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -234,7 +234,7 @@ also known as DXTn or DXTC) for Mesa.")
(define-public mesa
(package
(name "mesa")
- (version "20.1.8")
+ (version "20.1.9")
(source
(origin
(method url-fetch)
@@ -246,7 +246,7 @@ also known as DXTn or DXTC) for Mesa.")
version "/mesa-" version ".tar.xz")))
(sha256
(base32
- "1252mgwiy05nz8mm4gjkzmnjfvdz5yv1shnsr837cdnan86dvsad"))
+ "10kk8a8k7f4ip8yaiqdyrx162nbw8pw4h3b4hs4ha8mpd43wlldj"))
(patches
(search-patches "mesa-skip-disk-cache-test.patch"))))
(build-system meson-build-system)
@@ -358,6 +358,12 @@ also known as DXTn or DXTC) for Mesa.")
(("'u_format_test',") ""))
#t)))
'())
+ (add-after 'unpack 'fix-tests
+ (lambda _
+ ;; See <https://gitlab.freedesktop.org/mesa/mesa/-/issues/3181>.
+ (substitute*
"src/compiler/glsl/glcpp/tests/084-unbalanced-parentheses.c.expected"
+ (("unexpected \\$end") "unexpected end of file"))
+ #t))
(add-before 'configure 'fix-dlopen-libnames
(lambda* (#:key inputs outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out")))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates updated: gnu: mesa: Update to 20.1.9.,
guix-commits <=