Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moose
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sahil Moza
moose
Commits
0d29983a
Commit
0d29983a
authored
8 years ago
by
Dilawar Singh
Browse files
Options
Downloads
Patches
Plain Diff
On master branch, the snap channel is edge [skip ci].
parent
70fbb707
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+0
-1
0 additions, 1 deletion
.travis.yml
snap/snapcraft.yaml
+11
-6
11 additions, 6 deletions
snap/snapcraft.yaml
with
11 additions
and
7 deletions
.travis.yml
+
0
−
1
View file @
0d29983a
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
snap/snapcraft.yaml
+
11
−
6
View file @
0d29983a
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
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment