We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77ed21 commit 7c6e248Copy full SHA for 7c6e248
recipe/test_blas.sh
@@ -11,7 +11,7 @@ SKIP_TESTS="dummy"
11
12
if [[ "${blas_impl}" == "blis" ]]; then
13
# 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
+ 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
15
fi
16
17
if [[ "$target_platform" != osx-* ]]; then
0 commit comments