py-jaxlib: ppc64le support has been fixed (#43422)

This commit is contained in:
Adam J. Stewart 2024-03-28 21:15:17 +01:00 committed by GitHub
parent a05eb11b7b
commit 9f2451ddff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -22,6 +22,7 @@ class PyJax(PythonPackage):
pypi = "jax/jax-0.2.25.tar.gz"
license("Apache-2.0")
maintainers("adamjstewart")
version("0.4.25", sha256="a8ee189c782de2b7b2ffb64a8916da380b882a617e2769aa429b71d79747b982")
version("0.4.23", sha256="2a229a5a758d1b803891b2eaed329723f6b15b4258b14dc0ccb1498c84963685")

View file

@ -18,6 +18,7 @@ class PyJaxlib(PythonPackage, CudaPackage):
buildtmp = ""
license("Apache-2.0")
maintainers("adamjstewart")
version("0.4.25", sha256="fc1197c401924942eb14185a61688d0c476e3e81ff71f9dc95e620b57c06eec8")
version("0.4.24", sha256="c4e6963c2c36f634a9a1765e476a1ed4e6c4a7954465ebf72e29f344c28ddc28")
@ -82,7 +83,7 @@ class PyJaxlib(PythonPackage, CudaPackage):
)
# https://github.com/google/jax/issues/19992
conflicts("@0.4.16:", when="target=ppc64le:")
conflicts("@0.4.16:0.4.25", when="target=ppc64le:")
def patch(self):
self.tmp_path = tempfile.mkdtemp(prefix="spack")