Skip to content
Snippets Groups Projects
Commit be72340a authored by hrani's avatar hrani
Browse files

libsbml5.9.0 is support not libsbml-5.11.4

parent ff5f2177
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
moose-core @ 21046e25
Subproject commit 62ba292eb794fc4e7cd4d703cae07b4c56ac8b79 Subproject commit 21046e25ca1a667fa095d492d396cd69101e7f14
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