me
/
guix
Archived
1
0
Fork 0

gnu: mesa: Update to 21.2.5.

* gnu/packages/gl.scm (mesa): Update to 21.2.5.
[phases]{fix-tests}: Remove phase.
master
Maxim Cournoyer 2021-11-13 21:54:43 -05:00
parent b3e1f58f2e
commit 67f01c8d29
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 7 deletions

View File

@ -238,7 +238,7 @@ also known as DXTn or DXTC) for Mesa.")
(define-public mesa
(package
(name "mesa")
(version "21.2.4")
(version "21.2.5")
(source
(origin
(method url-fetch)
@ -250,7 +250,7 @@ also known as DXTn or DXTC) for Mesa.")
version "/mesa-" version ".tar.xz")))
(sha256
(base32
"0i2vz3ppcgqm076546imzl11jr3rlch1iv62lffk60mcs61dwvpy"))
"1fxcdf4qs4vmyjcns7jv62w4jy3gr383ar5b7mr77nb0nxgmhjcf"))
(patches
(search-patches "mesa-skip-tests.patch"))))
(build-system meson-build-system)
@ -396,11 +396,6 @@ also known as DXTn or DXTC) for Mesa.")
(("disasm\\.c'") "delay.c',\n link_args: ld_args_build_id"))))
(_
'((display "No tests to disable on this architecture.\n"))))))
(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"))))
(add-before 'configure 'fix-dlopen-libnames
(lambda* (#:key inputs outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out")))