Skip to content

Commit 0e27f05

Browse files
authored
openPMD-api: 0.15.2 (#39528)
Latest patch release.
1 parent 19aaa97 commit 0e27f05

File tree

1 file changed

+4
-3
lines changed
  • var/spack/repos/builtin/packages/openpmd-api

1 file changed

+4
-3
lines changed

var/spack/repos/builtin/packages/openpmd-api/package.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class OpenpmdApi(CMakePackage):
1010
"""C++ & Python API for Scientific I/O"""
1111

1212
homepage = "https://www.openPMD.org"
13-
url = "https://github.com/openPMD/openPMD-api/archive/0.15.1.tar.gz"
13+
url = "https://github.com/openPMD/openPMD-api/archive/0.15.2.tar.gz"
1414
git = "https://github.com/openPMD/openPMD-api.git"
1515

1616
maintainers("ax3l", "franzpoeschel")
@@ -19,6 +19,7 @@ class OpenpmdApi(CMakePackage):
1919

2020
# C++17 up until here
2121
version("develop", branch="dev")
22+
version("0.15.2", sha256="fbe3b356fe6f4589c659027c8056844692c62382e3ec53b953bed1c87e58ba13")
2223
version("0.15.1", sha256="0e81652152391ba4d2b62cfac95238b11233a4f89ff45e1fcffcc7bcd79dabe1")
2324
version("0.15.0", sha256="290e3a3c5814204ea6527d53423bfacf7a8dc490713227c9e0eaa3abf4756177")
2425
# C++14 up until here
@@ -70,8 +71,8 @@ class OpenpmdApi(CMakePackage):
7071
depends_on("[email protected]:", type="link")
7172
depends_on("[email protected]:", type=["test", "run"])
7273
depends_on("[email protected]:", when="+mpi", type=["test", "run"])
73-
depends_on("python@3.6:", type=["link", "test", "run"])
74-
depends_on("python@3.7:", when="@0.15.0:", type=["link", "test", "run"])
74+
depends_on("python@3.7:", type=["link", "test", "run"])
75+
depends_on("python@3.8:", when="@0.15.2:", type=["link", "test", "run"])
7576

7677
conflicts("^hdf5 api=v16", msg="openPMD-api requires HDF5 APIs for 1.8+")
7778

0 commit comments

Comments
 (0)