Nekbone: Installing data files for example runs (#6243)

* Nekbone: Installing data files for example runs

* Typo Fix
This commit is contained in:
Brian Homerding 2017-11-10 20:59:33 -06:00 committed by Christoph Junghans
parent 263126bc5d
commit 19f8940c01

View File

@ -32,7 +32,7 @@ class Nekbone(Package):
Nek5000 is a high order, incompressible Navier-Stokes solver based on
the spectral element method."""
homepage = "hhttps://github.com/Nek5000/Nekbone"
homepage = "https://github.com/Nek5000/Nekbone"
url = "https://github.com/Nek5000/Nekbone/tarball/v17.0"
tags = ['proxy-app', 'ecp-proxy-app']
@ -59,3 +59,6 @@ def install(self, spec, prefix):
mkdir(path)
install('nekbone', path)
install('nekpmpi', path)
install('data.rea', path)
install('SIZE', path)
install('README', path)