File: control

package info (click to toggle)
neuron 8.2.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 34,760 kB
  • sloc: cpp: 149,571; python: 58,465; ansic: 50,329; sh: 3,510; xml: 213; pascal: 51; makefile: 35; sed: 5
file content (94 lines) | stat: -rw-r--r-- 3,652 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Source: neuron
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Matthias Klumpp <mak@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               bison,
               bluebrain-hpc-coding-conventions,
               catch2,
               chrpath,
               cmake,
               cython3,
               flex,
               libbackward-cpp-dev,
               libinterviews-dev,
               libmeschach-dev,
               libpython3-dev,
               librandom123-dev,
               libreadline-dev,
               mpi-default-dev,
               python3-all,
               python3-all-dev,
               python3-numpy,
               python3-numpy-dev,
               python3-setuptools,
               zlib1g-dev
Standards-Version: 4.7.2
Rules-Requires-Root: no
X-Python3-Version: >= 3.12
Homepage: https://www.neuron.yale.edu/neuron/
Vcs-Git: https://salsa.debian.org/science-team/neuron.git
Vcs-Browser: https://salsa.debian.org/science-team/neuron

Package: neuron
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Suggests: neuron-dev,
          python3-neuron
Description: Simulation environment for computational models of neurons
 NEURON is a simulation environment for modeling individual neurons and networks
 of neurons. It provides tools for conveniently building, managing, and using
 models in a way that is numerically sound and computationally efficient. It is
 particularly well-suited to problems that are closely linked to experimental
 data, especially those that involve cells with complex anatomical and
 biophysical properties.
 .
 NEURON offers
  * "natural syntax", which allows one to specify model properties in
    familiar idioms
  * efficient and painless spatial and temporal discretization
  * several different, user-selectable numerical integration methods
  * convenient user interface (interpreters + GUI)
  * user-extendable library of biophysical mechanisms

Package: neuron-dev
Architecture: any
Depends: libinterviews-dev,
         libmeschach-dev,
         libreadline-dev,
         mpi-default-dev,
         neuron (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Neuron simulation environment - Development files
 NEURON is a simulation environment for modeling individual neurons and networks
 of neurons. It provides tools for conveniently building, managing, and using
 models in a way that is numerically sound and computationally efficient. It is
 particularly well-suited to problems that are closely linked to experimental
 data, especially those that involve cells with complex anatomical and
 biophysical properties.
 .
 This package contains development files for the NEURON environment.

Package: python3-neuron
Architecture: any
Section: python
Depends: neuron (= ${binary:Version}),
         python3-pkg-resources,
         ${misc:Depends},
         ${python3:Depends},
         ${python3:numpy:Depends},
         ${shlibs:Depends}
Recommends: python3-numpy
Description: Neuron simulation environment - Python bindings
 NEURON is a simulation environment for modeling individual neurons and networks
 of neurons. It provides tools for conveniently building, managing, and using
 models in a way that is numerically sound and computationally efficient. It is
 particularly well-suited to problems that are closely linked to experimental
 data, especially those that involve cells with complex anatomical and
 biophysical properties.
 .
 This package contains Python bindings for NEURON.