aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* metadata.xml: convert hard -> projJustin Lecher2016-01-251-1/+4
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Revert "Gentoo does https by default now"Justin Lecher2015-06-211-1/+1
| | | | This reverts commit 98718494343af4990facdefb0033471686e975a6.
* Gentoo does https by default nowJustin Lecher2015-06-211-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* initial ebuild for sci-biology/cnrunAndrei Zavada2015-02-181-0/+29
CNrun is a neuronal network simulator, with these features: * a conductance- and rate-based Hodgkin-Huxley neurons, a Rall and Alpha-Beta synapses; * a 6-5 Runge-Kutta integration method: slow but precise, adjustable; * Poisson, Van der Pol, Colpitts oscillators and interface for external stimulation sources; * NeuroML network topology import/export; * logging state variables, spikes; * implemented as a Lua module, for scripting model behaviour (e.g., to enable plastic processes regulated by model state); * interaction (topology push/pull, async connections) with other cnrun models running elsewhere on a network, with interactions (planned).