From 2cea185882ea3343b96ab9b3a0c80cc28690d57e Mon Sep 17 00:00:00 2001
From: Giovanni Bussi <giovanni.bussi@gmail.com>
Date: Fri, 22 Feb 2019 13:38:34 +0100
Subject: [PATCH] TEST: install xdrfile library

---
 conda/recipe/build.sh | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/conda/recipe/build.sh b/conda/recipe/build.sh
index 4a02e4b4c..cc293919f 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
-- 
GitLab