openPMD-api: added v0.13.1 (#20761)
This commit is contained in:
parent
63eabae0ec
commit
53b70451fd
1 changed files with 5 additions and 2 deletions
|
@ -10,13 +10,16 @@ class OpenpmdApi(CMakePackage):
|
||||||
"""API for easy reading and writing of openPMD files"""
|
"""API for easy reading and writing of openPMD files"""
|
||||||
|
|
||||||
homepage = "http://www.openPMD.org"
|
homepage = "http://www.openPMD.org"
|
||||||
|
url = "https://github.com/openPMD/openPMD-api/archive/0.13.1.tar.gz"
|
||||||
git = "https://github.com/openPMD/openPMD-api.git"
|
git = "https://github.com/openPMD/openPMD-api.git"
|
||||||
|
|
||||||
maintainers = ['ax3l']
|
maintainers = ['ax3l']
|
||||||
|
|
||||||
version('dev', branch='dev')
|
version('dev', branch='dev')
|
||||||
version('0.13.0', tag='0.13.0') # C++14 required
|
version('0.13.1', sha256='81ff79419982eb1b0865d1736f73f950f5d4c356d3c78200ceeab7f54dc07fd7')
|
||||||
version('0.12.0', tag='0.12.0-alpha') # C++11 up until here
|
version('0.13.0', sha256='97c2e43d80ee5c5288f278bd54f0dcb40e7f48a575b278fcef9660214b779bb0') # C++14 required
|
||||||
|
# C++11 up until here
|
||||||
|
version('0.12.0', tag='0.12.0-alpha')
|
||||||
version('0.11.1', tag='0.11.1-alpha')
|
version('0.11.1', tag='0.11.1-alpha')
|
||||||
|
|
||||||
variant('shared', default=True,
|
variant('shared', default=True,
|
||||||
|
|
Loading…
Reference in a new issue