Add tags to nekbone package (#4825)

This commit is contained in:
pkondamudi 2017-07-19 19:03:53 -05:00 committed by Adam J. Stewart
parent 9ae36849af
commit bdcd63ed70

View File

@ -22,6 +22,7 @@
# License along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
##############################################################################
from spack import *
@ -34,6 +35,8 @@ class Nekbone(Package):
homepage = "https://github.com/ANL-CESAR/"
url = "https://github.com/ANL-CESAR/nekbone.git"
tags = ['proxy-app']
version('develop', git='https://github.com/ANL-CESAR/nekbone.git')
def install(self, spec, prefix):