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,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')
|
||||
|
Loading…
Reference in New Issue
Block a user