Skip to content
Snippets Groups Projects
Commit 050b4a4d authored by Dionysios Perdikis's avatar Dionysios Perdikis
Browse files

Merge branch 'master' into ray

parents 3ca59e17 64746b09
No related branches found
No related tags found
No related merge requests found
......@@ -12,12 +12,11 @@ class PyTvbMultiscale(PythonPackage):
"""
homepage = "https://github.com/the-virtual-brain/tvb-multiscale"
url = "https://github.com/the-virtual-brain/tvb-multiscale/archive/refs/tags/2.1.0.tar.gz"
url = "https://github.com/the-virtual-brain/tvb-multiscale/archive/refs/tags/2.1.0.ebrains.tar.gz"
maintainers = ['dionperd', 'paulapopa', "ldomide", "vbragin"]
version('2.1.0', sha256='39efd559826702a9f9b092355fa065154b7193efdb1c70975879011ceeff6164')
version('2.1.0.ebrains', sha256='eab51e235f565cffbf300daa4b7c65a7afacde149e2eda0f49437db3c2429253')
# python_requires
depends_on('python@3.8:3.10', type=('build', 'run'))
......
......@@ -68,7 +68,8 @@ class WfBrainscales2Demos(Package):
@on_package_attributes(run_tests=True)
def installcheck(self):
self._set_collab_things()
self._run_notebooks()
# TODO (ECM): Provide a selection of notebooks that perform local-only tests.
#self._run_notebooks()
def test_notebooks(self):
self._set_collab_things()
......
......@@ -50,7 +50,7 @@ spack:
- py-tvb-framework@2.8.2
- py-tvb-gdist@2.2
- py-tvb-library@2.8.2
- py-tvb-multiscale@2.1.0
- py-tvb-multiscale@2.1.0.ebrains
- py-tvb-storage@2.8.1
- py-viziphant@0.3.0
- pynn-brainscales@7.0-a1
......
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