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

TEST: install xdrfile library

parent 9a3c8961
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,15 @@ ...@@ -2,6 +2,15 @@
env | sort env | sort
# GB: install xdrfile library
wget ftp://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 ../
# 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
# linking with the .so doesn't find them (in # linking with the .so doesn't find them (in
......
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