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

disable xdrfile

parent fd36371a
No related branches found
No related tags found
No related merge requests found
......@@ -3,13 +3,16 @@
env | sort
# GB: install xdrfile library
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
make
make install
cd ../
if false; then
# TG - disabling because it fails to link for no rational cause
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
make
make install
cd ../
fi
# TG: The "disabled" features are workaround for possible
# conda+configure bugs in library search: building is ok but
......@@ -18,7 +21,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 LDFLAGS=-L$PREFIX/lib
./configure --prefix=$PREFIX --enable-shared --disable-python --disable-zlib --disable-external-lapack --disable-external-blas
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