Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ebrains-spack-builds
Manage
Activity
Members
Labels
Plan
Issues
30
Issue boards
Milestones
Wiki
Code
Merge requests
30
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EBRAINS RI
Tech Hub
Platform
EBRAINS Software Distribution
ebrains-spack-builds
Commits
ad8f784f
Commit
ad8f784f
authored
2 months ago
by
Johannes Hjorth
Committed by
Eleni Mathioulaki
2 months ago
Browse files
Options
Downloads
Patches
Plain Diff
feat(py-snudda): add version 2.1.10
parent
69894d9e
No related branches found
No related tags found
2 merge requests
!663
create new experimental release
,
!656
Updated Snudda to version 2.1.10
Pipeline
#60364
waiting for manual action with stage
in 30 minutes and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/py-snudda/package.py
+16
-17
16 additions, 17 deletions
packages/py-snudda/package.py
spack.yaml
+1
-1
1 addition, 1 deletion
spack.yaml
with
17 additions
and
18 deletions
packages/py-snudda/package.py
+
16
−
17
View file @
ad8f784f
...
...
@@ -10,10 +10,12 @@ class PySnudda(PythonPackage):
"""
Snudda creates the connectivity for realistic networks of simulated neurons in silico in a bottom up fashion that can then be simulated using the NEURON software.
"""
homepage
=
"
https://pypi.org/project/snudda/
"
pypi
=
"
snudda/snudda-2.
0.1
.tar.gz
"
pypi
=
"
snudda/snudda-2.
1.2
.tar.gz
"
maintainers
=
[
"
hjorth
"
]
version
(
"
2.1.10
"
,
"
a1f5bf39ee0418e7ce8a0783042c59c8
"
)
version
(
"
2.1.2
"
,
"
5d61a548995f88f95f680bf124534287
"
)
version
(
"
2.0.1
"
,
"
0d78f5ca2cfe728b216f980078d8558a
"
)
version
(
"
1.4.71
"
,
"
5871e4af5e1a011d26a22d7dc384638a
"
)
version
(
"
1.4.0
"
,
"
55f9b398b01b34bf3cec28c8a3aebc78
"
)
...
...
@@ -22,23 +24,20 @@ class PySnudda(PythonPackage):
depends_on
(
"
unzip
"
,
type
=
(
"
build
"
))
depends_on
(
"
py-setuptools
"
,
type
=
(
"
build
"
))
depends_on
(
"
py-importlib-metadata
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-bluepyopt@1.11.7:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-h5py@3.2.1:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-ipyparallel@6.3.0:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-matplotlib@3.3.4:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-mpi4py@3.0.3:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-numpy@1.20.2:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-scipy@1.6.3:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-libsonata@0.0.2:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-pyzmq@22.0.3:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-numexpr@2.7.3:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
neuron@7.8.2:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-bluepyopt@1.14.11:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-h5py@3.12.1:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-ipyparallel@8.4.1:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-matplotlib@3.8:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-mpi4py@4.0.1:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-numpy@1.25.2:1
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-scipy@1.13.1:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-numexpr@2.9.0:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
neuron@8.2.3:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-pyswarms@1.3.0:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-psutil
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-psutil
@5.9.5:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-cython
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-numba@0.53.1:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
open3d+python
"
,
type
=
(
"
build
"
,
"
run
"
),
when
=
"
@2:
"
)
depends_on
(
"
py-numba@0.60.0:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
open3d+python@0.18:
"
,
type
=
(
"
build
"
,
"
run
"
),
when
=
"
@2:
"
)
# snudda tarballs in pypi do not include the tests/ dir: just use default spack tests for now
# @run_after('install')
...
...
This diff is collapsed.
Click to expand it.
spack.yaml
+
1
−
1
View file @
ad8f784f
...
...
@@ -51,7 +51,7 @@ spack:
-
py-quantities-scidash@0.12.4.3
-
py-quantities@0.16.0
-
py-siibra@1.0a9
-
py-snudda@2.
0
.1
-
py-snudda@2.
1
.1
0
-
py-spynnaker@7.3.0
-
py-tvb-framework@2.9
-
py-tvb-contrib@2.9.1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment