openPMD-api: 0.15.1 (#36604)

Latest patch release, fixing build issues.
This commit is contained in:
Axel Huebl 2023-04-03 07:39:34 -07:00 committed by GitHub
parent 4c3edac454
commit ebffc53b93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ class OpenpmdApi(CMakePackage):
"""C++ & Python API for Scientific I/O""" """C++ & Python API for Scientific I/O"""
homepage = "https://www.openPMD.org" homepage = "https://www.openPMD.org"
url = "https://github.com/openPMD/openPMD-api/archive/0.15.0.tar.gz" url = "https://github.com/openPMD/openPMD-api/archive/0.15.1.tar.gz"
git = "https://github.com/openPMD/openPMD-api.git" git = "https://github.com/openPMD/openPMD-api.git"
maintainers("ax3l", "franzpoeschel") maintainers("ax3l", "franzpoeschel")
@ -19,6 +19,7 @@ class OpenpmdApi(CMakePackage):
# C++17 up until here # C++17 up until here
version("develop", branch="dev") version("develop", branch="dev")
version("0.15.1", sha256="0e81652152391ba4d2b62cfac95238b11233a4f89ff45e1fcffcc7bcd79dabe1")
version("0.15.0", sha256="290e3a3c5814204ea6527d53423bfacf7a8dc490713227c9e0eaa3abf4756177") version("0.15.0", sha256="290e3a3c5814204ea6527d53423bfacf7a8dc490713227c9e0eaa3abf4756177")
# C++14 up until here # C++14 up until here
version("0.14.5", sha256="e3f509098e75014394877e0dc91f833e57ced5552b110c7339a69e9dbe49bf62") version("0.14.5", sha256="e3f509098e75014394877e0dc91f833e57ced5552b110c7339a69e9dbe49bf62")