Skip to content
Snippets Groups Projects
Commit 31cbe8a1 authored by Espen Hagen's avatar Espen Hagen
Browse files

add to spack.yml. Docstring.

parent e89c876d
No related branches found
No related tags found
No related merge requests found
from spack import *
class LFPy(Package):
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'
list_url = 'https://pypi.org/simple/LFPy/'
maintainers = ['espenhgn']
......
......@@ -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