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

adds LFPy package

parent 5a673a51
No related branches found
No related tags found
No related merge requests found
from spack import *
class LFPy(Package):
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']
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')
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