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
25
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
"git@gitlab.ebrains.eu:polarbean/pynutil.git" did not exist on "a23fb79092521c1b347e92ff9dfac1d6ec28691b"
Show more breadcrumbs
EBRAINS RI
Tech Hub
Platform
EBRAINS Software Distribution
ebrains-spack-builds
Commits
6460bb88
Commit
6460bb88
authored
3 years ago
by
Paula Popa
Browse files
Options
Downloads
Patches
Plain Diff
Add description to spack files.
parent
254eb236
No related branches found
No related tags found
1 merge request
!6
Add spack package for TVB (tvb-library and tvb-data)
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/tvb-data/package.py
+5
-2
5 additions, 2 deletions
packages/tvb-data/package.py
packages/tvb-library/package.py
+6
-1
6 additions, 1 deletion
packages/tvb-library/package.py
with
11 additions
and
3 deletions
packages/tvb-data/package.py
+
5
−
2
View file @
6460bb88
...
@@ -5,8 +5,11 @@
...
@@ -5,8 +5,11 @@
from
spack
import
*
from
spack
import
*
class
TvbData
(
PythonPackage
):
class
TvbData
(
PythonPackage
):
""""""
"""
Various demonstration datasets for use with The Virtual Brain are provided here.
"""
homepage
=
"
https://zenodo.org/record/4263723
"
homepage
=
"
https://zenodo.org/record/4263723
"
url
=
'
https://zenodo.org/record/4263723/files/tvb_data.zip
'
url
=
'
https://zenodo.org/record/4263723/files/tvb_data.zip
'
...
@@ -19,4 +22,4 @@ class TvbData(PythonPackage):
...
@@ -19,4 +22,4 @@ class TvbData(PythonPackage):
depends_on
(
'
python@3.8:
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
python@3.8:
'
,
type
=
(
'
build
'
,
'
run
'
))
# setup_requires
# setup_requires
depends_on
(
'
py-setuptools
'
,
type
=
'
build
'
)
depends_on
(
'
py-setuptools
'
,
type
=
'
build
'
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
packages/tvb-library/package.py
+
6
−
1
View file @
6460bb88
...
@@ -5,8 +5,13 @@
...
@@ -5,8 +5,13 @@
from
spack
import
*
from
spack
import
*
class
TvbLibrary
(
PythonPackage
):
class
TvbLibrary
(
PythonPackage
):
""""""
"""
"
The Virtual Brain
"
Project (TVB Project) has the purpose of offering modern tools to the Neurosciences community,
for computing, simulating and analyzing functional and structural data of human brains, brains modeled at the level
of population of neurons.
"""
homepage
=
"
https://www.thevirtualbrain.org/
"
homepage
=
"
https://www.thevirtualbrain.org/
"
pypi
=
'
tvb-library/tvb-library-2.3.tar.gz
'
pypi
=
'
tvb-library/tvb-library-2.3.tar.gz
'
...
...
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