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
5fddb6d2
Commit
5fddb6d2
authored
8 years ago
by
HarshaRani
Browse files
Options
Downloads
Patches
Plain Diff
removed all libsbml dependency
parent
66617caa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/install-dependencies-on-debian
+5
-15
5 additions, 15 deletions
scripts/install-dependencies-on-debian
with
5 additions
and
15 deletions
scripts/install-dependencies-on-debian
+
5
−
15
View file @
5fddb6d2
...
...
@@ -2,21 +2,11 @@
# AUTHOR : AVIRAL GOEL
# EMAIL-ID : aviralg@ncbs.res.in
# UPDATED BY: Harsha Rani
# UPDATED ON: Aug 16 2016
echo
"Installing moose-core dependencies"
sudo
-E
apt-get
install
g++ libgsl0-dev libgsl0ldbl libhdf5-dev libpython-dev python-numpy libxml2-dev
echo
"Installing libsbml"
if
[
$(
uname
-m
)
=
"x86_64"
]
;
then
wget
"http://sourceforge.net/projects/sbml/files/libsbml/5.9.0/stable/Linux/64-bit/libSBML-5.9.0-Linux-x64.deb"
sudo
-E
dpkg
-i
libSBML-5.9.0-Linux-x64.deb
rm
-rf
libSBML-5.9.0-Linux-x64.deb
else
wget
"http://sourceforge.net/projects/sbml/files/libsbml/5.9.0/stable/Linux/32-bit/libSBML-5.9.0-Linux-x86.deb"
sudo
-E
dpkg
-i
libSBML-5.9.0-Linux-x86.deb
rm
-rf
libSBML-5.9.0-Linux-x86.deb
fi
sudo
-E
apt-get
install
g++ libgsl0-dev libhdf5-dev libpython-dev python-numpy
echo
"Installing moose-gui and moogli dependencies"
sudo
-E
apt-get
install
python-setuptools libqt4-dev python-qt4-dev libopenscenegraph-dev python-qt4-gl python-sip-dev python-matplotlib python-scipy python-suds python-networkx
#echo "Installing moose-gui and moogli dependencies"
sudo
-E
apt-get
install
python-setuptools libqt4-dev python-qt4-dev libopenscenegraph-dev python-qt4-gl python-sip-dev python-matplotlib python-scipy python-suds python-networkx python-pygraphviz
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