libEnsemble: add v0.10.1 (#38845)
This commit is contained in:
parent
ed247744e7
commit
0d51faf6cb
1 changed files with 3 additions and 2 deletions
|
@ -12,13 +12,14 @@ class PyLibensemble(PythonPackage):
|
||||||
"""Library for managing ensemble-like collections of computations."""
|
"""Library for managing ensemble-like collections of computations."""
|
||||||
|
|
||||||
homepage = "https://libensemble.readthedocs.io"
|
homepage = "https://libensemble.readthedocs.io"
|
||||||
pypi = "libensemble/libensemble-0.10.0.tar.gz"
|
pypi = "libensemble/libensemble-0.10.1.tar.gz"
|
||||||
git = "https://github.com/Libensemble/libensemble.git"
|
git = "https://github.com/Libensemble/libensemble.git"
|
||||||
maintainers("shuds13", "jlnav")
|
maintainers("shuds13", "jlnav")
|
||||||
|
|
||||||
tags = ["e4s"]
|
tags = ["e4s"]
|
||||||
|
|
||||||
version("develop", branch="develop")
|
version("develop", branch="develop")
|
||||||
|
version("0.10.1", sha256="56ae42ec9a28d3df8f46bdf7d016db9526200e9df2a28d849902e3c44fe5c1ba")
|
||||||
version("0.10.0", sha256="f800f38d02def526f1d2a325710d01fdd3637cd1e33a9a083a3cf4a7f419a726")
|
version("0.10.0", sha256="f800f38d02def526f1d2a325710d01fdd3637cd1e33a9a083a3cf4a7f419a726")
|
||||||
version("0.9.3", sha256="00e5a65d6891feee6a686c048d8de72097b8bff164431f163be96ec130a9c390")
|
version("0.9.3", sha256="00e5a65d6891feee6a686c048d8de72097b8bff164431f163be96ec130a9c390")
|
||||||
version("0.9.2", sha256="e46598e5696f770cbff4cb90507b52867faad5654f1b80de35405a95228c909f")
|
version("0.9.2", sha256="e46598e5696f770cbff4cb90507b52867faad5654f1b80de35405a95228c909f")
|
||||||
|
@ -49,7 +50,7 @@ class PyLibensemble(PythonPackage):
|
||||||
depends_on("py-numpy", type=("build", "run"))
|
depends_on("py-numpy", type=("build", "run"))
|
||||||
depends_on("py-psutil", type=("build", "run"), when="@0.7.1:")
|
depends_on("py-psutil", type=("build", "run"), when="@0.7.1:")
|
||||||
depends_on("py-setuptools", type=("build", "run"))
|
depends_on("py-setuptools", type=("build", "run"))
|
||||||
depends_on("py-pydantic", type=("build", "run"), when="@0.10:")
|
depends_on("py-pydantic@:2", type=("build", "run"), when="@0.10:")
|
||||||
depends_on("py-tomli", type=("build", "run"), when="@0.10:")
|
depends_on("py-tomli", type=("build", "run"), when="@0.10:")
|
||||||
depends_on("py-pyyaml", type=("build", "run"), when="@0.10:")
|
depends_on("py-pyyaml", type=("build", "run"), when="@0.10:")
|
||||||
depends_on("mpi", when="@:0.4.1")
|
depends_on("mpi", when="@:0.4.1")
|
||||||
|
|
Loading…
Reference in a new issue