Nekbone: Installing data files for example runs (#6243)
* Nekbone: Installing data files for example runs * Typo Fix
This commit is contained in:
parent
263126bc5d
commit
19f8940c01
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user