From 9e88854802866e24e9d59d3ef6196ddede16941c Mon Sep 17 00:00:00 2001
From: Dilawar Singh <dilawars@ncbs.res.in>
Date: Sat, 15 Apr 2017 14:55:19 +0530
Subject: [PATCH] More changes to snap. Needs to add Python.h path [skip ci]

---
 moose-core/VERSION  | 2 +-
 snap/snapcraft.yaml | 8 +++++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/moose-core/VERSION b/moose-core/VERSION
index b9404dbf..be86c279 100644
--- a/moose-core/VERSION
+++ b/moose-core/VERSION
@@ -1 +1 @@
-3.1.1-163-g681473b
\ No newline at end of file
+3.1.1-166-g4ffcca5
\ No newline at end of file
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 7e8a7686..45a9402d 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -9,7 +9,7 @@ description: |
     synapses triggers biochemical reaction-diffusion events, which in turn modulate
     ion channels to give rise to synaptic plasticity.
 
-grade: edge
+grade: devel
 confinement: devmode 
 
 apps:
@@ -20,12 +20,13 @@ parts:
   desktop:
       plugin: cmake
       configflags: [ "-DCMAKE_INSTALL_PREFIX=/usr" ]
-      source : .
+      source : https://github.com/BhallaLab/moose.git
       build-packages:
           - cmake
           - g++
           - libgsl-dev
           - libhdf5-serial-dev
+          - python-dev
           - python-numpy
 
       stage-packages:
@@ -34,4 +35,5 @@ parts:
           - python-networkx
           - python-matplotlib 
           - python-numpy
-          - python-libqt4
+          - python-qt4
+          - python
-- 
GitLab