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

Changed build number to match all gsl packages. This should fix the build.

parent 223ce2fa
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ before_script:
install:
- sbmlurl="http://sourceforge.net/projects/sbml/files/libsbml/5.9.0/stable/Linux/64-bit/libSBML-5.9.0-Linux-x64.deb"
- wget "$sbmlurl" -O libsbml.deb && sudo dpkg -i libsbml.deb
- wget http://ftp.debian.org/debian/pool/main/g/gsl/libgsl0ldbl_1.16+dfsg-4_amd64.deb -O gsl_1.16.deb
- wget http://ftp.debian.org/debian/pool/main/g/gsl/libgsl0ldbl_1.16+dfsg-2_amd64.deb -O gsl_1.16.deb
- sudo dpkg -i gsl_1.16.deb
- wget http://ftp.debian.org/debian/pool/main/g/gsl/libgsl0-dev_1.16+dfsg-2_amd64.deb -O gsl_1.16-dev.deb
- sudo dpkg -i gsl_1.16-dev.deb
......
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