diff --git a/moose-core/VERSION b/moose-core/VERSION index b9404dbf8a99759e44649078d381921fd572ddab..be86c279151169a3b44db8eeee9dc085e5a7ccb1 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 7e8a7686470cb9a3bdb82159e57fc17c0abcba49..45a9402dc3f4fc0935b87579b3746f36bdcd5a5f 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