Add tags to nekbone package (#4825)
This commit is contained in:
parent
9ae36849af
commit
bdcd63ed70
@ -22,6 +22,7 @@
|
|||||||
# License along with this program; if not, write to the Free Software
|
# License along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
from spack import *
|
from spack import *
|
||||||
|
|
||||||
|
|
||||||
@ -34,6 +35,8 @@ class Nekbone(Package):
|
|||||||
homepage = "https://github.com/ANL-CESAR/"
|
homepage = "https://github.com/ANL-CESAR/"
|
||||||
url = "https://github.com/ANL-CESAR/nekbone.git"
|
url = "https://github.com/ANL-CESAR/nekbone.git"
|
||||||
|
|
||||||
|
tags = ['proxy-app']
|
||||||
|
|
||||||
version('develop', git='https://github.com/ANL-CESAR/nekbone.git')
|
version('develop', git='https://github.com/ANL-CESAR/nekbone.git')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
|
Loading…
Reference in New Issue
Block a user