Skip to content

Commit 21e57db

Browse files
committed
Loosening requirement on libnetcdf version to be less than 4.9
1 parent cb5626c commit 21e57db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ platform=`uname`
7676
echo "Setting channel priority to strict"
7777
conda config --set channel_priority strict
7878

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

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

0 commit comments

Comments
 (0)