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

@@ -36,6 +36,8 @@ class Openmc(MakefilePackage):
homepage = "https://github.com/ANL-CESAR/"
url = "https://github.com/ANL-CESAR/openmc.git"
tags = ['ecp', 'ecp-apps']
version('develop', git='https://github.com/ANL-CESAR/openmc.git')
build_directory = 'src'