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

On master branch, the snap channel is edge [skip ci].

parent 70fbb707
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,6 @@ notifications:
- dilawar.s.rajput@gmail.com
- bhalla@ncbs.res.in
- hrani@ncbs.res.in
- ray.subhasis@gmail.com
on_success: change
on_failure: always
......
name: moose # you probably want to 'snapcraft register <name>'
version: '3.1.2' # just for humans, typically '1.2+git' or '1.3.2'
name: moose
version: '3.1+git'
summary: Neuronal modeling software spanning molecules, electrophysiology and networks
description: |
MOOSE is the Multiscale Object-Oriented Simulation Environment. It is designed
......@@ -9,24 +9,29 @@ description: |
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
grade: edge
confinement: devmode
apps:
moose :
command : moose
parts:
desktop:
plugin: cmake
configflags: [ "-DCMAKE_INSTALL_PREFIX=/usr", "-DMOOSE_VERSION=3.1.2" ]
configflags: [ "-DCMAKE_INSTALL_PREFIX=/usr" ]
source : .
build-packages:
- cmake
- g++
- libgsl-dev
- libhdf5-serial-dev
- python-numpy
stage-packages:
- libgsl2
- libhdf5-10
- python-networkx
- python-matplotlib
- python-numpy
- python-libqt4
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