ADD: extra version pkgs needed by alphafold

This commit is contained in:
2024-05-31 12:42:24 +02:00
parent d71e6cea13
commit 068efd0c6b
6 changed files with 69 additions and 4 deletions

View File

@ -3,11 +3,11 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
import os
from spack.package import *
from spack.pkg.builtin.py_alphafold import PyAlphafold as SpackPyAlphafold
from spack.pkg.builtin.py_absl_py import PyAbslPy as SpackPyAbslPy
class PyAbslPy(SpackPyAbslPy):
class PyAlphafold(SpackPyAlphafold):
version("2.3.2", sha256="4ea8005ba1b573fa1585e4c29b7d188c5cbfa59b4e4761c9f0c15c9db9584a8e")
version("1.0.0", sha256="ac511215c01ee9ae47b19716599e8ccfa746f2e18de72bdf641b79b22afa27ea")

View File

@ -0,0 +1,13 @@
# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
import os
from spack.package import *
from spack.pkg.builtin.py_chex import PyChex as SpackPyChex
class PyChex(SpackPyChex):
version("0.0.7", sha256="4ea31fbf17075f376040ac9ce3f10de94cefa8c37a974ca0871b4260927aa924")

View File

@ -0,0 +1,13 @@
# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
import os
from spack.package import *
from spack.pkg.builtin.py_dm_haiku import PyDmHaiku as SpackPyDmHaiku
class PyDmHaiku(SpackPyDmHaiku):
version("0.0.9", sha256="97752b32cdbe5a3e2d1c60ea884d33eb4b36e7d410000f0d61b571417c925435")

View File

@ -0,0 +1,13 @@
# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
import os
from spack.package import *
from spack.pkg.builtin.py_immutabledict import PyImmutabledict as SpackPyImmutabledict
class PyImmutabledict(SpackPyImmutabledict):
version("2.0.0", sha256="1b3ab650dc9db0df80fc198b9d31bee45062c4774b3dfbf3d2f3e1f6d4929258")

View File

@ -0,0 +1,13 @@
# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
import os
from spack.package import *
from spack.pkg.builtin.py_jax import PyJax as SpackPyJax
class PyJax(SpackPyJax):
version("0.3.25", sha256="18bea69321cb95ea5ea913adfe5e2c1d453cade9d4cfd0dc814ecba9fc0cb6e3")

View File

@ -0,0 +1,13 @@
# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
import os
from spack.package import *
from spack.pkg.builtin.py_jaxlib import PyJaxlib as SpackPyJaxlib
class PyJaxlib(SpackPyJaxlib):
version("0.3.25", sha256="73ebc7868631cd9d520385557bbd7f08762d748a5a6a1bebef0f3b8d7ba748ef")