mpl: add v0.2.1, v0.2.0 (#34716)

This commit is contained in:
Heiko Bauke 2022-12-30 18:21:58 +01:00 committed by GitHub
parent 2004171b7e
commit 79268cedd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,10 +11,12 @@ class Mpl(CMakePackage):
homepage = "https://rabauke.github.io/mpl/html/"
git = "https://github.com/rabauke/mpl.git"
url = "https://github.com/rabauke/mpl/archive/refs/tags/v0.1.tar.gz"
url = "https://github.com/rabauke/mpl/archive/refs/tags/v0.2.1.tar.gz"
maintainers = ["rabauke"]
version("develop", branch="master")
version("0.2.1", tag="v0.2.1")
version("0.2.0", tag="v0.2.0")
version("0.1", tag="v0.1")
depends_on("mpi")