nekbone: add v17 (#5978)
This commit is contained in:
parent
178107699c
commit
182c11dd92
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user