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
26
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
e0b2498c
Commit
e0b2498c
authored
1 year ago
by
Michael Emiel Gevaert
Browse files
Options
Downloads
Patches
Plain Diff
add NeuroR
parent
53982e0a
No related branches found
Branches containing commit
No related tags found
3 merge requests
!318
update branch
,
!317
create new experimental release
,
!314
add NeuroR
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/py-morph-tool/package.py
+29
-0
29 additions, 0 deletions
packages/py-morph-tool/package.py
packages/py-neuror/package.py
+25
-0
25 additions, 0 deletions
packages/py-neuror/package.py
with
54 additions
and
0 deletions
packages/py-morph-tool/package.py
0 → 100644
+
29
−
0
View file @
e0b2498c
from
spack.package
import
*
class
PyMorphTool
(
PythonPackage
):
"""
Python morphology manipulation toolkit
"""
homepage
=
"
https://github.com/BlueBrain/morph-tool
"
git
=
"
https://github.com/BlueBrain/morph-tool.git
"
pypi
=
"
morph-tool/morph-tool-2.4.1.tar.gz
"
version
(
"
develop
"
,
branch
=
"
master
"
)
version
(
"
2.9.0
"
,
sha256
=
"
c60d4010e17ddcc3f53c864c374fffee05713c8f8fd2ba4eed7706041ce1fa47
"
)
depends_on
(
"
py-setuptools
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-click@6.7:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-deprecation@2.1.0:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-more-itertools@8.6.0:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-numpy@1.14:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-pandas@1.0.3:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-xmltodict@0.12:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-plotly@4.1:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-dask+bag@2.19:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
neuron+python@7.8:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-bluepyopt@1.9.37:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-neurom@3.0:3.999
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-morphio@3.0:3.999
"
,
type
=
(
"
build
"
,
"
run
"
))
This diff is collapsed.
Click to expand it.
packages/py-neuror/package.py
0 → 100644
+
25
−
0
View file @
e0b2498c
from
spack.package
import
*
class
PyNeuror
(
PythonPackage
):
"""
A collection of tools to repair morphologies.
"""
homepage
=
"
https://github.com/BlueBrain/NeuroR
"
git
=
"
https://github.com/BlueBrain/NeuroR.git
"
pypi
=
"
neuror/NeuroR-1.2.3.tar.gz
"
version
(
"
develop
"
,
branch
=
"
master
"
)
version
(
"
1.4.2
"
,
sha256
=
"
f5e18ebddf59a60ce650c24eb49042057cf97990d63aee3ceb58b7acff823255
"
)
depends_on
(
"
py-setuptools
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-click@6.7:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-matplotlib@2.2.3:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-morph-tool@2.9.0:2.999
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-morphio@3.0:3.999
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-neurom@3.0:3.999
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-numpy@1.19.2:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-nptyping@1.3.0:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-pandas@0.24.2:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-pyquaternion@0.9.2:
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-scipy@1.2.0:
"
,
type
=
(
"
build
"
,
"
run
"
))
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