Skip to content
Snippets Groups Projects
Commit 8501d450 authored by Athanasios Karmas's avatar Athanasios Karmas
Browse files

Merge branch 'terhorst-master-patch-31053' into 'master'

Fix typo

See merge request akarmas/ebrains-spack-builds!4
parents f12e8b97 f5c60db1
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ class Nest(CMakePackage): ...@@ -34,7 +34,7 @@ class Nest(CMakePackage):
version('2.4.2', sha256='8f86e58c1a12b733ffabd8b0400326e5a3494a458149ea8ebe9f19674d05b91b') version('2.4.2', sha256='8f86e58c1a12b733ffabd8b0400326e5a3494a458149ea8ebe9f19674d05b91b')
variant('python', default=True, variant('python', default=True,
description='Build the PyNest interface') description='Build the PyNEST interface')
variant('mpi', default=True, variant('mpi', default=True,
description='Build with MPI bindings') description='Build with MPI bindings')
variant('openmp', default=True, variant('openmp', default=True,
......
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