Skip to content
Snippets Groups Projects
Commit fd36371a authored by Toni's avatar Toni
Browse files

random attempt to fix xdrfile

parent 2cea1858
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
env | sort
# GB: install xdrfile library
wget ftp://ftp.gromacs.org/pub/contrib/xdrfile-1.1.4.tar.gz
wget http://ftp.gromacs.org/pub/contrib/xdrfile-1.1.4.tar.gz
tar xzf xdrfile-1.1.4.tar.gz
cd xdrfile-1.1.4
./configure --prefix=$PREFIX --enable-shared
......@@ -18,7 +18,7 @@ cd ../
# TODO: re-enable them and see. Also to do: install docs?
./configure --prefix=$PREFIX --enable-shared --disable-python --disable-zlib --disable-external-lapack --disable-external-blas
./configure --prefix=$PREFIX --enable-shared --disable-python --disable-zlib --disable-external-lapack --disable-external-blas LDFLAGS=-L$PREFIX/lib
make -j4
make install
......
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