summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorPhil Carns <carns@mcs.anl.gov>2021-03-02 05:28:33 -0500
committerGitHub <noreply@github.com>2021-03-02 10:28:33 +0000
commitae19ddbfcb60ad7a03b95f1b4df8c6b229db3ce4 (patch)
tree48d962c530abbadd087d3356086f38530c3f10c1 /var
parent1e0d3115476f0a391b961879e09062fde124ec0b (diff)
downloadspack-ae19ddbfcb60ad7a03b95f1b4df8c6b229db3ce4.tar.gz
spack-ae19ddbfcb60ad7a03b95f1b4df8c6b229db3ce4.tar.bz2
spack-ae19ddbfcb60ad7a03b95f1b4df8c6b229db3ce4.tar.xz
spack-ae19ddbfcb60ad7a03b95f1b4df8c6b229db3ce4.zip
mochi-margo: the official repo is on github now (#22029)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/mochi-margo/package.py11
1 files changed, 4 insertions, 7 deletions
diff --git a/var/spack/repos/builtin/packages/mochi-margo/package.py b/var/spack/repos/builtin/packages/mochi-margo/package.py
index a98ee36d1a..67efae3c33 100644
--- a/var/spack/repos/builtin/packages/mochi-margo/package.py
+++ b/var/spack/repos/builtin/packages/mochi-margo/package.py
@@ -10,13 +10,13 @@ class MochiMargo(AutotoolsPackage):
"""A library that provides Argobots bindings to the Mercury RPC
implementation."""
- homepage = 'https://xgitlab.cels.anl.gov/sds/margo'
- git = 'https://xgitlab.cels.anl.gov/sds/margo.git'
- url = 'https://xgitlab.cels.anl.gov/sds/margo/-/archive/v0.9/margo-v0.9.tar.gz'
+ homepage = 'https://github.com/mochi-hpc/mochi-margo'
+ git = 'https://github.com/mochi-hpc/mochi-margo.git'
+ url = 'https://github.com/mochi-hpc/mochi-margo/archive/v0.9.tar.gz'
maintainers = ['carns', 'mdorier', 'fbudin69500', 'chuckatkins']
- version('master', branch='master')
+ version('main', branch='main')
version('0.9', sha256='a24376f66450cc8fd7a43043e189f8efce5a931585e53c1e2e41894a3e99b517')
version('0.7', sha256='492d1afe2e7984fa638614a5d34486d2ff761f5599b5984efd5ae3f55cafde54')
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@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):
sh = which('sh')
sh('./prepare.sh')