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
No related merge requests found
Pipeline #60066 passed with stage
in 18 minutes and 18 seconds
......@@ -6,7 +6,7 @@
from spack import *
class PyVbi(PythonPackage):
class PyVbi(PythonPackage, CudaPackage):
homepage = "https://vbi.readthedocs.io/latest/"
git = "https://github.com/ins-amu/vbi"
......@@ -37,7 +37,7 @@ class PyVbi(PythonPackage):
depends_on("py-scikit-learn", type=("build", "run"))
depends_on("py-pycatch22", type=("build", "run"))
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")
@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