Add tags for ECP applications that are in Spack.

- All now have both 'ecp' and 'ecp-apps' tags.
- ECP ST projects will eventually also have ecp and ecp-software tags.
This commit is contained in:
Todd Gamblin
2018-06-15 10:46:35 -07:00
parent 9f22bb61ac
commit 8f2918813d
9 changed files with 17 additions and 1 deletions

View File

@@ -34,6 +34,8 @@ class Nalu(CMakePackage):
homepage = "https://github.com/NaluCFD/Nalu"
url = "https://github.com/NaluCFD/Nalu.git"
tags = ['ecp', 'ecp-apps']
variant('openfast', default=False,
description='Compile with OpenFAST support')
variant('tioga', default=False,