summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorajaust <alexander.jaust@ipvs.uni-stuttgart.de>2021-06-04 17:06:40 +0200
committerGitHub <noreply@github.com>2021-06-04 10:06:40 -0500
commit1fd1f1c93fb410cd604d6108fd4fa9e9b6650fac (patch)
tree7b92e95382d748ca6dfb2582c5557877a212c2d8 /var
parenta0259cc4f4c3d0274884fa82a24b3f48c5ceb290 (diff)
downloadspack-1fd1f1c93fb410cd604d6108fd4fa9e9b6650fac.tar.gz
spack-1fd1f1c93fb410cd604d6108fd4fa9e9b6650fac.tar.bz2
spack-1fd1f1c93fb410cd604d6108fd4fa9e9b6650fac.tar.xz
spack-1fd1f1c93fb410cd604d6108fd4fa9e9b6650fac.zip
py-pyprecice: Add version 2.2.0.2 and 2.2.1.1 (#24138)
* add versions 2.2.0.2 and 2.2.1.1 * Add maintainer Added Ishaan as additional maintainer as he is also maintainer of the Python bindings * add new major precice version as dependency
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-pyprecice/package.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-pyprecice/package.py b/var/spack/repos/builtin/packages/py-pyprecice/package.py
index 658173067d..3daeaf36f7 100644
--- a/var/spack/repos/builtin/packages/py-pyprecice/package.py
+++ b/var/spack/repos/builtin/packages/py-pyprecice/package.py
@@ -15,10 +15,12 @@ class PyPyprecice(PythonPackage):
homepage = "https://www.precice.org"
git = "https://github.com/precice/python-bindings.git"
url = "https://github.com/precice/python-bindings/archive/v2.0.0.1.tar.gz"
- maintainers = ["ajaust", "BenjaminRodenberg"]
+ maintainers = ["ajaust", "BenjaminRodenberg", "IshaanDesai"]
# Always prefer final version of release candidate
version("develop", branch="develop")
+ version('2.2.1.1', sha256='481715c9e90660d3d97e63ee590a3b74a17564cd5cac3bfceceb59788fd11b14')
+ version('2.2.0.2', sha256='2287185f9ad7500dced53459543d27bb66bd2438c2e4bf81ee3317e6a00513d5')
version('2.2.0.1', sha256='032fa58193cfa69e3be37557977056e8f507d89b40c490a351d17271269b25ad')
version('2.1.1.2', sha256='363eb3eeccf964fd5ee87012c1032353dd1518662868f2b51f04a6d8a7154045')
version("2.1.1.1", sha256="972f574549344b6155a8dd415b6d82512e00fa154ca25ae7e36b68d4d2ed2cf4")
@@ -34,6 +36,7 @@ class PyPyprecice(PythonPackage):
patch("deactivate-version-check-via-pip.patch", when="@:2.1.1.1")
depends_on("precice@develop", when="@develop")
+ depends_on("precice@2.2.1", when="@2.2.1.1:2.2.1.99")
depends_on("precice@2.2.0", when="@2.2.0.1:2.2.0.99")
depends_on("precice@2.1.1", when="@2.1.1.1:2.1.1.99")
depends_on("precice@2.1.0", when="@2.1.0.1:2.1.0.99")