py-jaxlib: add GCC 13 support (#46433)
This commit is contained in:
parent
d4ad167567
commit
2269d424f9
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user