Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ebrains-spack-builds
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Ahmet Nihat Simsek
ebrains-spack-builds
Commits
31cbe8a1
Commit
31cbe8a1
authored
3 years ago
by
Espen Hagen
Browse files
Options
Downloads
Patches
Plain Diff
add to spack.yml. Docstring.
parent
e89c876d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/py-lfpy/package.py
+5
-2
5 additions, 2 deletions
packages/py-lfpy/package.py
spack.yaml
+2
-1
2 additions, 1 deletion
spack.yaml
with
7 additions
and
3 deletions
packages/py-lfpy/package.py
+
5
−
2
View file @
31cbe8a1
from
spack
import
*
class
LFPy
(
Package
):
class
PyLFPy
(
PythonPackage
):
"""
A Python package for calculating extracellular electric and magnetic
signals of neural activity from multicompartment neuron models.
"""
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
'
]
...
...
This diff is collapsed.
Click to expand it.
spack.yaml
+
2
−
1
View file @
31cbe8a1
...
...
@@ -8,7 +8,7 @@ spack:
-
py-ipykernel %gcc@10.3.0
-
py-notebook %gcc@10.3.0
# Collab utils
-
clb-nb-utils@0.1.0 %gcc@10.3.0
-
clb-nb-utils@0.1.0 %gcc@10.3.0
# General
-
py-pip %gcc@10.3.0
-
py-numpy %gcc@10.3.0
...
...
@@ -29,6 +29,7 @@ spack:
-
tvb-framework ^binutils+ld+gold %gcc@10.3.0
-
meta-brainscales %gcc@10.3.0
-
pynn-brainscales@2.0-rc1 ^log4cxx@0.10.0 ^googletest@1.11.0:+gmock %gcc@10.3.0
-
py-lfpy@2.2.3 %gcc@10.3.0
# demo for codejam12
-
funniest1022 %gcc@10.3.0
# NRP
...
...
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