Skip to content

Commit

Permalink
pin swig because newer ones break the build
Browse files Browse the repository at this point in the history
  • Loading branch information
agrossfield committed Oct 26, 2024
1 parent 8a6d88e commit a501966
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conda_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a501966

Please sign in to comment.