Skip to content
Snippets Groups Projects
Commit e6684599 authored by Johannes Hjorth's avatar Johannes Hjorth Committed by Eleni Mathioulaki
Browse files

feat(py-snudda): add versions 2.1.12-2.1.17

parent ad0a06ac
No related branches found
No related tags found
4 merge requests!679create new experimental release,!670Snudda, now with included unit test data files,!653Add NEST Desktop,!592Add py-jupyter-server-proxy to spack.yaml
...@@ -14,6 +14,11 @@ class PySnudda(PythonPackage): ...@@ -14,6 +14,11 @@ class PySnudda(PythonPackage):
maintainers = ["hjorth"] maintainers = ["hjorth"]
version("2.1.17", "6a89065cf6722c2da512a0d5fa60a3c8")
version("2.1.14.1", "913b613055030183a8f30a67a0410def")
version("2.1.14", "a0a88d4822a500b8390db9a47c628f50")
version("2.1.13", "e5f7bc57a848e489352f8fb1f16b164a")
version("2.1.12", "8f8cbbcf3d6f12c4092160a6e9312ae1")
version("2.1.11", "5cb71667a6f8c708279fc5dc94883ba3") version("2.1.11", "5cb71667a6f8c708279fc5dc94883ba3")
version("2.1.10", "a1f5bf39ee0418e7ce8a0783042c59c8") version("2.1.10", "a1f5bf39ee0418e7ce8a0783042c59c8")
version("2.1.2", "5d61a548995f88f95f680bf124534287") version("2.1.2", "5d61a548995f88f95f680bf124534287")
...@@ -39,6 +44,7 @@ class PySnudda(PythonPackage): ...@@ -39,6 +44,7 @@ class PySnudda(PythonPackage):
depends_on("py-cython", type=("build","run")) depends_on("py-cython", type=("build","run"))
depends_on("py-numba@0.60.0:", type=("build","run")) depends_on("py-numba@0.60.0:", type=("build","run"))
depends_on("open3d+python@0.18:", type=("build","run"), when="@2:") depends_on("open3d+python@0.18:", type=("build","run"), when="@2:")
depends_on("py-quantities@0.16.2:", type=("build","run"), when="@2.1.14:")
# snudda tarballs in pypi do not include the tests/ dir: just use default spack tests for now # snudda tarballs in pypi do not include the tests/ dir: just use default spack tests for now
# @run_after('install') # @run_after('install')
......
...@@ -51,7 +51,7 @@ spack: ...@@ -51,7 +51,7 @@ spack:
- py-quantities-scidash@0.12.4.3 - py-quantities-scidash@0.12.4.3
- py-quantities@0.16.2 - py-quantities@0.16.2
- py-siibra@1.0a9 - py-siibra@1.0a9
- py-snudda@2.1.11 - py-snudda@2.1.17
- py-spynnaker@7.3.0 - py-spynnaker@7.3.0
- py-tvb-framework@2.9 - py-tvb-framework@2.9
- py-tvb-contrib@2.9.1 - py-tvb-contrib@2.9.1
......
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