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

Added /usr/lib64 to ldconfig. SBML installs its library to this non-standard

path.
parent edccf663
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,7 @@ install: ...@@ -42,6 +42,7 @@ install:
- wget "http://ftp.debian.org/debian/pool/main/g/gsl/libgsl0-dev_1.16+dfsg-4_amd64.deb" -O gsl_1.16-dev.deb - wget "http://ftp.debian.org/debian/pool/main/g/gsl/libgsl0-dev_1.16+dfsg-4_amd64.deb" -O gsl_1.16-dev.deb
- sudo dpkg -i gsl_1.16-dev.deb - sudo dpkg -i gsl_1.16-dev.deb
- sudo apt-get install -f - sudo apt-get install -f
- sudo ldconfig /usr/lib64
script: script:
- git buildpackage --git-ignore-new -uc -us - git buildpackage --git-ignore-new -uc -us
......
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