Skip to content

Commit

Permalink
py-jaxlib: add GCC 13 support (spack#46433)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored Sep 22, 2024
1 parent d4ad167 commit 2269d42
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions var/spack/repos/builtin/packages/py-jaxlib/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2269d42

Please sign in to comment.