py-jaxlib: add GCC 13 support (#46433)

This commit is contained in:
Adam J. Stewart 2024-09-22 17:55:06 +02:00 committed by GitHub
parent d4ad167567
commit 2269d424f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,6 +99,12 @@ class PyJaxlib(PythonPackage, CudaPackage):
depends_on("py-numpy@:1", when="@:0.4.25")
depends_on("py-ml-dtypes@0.4:", when="@0.4.29")
patch(
"https://github.com/google/jax/pull/20101.patch?full_index=1",
sha256="4dfb9f32d4eeb0a0fb3a6f4124c4170e3fe49511f1b768cd634c78d489962275",
when="@:0.4.25",
)
conflicts(
"cuda_arch=none",
when="+cuda",