diff --git a/conda/recipe/build.sh b/conda/recipe/build.sh index 4a02e4b4c58895b17af20fdd0ac50cead0a0ff3f..cc293919f4ba4c6f3def4823e145cead41b4fac1 100644 --- a/conda/recipe/build.sh +++ b/conda/recipe/build.sh @@ -2,6 +2,15 @@ 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 # conda+configure bugs in library search: building is ok but # linking with the .so doesn't find them (in