Skip to content
Snippets Groups Projects

Update package.py to Snudda 2.0.1

Merged Johannes Hjorth requested to merge (removed):master into update-snudda
@@ -5,10 +5,11 @@ class PySnudda(PythonPackage):
@@ -5,10 +5,11 @@ class PySnudda(PythonPackage):
"""Snudda creates the connectivity for realistic networks of simulated neurons in silico in a bottom up fashion that can then be simulated using the NEURON software."""
"""Snudda creates the connectivity for realistic networks of simulated neurons in silico in a bottom up fashion that can then be simulated using the NEURON software."""
homepage = "https://pypi.org/project/snudda/"
homepage = "https://pypi.org/project/snudda/"
pypi = "snudda/snudda-1.4.71.tar.gz"
pypi = "snudda/snudda-2.0.1.tar.gz"
maintainers = ["hjorth"]
maintainers = ["hjorth"]
 
version("2.0.1", "0d78f5ca2cfe728b216f980078d8558a", url="https://files.pythonhosted.org/packages/28/89/2bcbb34fb39388045288f548a986bb070831e8ab2f489e3a184517351ebb/snudda-2.0.1-py3-none-any.whl", expand=False)
version("1.4.71", "563fcd816ad8a5c44b3185759e179c68", url="https://files.pythonhosted.org/packages/f7/d2/3f7b50f01f4d18578e15fb15deee9de0abebaa2006d0738714241d0359a5/snudda-1.4.71-py3-none-any.whl", expand=False)
version("1.4.71", "563fcd816ad8a5c44b3185759e179c68", url="https://files.pythonhosted.org/packages/f7/d2/3f7b50f01f4d18578e15fb15deee9de0abebaa2006d0738714241d0359a5/snudda-1.4.71-py3-none-any.whl", expand=False)
version("1.4.0", "55f9b398b01b34bf3cec28c8a3aebc78")
version("1.4.0", "55f9b398b01b34bf3cec28c8a3aebc78")
version("1.3.2", "2306ec50acead5fd4f988ec373f19718", url="https://files.pythonhosted.org/packages/py3/s/snudda/snudda-1.2.9-py3-none-any.whl", expand=False)
version("1.3.2", "2306ec50acead5fd4f988ec373f19718", url="https://files.pythonhosted.org/packages/py3/s/snudda/snudda-1.2.9-py3-none-any.whl", expand=False)
@@ -31,6 +32,8 @@ class PySnudda(PythonPackage):
@@ -31,6 +32,8 @@ class PySnudda(PythonPackage):
depends_on("py-psutil", type=("build","run"))
depends_on("py-psutil", type=("build","run"))
depends_on("py-cython", type=("build","run"))
depends_on("py-cython", type=("build","run"))
depends_on("py-numba@0.53.1:", type=("build","run"))
depends_on("py-numba@0.53.1:", type=("build","run"))
 
depends_on("open3d", type=("build","run"))
 
# 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')