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

build from github source instead of .whl (to run tests)

parent 775833b9
No related branches found
No related tags found
2 merge requests!362create new experimental release,!356Add NetPyNE and some of its dependencies
...@@ -10,14 +10,16 @@ class PyNetpyne(PythonPackage): ...@@ -10,14 +10,16 @@ class PyNetpyne(PythonPackage):
"""NetPyNE (Networks using Python and NEURON) is a Python package to facilitate the development, simulation, parallelization, analysis, and optimization of biological neuronal networks using the NEURON simulator.""" """NetPyNE (Networks using Python and NEURON) is a Python package to facilitate the development, simulation, parallelization, analysis, and optimization of biological neuronal networks using the NEURON simulator."""
homepage = "netpyne.org" homepage = "netpyne.org"
url = "https://pypi.org/packages/py2.py3/n/netpyne/netpyne-1.0.4.1-py2.py3-none-any.whl" url = "https://github.com/suny-downstate-medical-center/netpyne/archive/refs/tags/v1.0.4.1.tar.gz"
git = "https://github.com/suny-downstate-medical-center/netpyne.git" git = "https://github.com/suny-downstate-medical-center/netpyne.git"
# list of GitHub accounts to notify when the package is updated. # list of GitHub accounts to notify when the package is updated.
maintainers = ["salvadord", "vvbragin"] maintainers = ["salvadord", "vvbragin"]
version("1.0.4.1", sha256="e0ab937eeb9de7bf42c080991190949b437ee407fe796d79682ada8cabb62cca", expand=False) version("1.0.4.1", sha256="2ed12807f9b3d3e3a8ba9910f8d22c5c17635e0cdea0af09fa3a230e68876df6")
depends_on("py-setuptools", type="build")
depends_on("neuron", type=("build", "run")) depends_on("neuron", type=("build", "run"))
depends_on("py-numpy", type=("build", "run")) depends_on("py-numpy", type=("build", "run"))
depends_on("py-scipy", type=("build", "run")) depends_on("py-scipy", type=("build", "run"))
......
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