Add top-level attributes for git M-P packages

This commit is contained in:
Adam J. Stewart
2018-07-23 20:55:17 -05:00
committed by Todd Gamblin
parent 4c6aca533a
commit 908d2dcd4d
104 changed files with 290 additions and 346 deletions

View File

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