Skip to content

Commit

Permalink
Revert "avoid build number downgrade of blis on windows, take 2"
Browse files Browse the repository at this point in the history
This reverts commit 85f88ce.
  • Loading branch information
h-vetinari committed Jul 23, 2024
1 parent 419f500 commit 845f054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/test_blas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SKIP_TESTS="dummy"

if [[ "${blas_impl}" == "blis" ]]; then
# conda-build can't install a correct environment for testing
conda install -c conda-forge/label/lapack_rc -c conda-forge "libblas=3.11=*blis" "libcblas=3.11=*blis" "liblapack=3.11=*netlib" "liblapacke=3.11=*netlib" "blis=0.9.0=*_2" --use-local --yes -p $PREFIX
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
fi

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

0 comments on commit 845f054

Please sign in to comment.