Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3184107020 | ||
|
|
50b70272c4 | ||
|
|
e3e72a03ec | ||
|
|
88bef9cfc9 | ||
|
|
c9c7b8c910 | ||
|
|
d49bb790a6 | ||
|
|
b416a296c2 | ||
|
|
72572b78e7 |
||
|
|
d804dcdc20 |
1 changed files with 76 additions and 0 deletions
76
nest.yaml
Normal file
76
nest.yaml
Normal file
|
|
@ -0,0 +1,76 @@
|
||||||
|
document: modulemd
|
||||||
|
version: 2
|
||||||
|
data:
|
||||||
|
summary: The neural simulation tool
|
||||||
|
description: >-
|
||||||
|
NEST is a simulator for spiking neural network models that focuses on the
|
||||||
|
dynamics, size and structure of neural systems rather than on the exact
|
||||||
|
morphology of individual neurons. The development of NEST is coordinated by the
|
||||||
|
NEST Initiative. NEST is ideal for networks of spiking neurons of any size,
|
||||||
|
for example: Models of information processing e.g. in the visual or auditory
|
||||||
|
cortex of mammals; Models of network activity dynamics, e.g. laminar cortical
|
||||||
|
networks or balanced random networks; Models of learning and plasticity.
|
||||||
|
Please read the README-Fedora.md file provided in each package for information
|
||||||
|
on how these NEST packages are to be used.
|
||||||
|
license:
|
||||||
|
module:
|
||||||
|
- MIT
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- buildrequires:
|
||||||
|
platform: [] # <- Build for all Fedora releases
|
||||||
|
requires:
|
||||||
|
platform: [] # <- Run on all Fedora releases
|
||||||
|
|
||||||
|
api:
|
||||||
|
rpms:
|
||||||
|
- nest
|
||||||
|
- nest-common
|
||||||
|
- nest-doc
|
||||||
|
- nest-headers
|
||||||
|
- python3-nest
|
||||||
|
- nest-mpich
|
||||||
|
- nest-mpich-common
|
||||||
|
- nest-mpich-headers
|
||||||
|
- python3-nest-mpich
|
||||||
|
- nest-openmpi
|
||||||
|
- nest-openmpi-common
|
||||||
|
- nest-openmpi-headers
|
||||||
|
- python3-nest-openmpi
|
||||||
|
|
||||||
|
components:
|
||||||
|
rpms:
|
||||||
|
nest:
|
||||||
|
ref: 2.18.0
|
||||||
|
rationale: Provides the NEST simulator.
|
||||||
|
|
||||||
|
references:
|
||||||
|
community: https://www.nest-simulator.org/
|
||||||
|
documentation: https://nest-simulator.readthedocs.io/en/latest/
|
||||||
|
tracker: https://github.com/nest/nest-simulator
|
||||||
|
|
||||||
|
profiles:
|
||||||
|
default:
|
||||||
|
description: A standard NEST installation
|
||||||
|
rpms:
|
||||||
|
- nest
|
||||||
|
- nest-common
|
||||||
|
- nest-doc
|
||||||
|
- nest-headers
|
||||||
|
- python3-nest
|
||||||
|
mpich:
|
||||||
|
description: NEST built with MPICH
|
||||||
|
rpms:
|
||||||
|
- nest-mpich
|
||||||
|
- nest-mpich-common
|
||||||
|
- nest-doc
|
||||||
|
- nest-mpich-headers
|
||||||
|
- python3-nest-mpich
|
||||||
|
openmpi:
|
||||||
|
description: NEST built with OpenMPI
|
||||||
|
rpms:
|
||||||
|
- nest-openmpi
|
||||||
|
- nest-doc
|
||||||
|
- nest-openmpi-common
|
||||||
|
- nest-openmpi-headers
|
||||||
|
- python3-nest-openmpi
|
||||||
Loading…
Add table
Add a link
Reference in a new issue