Skip to content

Commit

Permalink
neuron: add v8.0.0 (spack#25533)
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodk authored Aug 20, 2021
1 parent d52a1b8 commit ec720dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions var/spack/repos/builtin/packages/neuron/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class Neuron(CMakePackage):
maintainers = ['pramodk', 'nrnhines', 'iomaganaris', 'alexsavulescu']

version('develop', branch='master', submodules='True')
version("8.0.0", tag="8.0.0", submodules='True')
version("7.8.2", tag="7.8.2", submodules='True')
version("7.8.1", tag="7.8.1", submodules='True')

Expand All @@ -43,6 +44,7 @@ class Neuron(CMakePackage):
depends_on("ncurses")
depends_on("[email protected]:", when="+python")
depends_on("py-pytest", when="+python+tests")
depends_on("py-mpi4py", when="+mpi+python+tests")
depends_on("readline")
depends_on("caliper", when="+caliper")
depends_on("py-numpy", type='run')
Expand Down

0 comments on commit ec720dd

Please sign in to comment.