Skip to content

Commit 7c6e248

Browse files
committed
avoid build number downgrade of blis on windows, take 2
1 parent e77ed21 commit 7c6e248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/test_blas.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SKIP_TESTS="dummy"
1111

1212
if [[ "${blas_impl}" == "blis" ]]; then
1313
# conda-build can't install a correct environment for testing
14-
conda install -c conda-forge/label/lapack_rc -c conda-forge "libblas=*=*blis" "libcblas=*=*blis" "liblapack=*=*netlib" "liblapacke=*=*netlib" "blis=0.9.0=*_2" --use-local --yes -p $PREFIX
14+
conda install -c conda-forge/label/lapack_rc -c conda-forge "libblas=$PKG_VERSION=*blis" "libcblas=$PKG_VERSION=*blis" "liblapack=$PKG_VERSION=*netlib" "liblapacke=$PKG_VERSION=*netlib" "blis=0.9.0=*_2" --use-local --yes -p $PREFIX
1515
fi
1616

1717
if [[ "$target_platform" != osx-* ]]; then

0 commit comments

Comments
 (0)