From ae19ddbfcb60ad7a03b95f1b4df8c6b229db3ce4 Mon Sep 17 00:00:00 2001 From: Phil Carns Date: Tue, 2 Mar 2021 05:28:33 -0500 Subject: mochi-margo: the official repo is on github now (#22029) --- var/spack/repos/builtin/packages/mochi-margo/package.py | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'var') 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') -- cgit v1.2.3-60-g2f50