Skip to content
Snippets Groups Projects
Commit 8aa6678d authored by Dennis Terhorst's avatar Dennis Terhorst :rocket:
Browse files

bump nest version

parent 607468e3
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ class Nest(CMakePackage): ...@@ -27,6 +27,7 @@ class Nest(CMakePackage):
git = "https://github.com/nest/nest-simulator.git" git = "https://github.com/nest/nest-simulator.git"
version('master', branch='master') version('master', branch='master')
version('3.3', sha256='583d5725882ad5e8fd4fc7ffab425da97cbbb91fadbc327e940c184e8892b958')
version('3.2', sha256='583d5725882ad5e8fd4fc7ffab425da97cbbb91fadbc327e940c184e8892b958') version('3.2', sha256='583d5725882ad5e8fd4fc7ffab425da97cbbb91fadbc327e940c184e8892b958')
patch('nest-simulator-3.2-p1-VersionNumber.patch', when='@3.2') patch('nest-simulator-3.2-p1-VersionNumber.patch', when='@3.2')
version('3.1', sha256='5c11dd6b451c4c6bf93037bf29d5231c6c75a0e1a8863344f6fb9bb225f279ca') version('3.1', sha256='5c11dd6b451c4c6bf93037bf29d5231c6c75a0e1a8863344f6fb9bb225f279ca')
......
...@@ -19,7 +19,7 @@ spack: ...@@ -19,7 +19,7 @@ spack:
- py-nameparser %gcc@10.3.0 - py-nameparser %gcc@10.3.0
#- py-version-query %gcc@10.3.0 #- py-version-query %gcc@10.3.0
# EBRAINS simulators # EBRAINS simulators
- nest@3.2 +python +gsl +mpi %gcc@10.3.0 - nest@3.3 +python +gsl +mpi %gcc@10.3.0
- arbor +python +mpi ^python@3:3.9 %gcc@10.3.0 - arbor +python +mpi ^python@3:3.9 %gcc@10.3.0
- neuron +mpi %gcc@10.3.0 - neuron +mpi %gcc@10.3.0
- py-pynn@0.9.6 %gcc@10.3.0 - py-pynn@0.9.6 %gcc@10.3.0
......
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