Skip to content
Snippets Groups Projects
Commit 9e888548 authored by Dilawar Singh's avatar Dilawar Singh
Browse files

More changes to snap. Needs to add Python.h path [skip ci]

parent 0d29983a
No related branches found
No related tags found
No related merge requests found
3.1.1-163-g681473b 3.1.1-166-g4ffcca5
\ No newline at end of file \ No newline at end of file
...@@ -9,7 +9,7 @@ description: | ...@@ -9,7 +9,7 @@ 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: edge grade: devel
confinement: devmode confinement: devmode
apps: apps:
...@@ -20,12 +20,13 @@ parts: ...@@ -20,12 +20,13 @@ parts:
desktop: desktop:
plugin: cmake plugin: cmake
configflags: [ "-DCMAKE_INSTALL_PREFIX=/usr" ] configflags: [ "-DCMAKE_INSTALL_PREFIX=/usr" ]
source : . source : https://github.com/BhallaLab/moose.git
build-packages: build-packages:
- cmake - cmake
- g++ - g++
- libgsl-dev - libgsl-dev
- libhdf5-serial-dev - libhdf5-serial-dev
- python-dev
- python-numpy - python-numpy
stage-packages: stage-packages:
...@@ -34,4 +35,5 @@ parts: ...@@ -34,4 +35,5 @@ parts:
- python-networkx - python-networkx
- python-matplotlib - python-matplotlib
- python-numpy - python-numpy
- python-libqt4 - python-qt4
- python
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