From 0d29983a48f692368c12365e2147b580483c433e Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawars@ncbs.res.in> Date: Sat, 15 Apr 2017 14:32:34 +0530 Subject: [PATCH] On master branch, the snap channel is edge [skip ci]. --- .travis.yml | 1 - snap/snapcraft.yaml | 17 +++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index fca14751..f9149dfa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index c0c6dbac..7e8a7686 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ -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 -- GitLab