Skip to content
Snippets Groups Projects
Commit b41f34ce authored by Pramod S Kumbhar's avatar Pramod S Kumbhar
Browse files

neuron: add latest patch release 8.2.3

parent 4932d6da
No related branches found
No related tags found
No related merge requests found
......@@ -16,12 +16,13 @@ class Neuron(CMakePackage):
"""
homepage = "https://www.neuron.yale.edu/"
url = "https://github.com/neuronsimulator/nrn/releases/download/8.2.2/full-src-package-8.2.2.tar.gz"
url = "https://github.com/neuronsimulator/nrn/releases/download/8.2.3/full-src-package-8.2.3.tar.gz"
git = "https://github.com/neuronsimulator/nrn"
maintainers = ["kumbhar"]
version("develop", branch="master", submodules="True")
version("8.2.3", tag="8.2.3", submodules="True")
version("8.2.2", tag="8.2.2", submodules="True")
version("8.1.0", tag="8.1.0", submodules="True")
version("8.0.0", tag="8.0.0", submodules="True")
......
......@@ -15,7 +15,7 @@ spack:
- biobb-structure-utils@4.0.0
- hxtorch@7.0-a1
- nest@3.5 +sonata
- neuron@8.2.2 +mpi
- neuron@8.2.3 +mpi
- py-bluepyefe@2.2.18
- py-bluepymm@0.7.65
- py-bluepyopt@1.13.86
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment