pkg PRRTE: added version 1.0.0 (#12054)
This commit is contained in:
parent
3120e06359
commit
6eba9febaa
1 changed files with 2 additions and 1 deletions
|
@ -16,10 +16,11 @@ class Prrte(AutotoolsPackage):
|
||||||
environment."""
|
environment."""
|
||||||
|
|
||||||
homepage = "https://pmix.org"
|
homepage = "https://pmix.org"
|
||||||
url = "https://github.com/pmix/prrte/archive/dev.tar.gz"
|
url = "https://github.com/pmix/prrte/releases/download/v1.0.0/prrte-1.0.0.tar.bz2"
|
||||||
git = "https://github.com/pmix/prrte.git"
|
git = "https://github.com/pmix/prrte.git"
|
||||||
|
|
||||||
version('develop', branch='master')
|
version('develop', branch='master')
|
||||||
|
version('1.0.0', sha256='a9b3715e059c10ed091bd6e3a0d8896f7752e43ee731abcc95fb962e67132a2d')
|
||||||
|
|
||||||
depends_on('pmix')
|
depends_on('pmix')
|
||||||
depends_on('libevent')
|
depends_on('libevent')
|
||||||
|
|
Loading…
Reference in a new issue