Skip to content
Snippets Groups Projects
Commit e18cb0e6 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

add neuron version

parent ab3dc547
No related branches found
No related tags found
No related merge requests found
# this package was adapted from the spack v0.18.1 upstream to fix an issue with # this package was adapted from the spack v0.18.1 upstream to fix an issue with
# setting the PYTHONPATH of dependents for installation time tests # setting the PYTHONPATH of dependents for installation time tests
# also version 8.1.0 has been added
# Copyright 2013-2022 Lawrence Livermore National Security, LLC and other # Copyright 2013-2022 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details. # Spack Project Developers. See the top-level COPYRIGHT file for details.
...@@ -24,6 +25,7 @@ class Neuron(CMakePackage): ...@@ -24,6 +25,7 @@ class Neuron(CMakePackage):
maintainers = ['pramodk', 'nrnhines', 'iomaganaris', 'alexsavulescu'] maintainers = ['pramodk', 'nrnhines', 'iomaganaris', 'alexsavulescu']
version('develop', branch='master', submodules='True') version('develop', branch='master', submodules='True')
version("8.1.0", tag="8.0.0", submodules='True')
version("8.0.0", tag="8.0.0", 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.2", tag="7.8.2", submodules='True')
version("7.8.1", tag="7.8.1", submodules='True') version("7.8.1", tag="7.8.1", submodules='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