mochi-margo: the official repo is on github now (#22029)
This commit is contained in:
parent
1e0d311547
commit
ae19ddbfcb
1 changed files with 4 additions and 7 deletions
|
@ -10,13 +10,13 @@ class MochiMargo(AutotoolsPackage):
|
||||||
"""A library that provides Argobots bindings to the Mercury RPC
|
"""A library that provides Argobots bindings to the Mercury RPC
|
||||||
implementation."""
|
implementation."""
|
||||||
|
|
||||||
homepage = 'https://xgitlab.cels.anl.gov/sds/margo'
|
homepage = 'https://github.com/mochi-hpc/mochi-margo'
|
||||||
git = 'https://xgitlab.cels.anl.gov/sds/margo.git'
|
git = 'https://github.com/mochi-hpc/mochi-margo.git'
|
||||||
url = 'https://xgitlab.cels.anl.gov/sds/margo/-/archive/v0.9/margo-v0.9.tar.gz'
|
url = 'https://github.com/mochi-hpc/mochi-margo/archive/v0.9.tar.gz'
|
||||||
|
|
||||||
maintainers = ['carns', 'mdorier', 'fbudin69500', 'chuckatkins']
|
maintainers = ['carns', 'mdorier', 'fbudin69500', 'chuckatkins']
|
||||||
|
|
||||||
version('master', branch='master')
|
version('main', branch='main')
|
||||||
version('0.9', sha256='a24376f66450cc8fd7a43043e189f8efce5a931585e53c1e2e41894a3e99b517')
|
version('0.9', sha256='a24376f66450cc8fd7a43043e189f8efce5a931585e53c1e2e41894a3e99b517')
|
||||||
version('0.7', sha256='492d1afe2e7984fa638614a5d34486d2ff761f5599b5984efd5ae3f55cafde54')
|
version('0.7', sha256='492d1afe2e7984fa638614a5d34486d2ff761f5599b5984efd5ae3f55cafde54')
|
||||||
version('0.7.2', sha256='0ca796abdb82084813a5de033d92364910b5ad1a0df135534d6b1c36ef627859')
|
version('0.7.2', sha256='0ca796abdb82084813a5de033d92364910b5ad1a0df135534d6b1c36ef627859')
|
||||||
|
@ -47,9 +47,6 @@ class MochiMargo(AutotoolsPackage):
|
||||||
depends_on('mercury@1.0.0:', type=("build", "link", "run"), when='@:0.5.1')
|
depends_on('mercury@1.0.0:', type=("build", "link", "run"), when='@:0.5.1')
|
||||||
depends_on('mercury@2.0.0:', type=("build", "link", "run"), when='@0.5.2:')
|
depends_on('mercury@2.0.0:', type=("build", "link", "run"), when='@0.5.2:')
|
||||||
|
|
||||||
# dependencies for develop version
|
|
||||||
depends_on('mercury@master', type=("build", "link", "run"), when='@develop')
|
|
||||||
|
|
||||||
def autoreconf(self, spec, prefix):
|
def autoreconf(self, spec, prefix):
|
||||||
sh = which('sh')
|
sh = which('sh')
|
||||||
sh('./prepare.sh')
|
sh('./prepare.sh')
|
||||||
|
|
Loading…
Reference in a new issue