From a501966004041815c10227c33236900c65a31006 Mon Sep 17 00:00:00 2001 From: Alan Grossfield Date: Sat, 26 Oct 2024 13:16:32 -0400 Subject: [PATCH] pin swig because newer ones break the build --- conda_build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conda_build.sh b/conda_build.sh index fc679c7a4..3f9a209ef 100755 --- a/conda_build.sh +++ b/conda_build.sh @@ -76,7 +76,8 @@ platform=`uname` echo "Setting channel priority to strict" conda config --set channel_priority strict -packages="python=3 swig=4 cmake 'numpy<2' scipy scikit-learn boost openblas libnetcdf lapack compilers eigen hdf5 gemmi" +packages="python=3 swig=4.2.1 cmake 'numpy<2' scipy scikit-learn boost openblas +libnetcdf lapack compilers eigen hdf5 gemmi" env_found=$(conda env list | egrep -v '^#' | egrep "^${envname}[ ]" ) # Build up the conda installation command line