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: ...@@ -14,7 +14,6 @@ notifications:
- dilawar.s.rajput@gmail.com - dilawar.s.rajput@gmail.com
- bhalla@ncbs.res.in - bhalla@ncbs.res.in
- hrani@ncbs.res.in - hrani@ncbs.res.in
- ray.subhasis@gmail.com
on_success: change on_success: change
on_failure: always on_failure: always
......
name: moose # you probably want to 'snapcraft register <name>' name: moose
version: '3.1.2' # just for humans, typically '1.2+git' or '1.3.2' version: '3.1+git'
summary: Neuronal modeling software spanning molecules, electrophysiology and networks summary: Neuronal modeling software spanning molecules, electrophysiology and networks
description: | description: |
MOOSE is the Multiscale Object-Oriented Simulation Environment. It is designed MOOSE is the Multiscale Object-Oriented Simulation Environment. It is designed
...@@ -9,24 +9,29 @@ description: | ...@@ -9,24 +9,29 @@ description: |
synapses triggers biochemical reaction-diffusion events, which in turn modulate synapses triggers biochemical reaction-diffusion events, which in turn modulate
ion channels to give rise to synaptic plasticity. ion channels to give rise to synaptic plasticity.
grade: devel # must be 'stable' to release into candidate/stable channels grade: edge
confinement: devmode # use 'strict' once you have the right plugs and slots confinement: devmode
apps: apps:
moose : moose :
command : moose command : moose
parts: parts:
desktop: desktop:
plugin: cmake plugin: cmake
configflags: [ "-DCMAKE_INSTALL_PREFIX=/usr", "-DMOOSE_VERSION=3.1.2" ] configflags: [ "-DCMAKE_INSTALL_PREFIX=/usr" ]
source : . source : .
build-packages: build-packages:
- cmake - cmake
- g++ - g++
- libgsl-dev - libgsl-dev
- libhdf5-serial-dev - libhdf5-serial-dev
- python-numpy
stage-packages: stage-packages:
- libgsl2 - libgsl2
- libhdf5-10 - 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