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

libsonata-report, libsonata, py-libsonata, py-neurodamus, neuron: LFP features #1953

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class LibsonataReport(CMakePackage):
git = "https://github.com/BlueBrain/libsonatareport.git"

version("develop", branch="master", submodules=False, get_full_repo=True)
version("1.2.lfp", branch="master", submodules=False, get_full_repo=True)
version("1.1.1", tag="1.1.1", submodules=False)
version("1.1", tag="1.1", submodules=False)
version("1.0.0.20220218", commit="905641", submodules=False)
Expand Down
1 change: 1 addition & 0 deletions bluebrain/repo-bluebrain/packages/libsonata/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class Libsonata(CMakePackage):
url = "https://pypi.io/packages/source/l/libsonata/libsonata-0.1.14.tar.gz"

version("develop", branch="master", get_full_repo=True)
version("0.1.19", branch="jblanco/lfp_report")
version("0.1.18", tag="v0.1.18")
version("0.1.17", tag="v0.1.17")
version("0.1.16", tag="v0.1.16")
Expand Down
1 change: 1 addition & 0 deletions bluebrain/repo-bluebrain/packages/py-libsonata/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class PyLibsonata(PythonPackage):
submodules = True

version("develop", branch="master", get_full_repo=True)
version("0.1.19", branch="jblanco/lfp_report")
version("0.1.18", sha256="1b13728cbffbcb74cc864c7bc186e568945e25c260f732ffa872437c081fd9b4")
version("0.1.17", sha256="d122dd9fce82c8ce1621746ed9029e7db0d319fb94f6a737fb14f572f632f7b4")
version("0.1.16", sha256="49ced56992ba8be8aa6638525e8078b7e3ce0d5c05c34ee90746cab02bb5185a")
Expand Down
1 change: 1 addition & 0 deletions bluebrain/repo-bluebrain/packages/py-neurodamus/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class PyNeurodamus(PythonPackage):
git = "ssh://git@bbpgitlab.epfl.ch/hpc/sim/neurodamus-py.git"

version("develop", branch="main", submodules=True)
version("2.15.lfp", branch="jblanco/lfp_sonata", submodules=True)
version("2.14.0", tag="2.14.0", submodules=True)
version("2.13.2", tag="2.13.2", submodules=True)
version("2.13.1", tag="2.13.1", submodules=True)
Expand Down
1 change: 1 addition & 0 deletions bluebrain/repo-patches/packages/neuron/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class Neuron(CMakePackage):
patch("patch-v800-cmake-nvhpc.patch", when="@8.0.0%nvhpc^cmake@3.20:")

version("develop", branch="master")
version("9.0.lfp", branch="jblanco/lfp_sum_cells")
version("9.0.a5", commit="522c866")
version("9.0.a4", commit="de2c927")
version("9.0.a3", commit="afce1ef")
Expand Down