Skip to content
Snippets Groups Projects
Commit 6460bb88 authored by Paula Popa's avatar Paula Popa
Browse files

Add description to spack files.

parent 254eb236
No related branches found
No related tags found
1 merge request!6Add spack package for TVB (tvb-library and tvb-data)
...@@ -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
...@@ -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'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment