You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- if [ "$GSL" = "gsl1" ]; then sudo apt-get install -y libgsl0-dev; fi
install:
- if [ "$GSL" = "gsl2" ]; then wget http://ftpmirror.gnu.org/gsl/gsl-2.4.tar.gz && tar xvzf gsl-2.4.tar.gz && cd gsl-2.4 && ./configure && make && sudo make install && cd ..; fi