openPMD-api: 0.10.0 (#13750)

Add latest release and first to be tagged by number in Spack,
version 0.10.0.
This commit is contained in:
Axel Huebl 2019-11-17 11:35:40 -08:00 committed by Adam J. Stewart
parent 15207bae43
commit 02f27fc45d

View File

@ -15,6 +15,7 @@ class OpenpmdApi(CMakePackage):
maintainers = ['ax3l']
version('develop', branch='dev')
version('0.10.0', tag='0.10.0-alpha')
variant('shared', default=True,
description='Build a shared version of the library')