mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: mesa: Update to 24.2.2.
Note the clang input for mesa was in inputs for aarch64-linux but more generally in native-inputs for mesa-opencl. Moved to native-inputs for all (mesa does not retain a reference to clang). * gnu/packages/gl.scm (mesa): Update to 24.2.2. [inputs]: Move clang-18 when building for aarch64-linux to ... [native-inputs]: ... here for all architectures. Add python-ply, and python-pyyaml. Use libclc for all architectures. (mesa-opencl)[inputs, native-inputs]: Remove fields. * gnu/packages/python-xyz.scm (python-pyyaml, python-ply): Add a comment about being dependencies of mesa. Change-Id: Ie262e6ea5a31fda0e410277256c203ea3caed96b
This commit is contained in:
parent
edf097aad5
commit
e00c621cbb
2 changed files with 21 additions and 30 deletions
|
@ -6213,6 +6213,7 @@ visualisation and class tracker statistics.")
|
|||
environments and back.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
;; WARNING: This package is a dependency of mesa.
|
||||
(define-public python-pyyaml
|
||||
(package
|
||||
(name "python-pyyaml")
|
||||
|
@ -21167,6 +21168,7 @@ Protocol) 0-9-1 protocol that tries to stay fairly independent of the underlying
|
|||
network support library.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
;; WARNING: This package is a dependency of mesa.
|
||||
(define-public python-ply
|
||||
(package
|
||||
(name "python-ply")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue