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
Branches
Tags
No related merge requests found
from spack import * 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' homepage = 'https://LFPy.readthedocs.io'
pypi = "LFPy/LFPy-2.2.3.tar.gz" pypi = "LFPy/LFPy-2.2.3.tar.gz"
git = 'https://github.com/LFPy/LFPy.git' git = 'https://github.com/LFPy/LFPy.git'
list_url = 'https://pypi.org/simple/LFPy/'
maintainers = ['espenhgn'] maintainers = ['espenhgn']
......
...@@ -29,6 +29,7 @@ spack: ...@@ -29,6 +29,7 @@ spack:
- tvb-framework ^binutils+ld+gold %gcc@10.3.0 - tvb-framework ^binutils+ld+gold %gcc@10.3.0
- meta-brainscales %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 - 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 # demo for codejam12
- funniest1022 %gcc@10.3.0 - funniest1022 %gcc@10.3.0
# NRP # NRP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment