summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <christoph.junghans@gmail.com>2017-10-31 10:47:24 -0600
committerGitHub <noreply@github.com>2017-10-31 10:47:24 -0600
commit182c11dd928816286af0d37d2071cb43cdd2ab5a (patch)
tree1307efab643f54c1c72d64e1ee055a683489d7e5
parent178107699c87f0f7b85ae55daa64f2a00d5f21dc (diff)
downloadspack-182c11dd928816286af0d37d2071cb43cdd2ab5a.tar.gz
spack-182c11dd928816286af0d37d2071cb43cdd2ab5a.tar.bz2
spack-182c11dd928816286af0d37d2071cb43cdd2ab5a.tar.xz
spack-182c11dd928816286af0d37d2071cb43cdd2ab5a.zip
nekbone: add v17 (#5978)
-rw-r--r--var/spack/repos/builtin/packages/nekbone/package.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/nekbone/package.py b/var/spack/repos/builtin/packages/nekbone/package.py
index e1c3220545..818e829695 100644
--- a/var/spack/repos/builtin/packages/nekbone/package.py
+++ b/var/spack/repos/builtin/packages/nekbone/package.py
@@ -32,12 +32,13 @@ class Nekbone(Package):
Nek5000 is a high order, incompressible Navier-Stokes solver based on
the spectral element method."""
- homepage = "https://github.com/ANL-CESAR/"
- url = "https://github.com/ANL-CESAR/nekbone.git"
+ homepage = "hhttps://github.com/Nek5000/Nekbone"
+ url = "https://github.com/Nek5000/Nekbone/tarball/v17.0"
- tags = ['proxy-app']
+ tags = ['proxy-app', 'ecp-proxy-app']
- version('develop', git='https://github.com/ANL-CESAR/nekbone.git')
+ version('17.0', 'cc339684547614a0725959e41839fec1')
+ version('develop', git='https://github.com/Nek5000/Nekbone.git')
depends_on('mpi')