Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ebrains-spack-builds
Manage
Activity
Members
Labels
Plan
Issues
38
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
23680f37
Commit
23680f37
authored
11 months ago
by
Johannes Hjorth
Committed by
Eleni Mathioulaki
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
feat(py-snudda): add version 2.0.1
parent
4e20935b
No related branches found
Branches containing commit
No related tags found
2 merge requests
!529
create new experimental release
,
!528
feat(py-snudda): add version 2.0.1
Pipeline
#28736
waiting for manual action with stage
in 14 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/py-snudda/package.py
+5
-2
5 additions, 2 deletions
packages/py-snudda/package.py
spack.yaml
+1
-1
1 addition, 1 deletion
spack.yaml
with
6 additions
and
3 deletions
packages/py-snudda/package.py
+
5
−
2
View file @
23680f37
...
...
@@ -5,11 +5,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-
1.4.7
1.tar.gz
"
pypi
=
"
snudda/snudda-
2.0.
1.tar.gz
"
maintainers
=
[
"
hjorth
"
]
version
(
"
1.4.71
"
,
"
563fcd816ad8a5c44b3185759e179c68
"
,
url
=
"
https://files.pythonhosted.org/packages/f7/d2/3f7b50f01f4d18578e15fb15deee9de0abebaa2006d0738714241d0359a5/snudda-1.4.71-py3-none-any.whl
"
,
expand
=
False
)
version
(
"
2.0.1
"
,
"
0d78f5ca2cfe728b216f980078d8558a
"
)
version
(
"
1.4.71
"
,
"
5871e4af5e1a011d26a22d7dc384638a
"
)
version
(
"
1.4.0
"
,
"
55f9b398b01b34bf3cec28c8a3aebc78
"
)
version
(
"
1.3.2
"
,
"
2306ec50acead5fd4f988ec373f19718
"
,
url
=
"
https://files.pythonhosted.org/packages/py3/s/snudda/snudda-1.2.9-py3-none-any.whl
"
,
expand
=
False
)
...
...
@@ -31,6 +32,8 @@ class PySnudda(PythonPackage):
depends_on
(
"
py-psutil
"
,
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:
"
)
# 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 @
23680f37
...
...
@@ -44,7 +44,7 @@ spack:
-
py-quantities-scidash@0.12.4.3
-
py-quantities@0.15.0
-
py-siibra@0.4a66
-
py-snudda@
1.4.7
1
-
py-snudda@
2.0.
1
-
py-spynnaker@7.0.0
-
py-tvb-contrib@2.8.2
-
py-tvb-data@2.8
...
...
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