Skip to content
Snippets Groups Projects
Commit 47527e18 authored by Athanasios Karmas's avatar Athanasios Karmas
Browse files

Merge branch 'master' into 'master'

Updates for tvb packages

See merge request akarmas/ebrains-spack-builds!19
parents 700f932d e660e73a
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
from spack import * from spack import *
class Formencode(PythonPackage): class PyFormencode(PythonPackage):
""" """
Requirement necessary for tvb-framework package. Requirement necessary for tvb-framework package.
""" """
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
from spack import * from spack import *
class Pyaescrypt(PythonPackage): class PyPyaescrypt(PythonPackage):
""" """
Requirement necessary for tvb-framework package. Requirement necessary for tvb-framework package.
""" """
......
...@@ -33,7 +33,7 @@ class TvbFramework(PythonPackage): ...@@ -33,7 +33,7 @@ class TvbFramework(PythonPackage):
# install_requires # install_requires
depends_on('py-alembic', type=('build', 'run')) depends_on('py-alembic', type=('build', 'run'))
depends_on('py-cherrypy', type=('build', 'run')) depends_on('py-cherrypy', type=('build', 'run'))
# depends_on('py-formencode', type=('build', 'run')) depends_on('py-formencode', type=('build', 'run'))
# depends_on('py-gevent', type=('build', 'run')) # depends_on('py-gevent', type=('build', 'run'))
depends_on('py-h5py', type=('build', 'run')) depends_on('py-h5py', type=('build', 'run'))
depends_on('py-jinja2', type=('build', 'run')) depends_on('py-jinja2', type=('build', 'run'))
...@@ -42,6 +42,7 @@ class TvbFramework(PythonPackage): ...@@ -42,6 +42,7 @@ class TvbFramework(PythonPackage):
depends_on('py-pandas', type=('build', 'run')) depends_on('py-pandas', type=('build', 'run'))
depends_on('py-pillow', type=('build', 'run')) depends_on('py-pillow', type=('build', 'run'))
depends_on('py-psutil', type=('build', 'run')) depends_on('py-psutil', type=('build', 'run'))
depends_on('py-pyaescrypt', type=('build', 'run'))
depends_on('py-requests', type=('build', 'run')) depends_on('py-requests', type=('build', 'run'))
depends_on('py-scikit-learn', type=('build', 'run')) depends_on('py-scikit-learn', type=('build', 'run'))
depends_on('py-scipy', type=('build', 'run')) depends_on('py-scipy', type=('build', 'run'))
...@@ -52,4 +53,3 @@ class TvbFramework(PythonPackage): ...@@ -52,4 +53,3 @@ class TvbFramework(PythonPackage):
depends_on('tvb-library', type=('build', 'run')) depends_on('tvb-library', type=('build', 'run'))
depends_on('tvb-storage', type=('build', 'run'), when='@2.3') depends_on('tvb-storage', type=('build', 'run'), when='@2.3')
depends_on('py-werkzeug', type=('build', 'run')) depends_on('py-werkzeug', type=('build', 'run'))
...@@ -20,6 +20,8 @@ spack: ...@@ -20,6 +20,8 @@ spack:
- tvb-data %gcc@10.3.0 - tvb-data %gcc@10.3.0
- tvb-library ^binutils+ld+gold %gcc@10.3.0 - tvb-library ^binutils+ld+gold %gcc@10.3.0
- tvb-storage ^binutils+ld+gold %gcc@10.3.0 - tvb-storage ^binutils+ld+gold %gcc@10.3.0
- py-pyaescrypt %gcc@10.3.0
- py-formencode %gcc@10.3.0
- tvb-framework ^binutils+ld+gold %gcc@10.3.0 - tvb-framework ^binutils+ld+gold %gcc@10.3.0
- meta-brainscales %gcc@10.3.0 - meta-brainscales %gcc@10.3.0
- pynn-brainscales %gcc@10.3.0 - pynn-brainscales %gcc@10.3.0
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