Skip to content

Commit

Permalink
Loosening requirement on libnetcdf version to be less than 4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tromo committed Oct 14, 2022
1 parent cb5626c commit 21e57db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ platform=`uname`
echo "Setting channel priority to strict"
conda config --set channel_priority strict

packages="python=3 swig=4 cmake numpy scipy scikit-learn boost openblas libnetcdf=4.8.1 lapack compilers eigen"
packages="python=3 swig=4 cmake numpy scipy scikit-learn boost openblas libnetcdf\<4.9 lapack compilers eigen"

env_found=$(conda env list | egrep -v '^#' | egrep "^${envname}[ ]" )
# Build up the conda installation command line
Expand Down

0 comments on commit 21e57db

Please sign in to comment.