aml: update website, repository, and maintainer (#25140)
AML moved its repository and website during spring 2021. Signed-off-by: Swann Perarnau <swann@anl.gov>
This commit is contained in:
parent
189ff91f25
commit
c1de2e926d
@ -11,22 +11,23 @@
|
|||||||
class Aml(AutotoolsPackage):
|
class Aml(AutotoolsPackage):
|
||||||
"""AML: Building Blocks for Memory Management."""
|
"""AML: Building Blocks for Memory Management."""
|
||||||
|
|
||||||
homepage = "https://xgitlab.cels.anl.gov/argo/aml"
|
homepage = "https://argo-aml.readthedocs.io/"
|
||||||
url = "https://www.mcs.anl.gov/research/projects/argo/downloads/aml-0.1.0.tar.gz"
|
url = "https://www.mcs.anl.gov/research/projects/argo/downloads/aml-0.1.0.tar.gz"
|
||||||
git = "https://xgitlab.cels.anl.gov/argo/aml.git"
|
git = "https://github.com/anlsys/aml.git"
|
||||||
|
maintainers = ['perarnau']
|
||||||
|
|
||||||
test_requires_compiler = True
|
test_requires_compiler = True
|
||||||
|
|
||||||
version('0.1.0', sha256='cc89a8768693f1f11539378b21cdca9f0ce3fc5cb564f9b3e4154a051dcea69b')
|
version('0.1.0', sha256='cc89a8768693f1f11539378b21cdca9f0ce3fc5cb564f9b3e4154a051dcea69b')
|
||||||
version('develop', branch='staging', submodules=True)
|
|
||||||
version('master', branch='master', submodules=True)
|
version('master', branch='master', submodules=True)
|
||||||
|
|
||||||
depends_on('numactl')
|
depends_on('numactl')
|
||||||
|
|
||||||
depends_on('m4', type='build')
|
with when('@master'):
|
||||||
depends_on('autoconf', type='build')
|
depends_on('m4', type='build')
|
||||||
depends_on('automake', type='build')
|
depends_on('autoconf', type='build')
|
||||||
depends_on('libtool', type='build')
|
depends_on('automake', type='build')
|
||||||
|
depends_on('libtool', type='build')
|
||||||
|
|
||||||
@run_after('install')
|
@run_after('install')
|
||||||
def cache_test_sources(self):
|
def cache_test_sources(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user