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:
John Kehayias 2024-09-01 21:06:57 -04:00
parent edf097aad5
commit e00c621cbb
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9
2 changed files with 21 additions and 30 deletions

View file

@ -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")