Skip to content
Snippets Groups Projects
Commit a2cd888e authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

replaced xdrfile ftp

xdrfile source has been removed from gromacs ftp

I put a copy on people.sissa.it/~bussi/plumed so that we
can download it on travis
parent e3ba892f
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,11 @@ set -e
set -x
echo "installing xdrfile library"
wget ftp://ftp.gromacs.org/pub/contrib/xdrfile-1.1.4.tar.gz
# wget ftp://ftp.gromacs.org/pub/contrib/xdrfile-1.1.4.tar.gz
# xdrfile was removed from gromacs ftp
# as a workaround I added a copy to people.sissa.it/~bussi/plumed
# this complies with its license
wget people.sissa.it/~bussi/plumed/xdrfile-1.1.4.tar.gz
tar xzf xdrfile-1.1.4.tar.gz
cd xdrfile-1.1.4
./configure --enable-shared --prefix=/usr/local
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment