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:
Swann Perarnau 2021-07-30 04:22:20 -05:00 committed by GitHub
parent 189ff91f25
commit c1de2e926d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,18 +11,19 @@
class Aml(AutotoolsPackage):
"""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"
git = "https://xgitlab.cels.anl.gov/argo/aml.git"
git = "https://github.com/anlsys/aml.git"
maintainers = ['perarnau']
test_requires_compiler = True
version('0.1.0', sha256='cc89a8768693f1f11539378b21cdca9f0ce3fc5cb564f9b3e4154a051dcea69b')
version('develop', branch='staging', submodules=True)
version('master', branch='master', submodules=True)
depends_on('numactl')
with when('@master'):
depends_on('m4', type='build')
depends_on('autoconf', type='build')
depends_on('automake', type='build')