nekbone: add v17 (#5978)

This commit is contained in:
Christoph Junghans 2017-10-31 10:47:24 -06:00 committed by GitHub
parent 178107699c
commit 182c11dd92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')