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

@@ -32,6 +32,8 @@ class Latte(CMakePackage):
homepage = "https://github.com/lanl/latte"
url = "https://github.com/lanl/latte/tarball/v1.0"
tags = ['ecp', 'ecp-apps']
version('1.1.1', 'ab11867ba6235189681cf6e50a50cc50')
version('1.0.1', 'd0b99edbcf7a19abe0a68a192d6f6234')
version('develop', git='https://github.com/lanl/latte', branch='master')