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

Merge branch 'master' into 'master'

Adding Snudda package.py

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!40
parents 847dd318 99f236e1
No related branches found
No related tags found
1 merge request!40Adding Snudda package.py
Pipeline #14841 canceled with stage
in 3 seconds
from spack import *
class Snudda(PythonPackage):
pypi = 'snudda-1.2.9-py3-none-any.whl'
maintainers = ['hjorth']
version('1.2.9', '248ec9320ad80dc4b05dca73e4deff78')
depends_on('python@3.8:', type=('build','run'))
depends_on('bluepyopt', type=('build','run'))
depends_on('h5py', type=('build','run'))
depends_on('ipyparallel', type=('build','run'))
depends_on('matplotlib', type=('build','run'))
depends_on('mpi4py', type=('build','run'))
depends_on('numpy', type=('build','run'))
depends_on('scipy', type=('build','run'))
depends_on('sonata', type=('build','run'))
depends_on('pyzmq', type=('build','run'))
depends_on('numexpr', type=('build','run'))
depends_on('argparse', type=('build','run'))
depends_on('NEURON', type=('build','run'))
depends_on('pyswarms', type=('build','run'))
depends_on('setuptools', type=('build','run'))
depends_on('psutil', type=('build','run'))
depends_on('cython', type=('build','run'))
depends_on('numba', type=('build','run'))
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