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 @@ ...@@ -3,13 +3,16 @@
env | sort env | sort
# GB: install xdrfile library # GB: install xdrfile library
wget http://ftp.gromacs.org/pub/contrib/xdrfile-1.1.4.tar.gz if false; then
tar xzf xdrfile-1.1.4.tar.gz # TG - disabling because it fails to link for no rational cause
cd xdrfile-1.1.4 wget http://ftp.gromacs.org/pub/contrib/xdrfile-1.1.4.tar.gz
./configure --prefix=$PREFIX --enable-shared tar xzf xdrfile-1.1.4.tar.gz
make cd xdrfile-1.1.4
make install ./configure --prefix=$PREFIX --enable-shared
cd ../ make
make install
cd ../
fi
# TG: The "disabled" features are workaround for possible # TG: The "disabled" features are workaround for possible
# conda+configure bugs in library search: building is ok but # conda+configure bugs in library search: building is ok but
...@@ -18,7 +21,7 @@ cd ../ ...@@ -18,7 +21,7 @@ cd ../
# TODO: re-enable them and see. Also to do: install docs? # 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 -j4
make install 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