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

Fixed the link of gsl binary package version 1.16. Later I should upgrade the

build environment from precise to trusty.
parent 459dc9cf
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ install:
- 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
- sudo dpkg -i gsl_1.16.deb
- wget http://ftp.debian.org/debian/pool/main/g/gsl/libgsl0-dev_1.16+dfsg-2_arm64.deb -O gsl_1.16-dev.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
- sudo apt-get install -f
- sudo ldconfig /usr/lib64
......
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