Added Missing Tag to Cradl Spackage (#18669)
Added missing proxy apps tag to cradl spackage
This commit is contained in:
parent
a2673aeddd
commit
4fc2370559
@ -15,6 +15,8 @@ class Cradl(Package):
|
|||||||
url = "https://github.com/LLNL/CRADL/archive/master.zip"
|
url = "https://github.com/LLNL/CRADL/archive/master.zip"
|
||||||
git = "https://github.com/LLNL/CRADL.git"
|
git = "https://github.com/LLNL/CRADL.git"
|
||||||
|
|
||||||
|
tags = ['proxy-app']
|
||||||
|
|
||||||
version('master', branch='master')
|
version('master', branch='master')
|
||||||
|
|
||||||
depends_on('py-pandas')
|
depends_on('py-pandas')
|
||||||
|
Loading…
Reference in New Issue
Block a user