Skip to content
Snippets Groups Projects
Commit 7088b0c5 authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Added snapcraft file.

parent de4e03f5
No related branches found
No related tags found
No related merge requests found
3.1.1-100-g51a3a30 3.1.1-160-g4b57369
\ No newline at end of file
name: moose # you probably want to 'snapcraft register <name>'
version: '3.1.2' # just for humans, typically '1.2+git' or '1.3.2'
summary: Neuronal modeling software spanning molecules, electrophysiology and networks
description: |
MOOSE is the Multiscale Object-Oriented Simulation Environment. It is designed
to simulate neural systems ranging from biochemical signaling to complex models
of single neurons, circuits, and large networks. A typical use case is to model
neural activity-driven synaptic plasticity, in which network activity to
synapses triggers biochemical reaction-diffusion events, which in turn modulate
ion channels to give rise to synaptic plasticity.
grade: devel # must be 'stable' to release into candidate/stable channels
confinement: devmode # use 'strict' once you have the right plugs and slots
apps:
moose :
command : moose
parts:
desktop:
plugin: cmake
configflags: [ "-DCMAKE_INSTALL_PREFIX=/usr", "-DMOOSE_VERSION=3.1.2" ]
source : .
build-packages:
- cmake
- g++
- libgsl-dev
- libhdf5-serial-dev
stage-packages:
- libgsl2
- libhdf5-10
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