Skip to content

Commit 9e88854

Browse files
author
Dilawar Singh
committed
More changes to snap. Needs to add Python.h path [skip ci]
1 parent 0d29983 commit 9e88854

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

moose-core/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.1-163-g681473b
1+
3.1.1-166-g4ffcca5

snap/snapcraft.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: |
99
synapses triggers biochemical reaction-diffusion events, which in turn modulate
1010
ion channels to give rise to synaptic plasticity.
1111
12-
grade: edge
12+
grade: devel
1313
confinement: devmode
1414

1515
apps:
@@ -20,12 +20,13 @@ parts:
2020
desktop:
2121
plugin: cmake
2222
configflags: [ "-DCMAKE_INSTALL_PREFIX=/usr" ]
23-
source : .
23+
source : https://github.com/BhallaLab/moose.git
2424
build-packages:
2525
- cmake
2626
- g++
2727
- libgsl-dev
2828
- libhdf5-serial-dev
29+
- python-dev
2930
- python-numpy
3031

3132
stage-packages:
@@ -34,4 +35,5 @@ parts:
3435
- python-networkx
3536
- python-matplotlib
3637
- python-numpy
37-
- python-libqt4
38+
- python-qt4
39+
- python

0 commit comments

Comments
 (0)