mpl: add v0.2.1, v0.2.0 (#34716)
This commit is contained in:
parent
2004171b7e
commit
79268cedd2
1 changed files with 3 additions and 1 deletions
|
@ -11,10 +11,12 @@ class Mpl(CMakePackage):
|
||||||
|
|
||||||
homepage = "https://rabauke.github.io/mpl/html/"
|
homepage = "https://rabauke.github.io/mpl/html/"
|
||||||
git = "https://github.com/rabauke/mpl.git"
|
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"]
|
maintainers = ["rabauke"]
|
||||||
|
|
||||||
version("develop", branch="master")
|
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")
|
version("0.1", tag="v0.1")
|
||||||
|
|
||||||
depends_on("mpi")
|
depends_on("mpi")
|
||||||
|
|
Loading…
Reference in a new issue