Skip to content
Snippets Groups Projects
Commit 119e7808 authored by Marmaduke Woodman's avatar Marmaduke Woodman :footprints: Committed by Marmaduke Woodman
Browse files

feat(py-vbjax): add package

parent 3a218965
No related branches found
No related tags found
No related merge requests found
Pipeline #60461 passed with stage
in 10 minutes and 35 seconds
# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack.package import *
class PyVbjax(PythonPackage):
"""Virtual brain models in JAX."""
homepage = "https://github.com/ins-amu/vbjax"
pypi = "vbjax/vbjax-0.0.16.tar.gz"
git = "https://github.com/ins-amu/vbjax"
# 'joblib.test' requires 'pytest'. Leave out of 'import_modules' to avoid
# unnecessary dependencies.
skip_modules = ["joblib.test"]
license("Apache-2.0")
version("0.0.16")
depends_on('py-jax', type=('build', 'link', 'run'))
depends_on("python", type=("build", "run"))
depends_on("py-setuptools", type=("build", "run"))
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