Added Missing Tag to Cradl Spackage (#18669)

Added missing proxy apps tag to cradl spackage
This commit is contained in:
Robert Pavel 2020-09-14 18:55:53 -06:00 committed by GitHub
parent a2673aeddd
commit 4fc2370559
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,8 @@ class Cradl(Package):
url = "https://github.com/LLNL/CRADL/archive/master.zip"
git = "https://github.com/LLNL/CRADL.git"
tags = ['proxy-app']
version('master', branch='master')
depends_on('py-pandas')