Skip to content
Snippets Groups Projects
Commit 4a5082ee authored by Abolfazl  Ziaeemehr's avatar Abolfazl Ziaeemehr
Browse files

Merge branch 'add_vbi_0.1.3' of gitlab.ebrains.eu:ziaee/ebrains-spack-builds into add_vbi_0.1.3

parents 99a7e236 e10d43a2
No related branches found
No related tags found
2 merge requests!657add vbi v0.1.3.2,!649fix(py-vbi): add version 0.1.3
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
from spack import * from spack import *
class PyVbi(PythonPackage): class PyVbi(PythonPackage, CudaPackage):
homepage = "https://vbi.readthedocs.io/latest/" homepage = "https://vbi.readthedocs.io/latest/"
git = "https://github.com/ins-amu/vbi" git = "https://github.com/ins-amu/vbi"
...@@ -37,7 +37,7 @@ class PyVbi(PythonPackage): ...@@ -37,7 +37,7 @@ class PyVbi(PythonPackage):
depends_on("py-scikit-learn", type=("build", "run")) depends_on("py-scikit-learn", type=("build", "run"))
depends_on("py-pycatch22", type=("build", "run")) depends_on("py-pycatch22", type=("build", "run"))
depends_on("py-pytest", type="test") depends_on("py-pytest", type="test")
depends_on("py-cupy", type=("build", "run")) depends_on("py-cupy", type=("build", "run"), when="+cuda")
@run_after("install") @run_after("install")
@on_package_attributes(run_tests=True) @on_package_attributes(run_tests=True)
......
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