From 19f8940c0167d55294cc2197e7473a79c58dfee5 Mon Sep 17 00:00:00 2001 From: Brian Homerding Date: Fri, 10 Nov 2017 20:59:33 -0600 Subject: Nekbone: Installing data files for example runs (#6243) * Nekbone: Installing data files for example runs * Typo Fix --- var/spack/repos/builtin/packages/nekbone/package.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/nekbone/package.py b/var/spack/repos/builtin/packages/nekbone/package.py index 435e9f4b85..3d419b9156 100644 --- a/var/spack/repos/builtin/packages/nekbone/package.py +++ b/var/spack/repos/builtin/packages/nekbone/package.py @@ -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 @@ class Nekbone(Package): mkdir(path) install('nekbone', path) install('nekpmpi', path) + install('data.rea', path) + install('SIZE', path) + install('README', path) -- cgit v1.2.3-70-g09d2