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
be72340a
Commit
be72340a
authored
9 years ago
by
hrani
Browse files
Options
Downloads
Patches
Plain Diff
libsbml5.9.0 is support not libsbml-5.11.4
parent
ff5f2177
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
+9
-3
9 additions, 3 deletions
.travis.yml
moose-core
+1
-1
1 addition, 1 deletion
moose-core
with
10 additions
and
4 deletions
.travis.yml
+
9
−
3
View file @
be72340a
...
@@ -13,6 +13,11 @@ notifications:
...
@@ -13,6 +13,11 @@ notifications:
email
:
email
:
recipients
:
recipients
:
-
dilawar.s.rajput@gmail.com
-
dilawar.s.rajput@gmail.com
-
bhalla@ncbs.res.in
- aviralg@ncbs.res.in
- hrani@ncbs.res.in
- ray.subhasis@gmail.com
on_success
:
change
on_success
:
change
on_failure
:
always
on_failure
:
always
...
@@ -32,9 +37,10 @@ install:
...
@@ -32,9 +37,10 @@ install:
-
wget ftp://ftp.gnu.org/gnu/gsl/gsl-1.16.tar.gz
-
wget ftp://ftp.gnu.org/gnu/gsl/gsl-1.16.tar.gz
-
tar -xzvf gsl-1.16.tar.gz
-
tar -xzvf gsl-1.16.tar.gz
-
cd gsl-1.16 && ./configure --prefix=/usr && make && sudo make install && cd ..
-
cd gsl-1.16 && ./configure --prefix=/usr && make && sudo make install && cd ..
-
wget http://sourceforge.net/projects/sbml/files/libsbml/5.11.4/stable/libSBML-5.11.4-core-src.tar.gz
#Harsha: Currently we are supporting libsbml-5.9.0 as its tested
-
tar -xzvf libSBML-5.11.4-core-src.tar.gz
-
wget http://sourceforge.net/projects/sbml/files/libsbml/5.9.0/stable/libSBML-5.9.0-core-src.tar.gz
-
cd libsbml-5.11.4 && ./configure --prefix=/usr --with-zlib --with-bzip2 --with-libxml && make && sudo make install && cd ..
-
tar -xzvf libSBML-5.9.0-core-src.tar.gz
-
cd libsbml-5.9.0 && ./configure --prefix=/usr --with-zlib --with-bzip2 --with-libxml && make && sudo make install && cd ..
script
:
script
:
-
mkdir -p _build && cd _build && cmake -DCMAKE_INSTALL_PREFIX=`pwd`/_install -DDEBUG=ON .. && make
-
mkdir -p _build && cd _build && cmake -DCMAKE_INSTALL_PREFIX=`pwd`/_install -DDEBUG=ON .. && make
...
...
This diff is collapsed.
Click to expand it.
moose-core
@
21046e25
Subproject commit
62ba292eb794fc4e7cd4d703cae07b4c56ac8b79
Subproject commit
21046e25ca1a667fa095d492d396cd69101e7f14
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