Skip to content
Snippets Groups Projects
Commit 6a8aab2a authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

update bbp packages from upstream

parent 50849de3
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ class PyLibsonata(PythonPackage):
submodules = True
version("develop", branch="master", get_full_repo=True)
version("0.1.23", sha256="815aac5bdaa5d025b5f3558ac4d3acb9ebcb070594109af4c0844f47ec701c1d")
version("0.1.22", sha256="4adbb32ed2fac5d3c74bde03a5e2adb319724d324318a2a7dc2ef3c30f817b2c")
version("0.1.21", sha256="5b280d82cb21a745d9cdb736c00446e0209494c21d2d17a2c878fabf23a08b68")
version("0.1.20", sha256="f2e63a26dcf045bb7424e236e12f9b9ef8c46c356e953d26555f313f5763651e")
......
......@@ -13,11 +13,14 @@ class PyMorphTool(PythonPackage):
homepage = "https://github.com/BlueBrain/morph-tool"
git = "https://github.com/BlueBrain/morph-tool.git"
pypi = "morph-tool/morph-tool-2.4.1.tar.gz"
pypi = "morph-tool/morph-tool-2.9.1.tar.gz"
version("develop", branch="master")
version("2.9.1", sha256="305e9456c8047726588b23dfa070eb95ccbe5573e9fea3e0a83dc93eacdf61dc")
version("2.9.0", sha256="c60d4010e17ddcc3f53c864c374fffee05713c8f8fd2ba4eed7706041ce1fa47")
variant("neuron", default=False, description="Enable additional neuron support")
depends_on("py-setuptools", type=("build", "run"))
depends_on("py-click@6.7:", type=("build", "run"))
......@@ -28,9 +31,10 @@ class PyMorphTool(PythonPackage):
depends_on("py-xmltodict@0.12:", type=("build", "run"))
depends_on("py-plotly@4.1:", type=("build", "run"))
depends_on("py-dask+bag@2.19:", type=("build", "run"))
depends_on("py-dask@2.19:", type=("build", "run"))
depends_on("neuron+python@7.8:", type=("build", "run"))
depends_on("py-bluepyopt@1.9.37:", type=("build", "run"))
depends_on("py-bluepyopt@1.9.37:", type=("build", "run"), when="+neuron")
depends_on("py-neurom@3.0:3.999,develop", type=("build", "run"))
depends_on("py-morphio@3.0:3.999,develop", type=("build", "run"))
depends_on("py-morphio@3.3.6:3,develop", type=("build", "run"), when="@2.9.1:")
depends_on("py-morphio@3.0:3,develop", type=("build", "run"), when="@2.9.0")
......@@ -18,6 +18,7 @@ class PyMorphio(PythonPackage):
version("develop", branch="master", submodules=True)
version("unifurcation", branch="unifurcation", submodules=True)
version("3.3.6", sha256="0f2e55470d92a3d89f2141ae905ee104fd16257b93dafb90682d90171de2f4e6")
version("3.3.5", sha256="9e6cfebaea32080131b2b08a4a32dfbe92b18427a3e557861e27c4131f7542ac")
version("3.3.4", sha256="b70c6884e9b835560501f798c75c9cc7eaf3162cba1d930b5a9b854bb9ea60dc")
version("3.3.3", sha256="f6d91970cfd734b2e5fb8f9239a0bfa00519fe082dd8e403e4cc204dbdf0a9fa")
......
......@@ -5,6 +5,7 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack.package import *
......@@ -16,17 +17,18 @@ class PyNeuror(PythonPackage):
pypi = "neuror/NeuroR-1.2.3.tar.gz"
version("develop", branch="master")
version("1.4.2", sha256="f5e18ebddf59a60ce650c24eb49042057cf97990d63aee3ceb58b7acff823255")
version("1.6.4", sha256="a65c0e1814c38326a344f03c1f5f92ab4db721c5541888b2acb9ffc5a7adac50")
depends_on("py-setuptools", type=("build", "run"))
depends_on("py-click@6.7:", type=("build", "run"))
depends_on("py-jsonschema", type=("build", "run"))
depends_on("py-matplotlib@2.2.3:", type=("build", "run"))
depends_on("py-morph-tool@2.9.0:2.999", type=("build", "run"))
depends_on("py-morphio@3.0:3.999", type=("build", "run"))
depends_on("py-neurom@3.0:3.999", type=("build", "run"))
depends_on("py-morphio@3.0.0:3.999", type=("build", "run"))
depends_on("py-neurom@3.0.1:3.999", type=("build", "run"))
depends_on("py-numpy@1.19.2:", type=("build", "run"))
depends_on("py-nptyping@1.3.0:", type=("build", "run"))
depends_on("py-nptyping@2:", type=("build", "run"))
depends_on("py-pandas@0.24.2:", type=("build", "run"))
depends_on("py-pyquaternion@0.9.2:", type=("build", "run"))
depends_on("py-scipy@1.2.0:", type=("build", "run"))
......@@ -31,12 +31,12 @@ spack:
- py-hippounit@1.3.6
- py-lfpy@2.3
- py-lfpykit@0.5.1
- py-libsonata@0.1.22
- py-libsonata@0.1.23
- py-neo@0.12.0
- py-nestml@5.2.0
- py-netpyne@1.0.5
- py-neurom@3.2.2
- py-neuror@1.4.2
- py-neuror@1.6.4
- py-pdb2pqr@3.5.2
- py-pynn@0.11.0 +mpi
- py-pyunicore@0.15.0
......
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