From f840cd98833a5f924eb67f2837f2909686e18a5c Mon Sep 17 00:00:00 2001 From: Giovanni Bussi Date: Mon, 11 Mar 2024 09:31:53 +0100 Subject: [PATCH] Removed hard fix for conda. I am removing a fix that I needed to introduce last year to make working conda builds of the python wrappers. Apparently, this is not needed anymore due to some updates in conda. See https://github.com/plumed/plumed2/issues/952 --- conda/py-plumed/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/py-plumed/build.sh b/conda/py-plumed/build.sh index 1e7f168369..e69fc30c6e 100644 --- a/conda/py-plumed/build.sh +++ b/conda/py-plumed/build.sh @@ -3,7 +3,7 @@ cd python make pip export plumed_default_kernel=$PREFIX/lib/libplumedKernel$SHLIB_EXT -export plumed_disable_rtld_deepbind=yes +#export plumed_disable_rtld_deepbind=yes $PYTHON -m pip install . --no-deps -vv