Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py-emodel-generalisation: add package #2148

Merged
merged 31 commits into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions bluebrain/repo-bluebrain/packages/py-bluecellulab/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ class PyBluecellulab(PythonPackage):
"""Pythonic Blue Brain simulator access, former BGLibPy"""

homepage = "https://github.com/BlueBrain/BlueCelluLab"
pypi = "bluecellulab/bluecellulab-1.5.2.tar.gz"
pypi = "bluecellulab/bluecellulab-1.7.6.tar.gz"

version("1.5.2", sha256="22e45b921ad9cd282d53b57ac90fcec69731cb718ed8098c8eb52039bf7a49e5")
version("1.7.6", sha256="a60ec17c44e759b6726c399d764e4220f6641bf3d845fc3fbfe56d07dba9e6d5")

depends_on("py-setuptools", type=("build", "run"))
depends_on("py-setuptools-scm", type="build")

depends_on("neuron+python@8", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Copyright 2013-2020 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 PyEmodelGeneralisation(PythonPackage):
"""Python library to generalise electrical models."""

homepage = "https://github.com/BlueBrain/emodel-generalisation"
git = "https://github.com/BlueBrain/emodel-generalisation.git"
pypi = "emodel-generalisation/emodel-generalisation-0.2.4.tar.gz"

version("0.2.4", sha256="faa3e622892e7df4dad1dc26275c8deef0ccd0354874d64c486781820c3ff533")

depends_on("py-setuptools", type="build")
depends_on("py-setuptools-scm", type="build")

depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("py-tqdm", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("py-pyyaml", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))

# MPI dependencies
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
20 changes: 20 additions & 0 deletions var/spack/repos/builtin/packages/py-datareuse/package.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright 2013-2022 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 PyDatareuse(PythonPackage):
"""Util package to reuse computed datasets"""

git = "https://github.com/arnaudon/datareuse"
pypi = "datareuse/datareuse-0.0.3.tar.gz"

version("0.0.3", sha256="63b03ae4acda22e93911adde0325818842bf65e42291ecfc88706e735a190749")

depends_on("py-setuptools", type="build")
depends_on("py-setuptools-scm", type="build")
depends_on("[email protected]:", type=("build", "run"))
depends_on("py-pyyaml", type=("build", "run"))
1 change: 1 addition & 0 deletions var/spack/repos/builtin/packages/py-numba/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class PyNumba(PythonPackage):
depends_on("[email protected]:3.8", type=("build", "run"), when="@0.48:0.51")
depends_on("[email protected]:3.7", type=("build", "run"), when="@0.40.1:0.47")
depends_on("[email protected]:3.6", type=("build", "run"), when="@:0.35.0")
depends_on("[email protected]:1.23", type=("build", "run"), when="@0.56:")
depends_on("[email protected]:1.22", type=("build", "run"), when="@0.55.2:")
depends_on("[email protected]:1.21", type=("build", "run"), when="@0.55.0:0.55.1")
depends_on("[email protected]:1.20", type=("build", "run"), when="@0.54")
Expand Down
5 changes: 3 additions & 2 deletions var/spack/repos/builtin/packages/py-shap/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ class PyShap(PythonPackage):
version("0.41.0", sha256="a49ea4d65aadbc845a695fa3d7ea0bdfc8c928b8e213b0feedf5868ade4b3ca5")

depends_on("py-setuptools", type="build")
depends_on("py-setuptools-scm", type="build")

depends_on("py-numpy", type=("build", "run"))
depends_on("py-numpy@1.23:", type=("build", "run"))
depends_on("py-scipy", type=("build", "run"))
depends_on("py-scikit-learn", type=("build", "run"))
depends_on("py-pandas", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]", type=("build", "run"))
depends_on("py-numba", type=("build", "run"))
depends_on("py-numba@0.56:", type=("build", "run"))
depends_on("py-cloudpickle", type=("build", "run"))
Loading