Skip to content

Commit

Permalink
Update srmio download for Travis-ci Linux builds
Browse files Browse the repository at this point in the history
[skip appveyor]
It is not available anymore on previous location
  • Loading branch information
amtriathlon committed Sep 28, 2020
1 parent 16dfd23 commit 22ea339
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions travis/linux/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ if [ -z "$(ls -A D2XX)" ]; then
fi

# SRMIO
wget http://www.zuto.de/project/files/srmio/srmio-0.1.1~git1.tar.gz
tar xf srmio-0.1.1~git1.tar.gz
cd srmio-0.1.1~git1
wget https://github.com/rclasen/srmio/archive/v0.1.1git1.tar.gz
tar xf v0.1.1git1.tar.gz
cd srmio-0.1.1git1
./configure --disable-shared --enable-static
make --silent -j3
sudo make install
Expand Down

0 comments on commit 22ea339

Please sign in to comment.