AML: Add submodules to develop and master versions (#23903)
Co-authored-by: Kayla Richarda Butler <butler59@quartz1916.llnl.gov>
This commit is contained in:
parent
dbde984de1
commit
1b6b5e1611
1 changed files with 3 additions and 2 deletions
|
@ -12,9 +12,10 @@ class Aml(AutotoolsPackage):
|
||||||
homepage = "https://xgitlab.cels.anl.gov/argo/aml"
|
homepage = "https://xgitlab.cels.anl.gov/argo/aml"
|
||||||
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://xgitlab.cels.anl.gov/argo/aml.git"
|
||||||
|
|
||||||
version('0.1.0', sha256='cc89a8768693f1f11539378b21cdca9f0ce3fc5cb564f9b3e4154a051dcea69b')
|
version('0.1.0', sha256='cc89a8768693f1f11539378b21cdca9f0ce3fc5cb564f9b3e4154a051dcea69b')
|
||||||
version('develop', branch='staging')
|
version('develop', branch='staging', submodules=True)
|
||||||
version('master', branch='master')
|
version('master', branch='master', submodules=True)
|
||||||
|
|
||||||
depends_on('numactl')
|
depends_on('numactl')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue