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

Merge branch 'lfpy' into 'master'

adds LFPy@2.2.3

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!47
parents 5ca1e03f 31cbe8a1
No related branches found
No related tags found
1 merge request!47adds LFPy@2.2.3
Pipeline #15072 passed with stage
in 6 minutes and 5 seconds
from spack import *
class PyLFPy(PythonPackage):
"""A Python package for calculating extracellular electric and magnetic
signals of neural activity from multicompartment neuron models.
"""
homepage = 'https://LFPy.readthedocs.io'
pypi = "LFPy/LFPy-2.2.3.tar.gz"
git = 'https://github.com/LFPy/LFPy.git'
maintainers = ['espenhgn']
version('2.2.3', sha256='fc0a3b784621d27cffabe4b6bcc13724f338c1dd')
depends_on('python@3.6:', type=('build', 'run'))
depends_on('py-pip', type='build')
depends_on('py-h5py', type=('build', 'run'))
depends_on('py-matplotlib', type=('build', 'run'))
depends_on('py-mpi4py', type=('build', 'run'))
depends_on('py-numpy', type=('build', 'run'))
depends_on('py-scipy', type=('build', 'run'))
depends_on('py-setuptools', type=('build', 'run'))
depends_on('py-cython', type=('build', 'run'))
depends_on('neuron@7.7.2:', type=('build', 'run'))
depends_on('py-lfpykit@0.3:', type=('build', 'run'))
depends_on('py-pytest', type='test')
......@@ -8,7 +8,7 @@ spack:
- py-ipykernel %gcc@10.3.0
- py-notebook %gcc@10.3.0
# Collab utils
- clb-nb-utils@0.1.0 %gcc@10.3.0
- clb-nb-utils@0.1.0 %gcc@10.3.0
# General
- py-pip %gcc@10.3.0
- py-numpy %gcc@10.3.0
......@@ -29,6 +29,7 @@ spack:
- tvb-framework ^binutils+ld+gold %gcc@10.3.0
- meta-brainscales %gcc@10.3.0
- pynn-brainscales@2.0-rc1 ^log4cxx@0.10.0 ^googletest@1.11.0:+gmock %gcc@10.3.0
- py-lfpy@2.2.3 %gcc@10.3.0
# demo for codejam12
- funniest1022 %gcc@10.3.0
# NRP
......
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