Skip to content

Commit

Permalink
Merge pull request #959 from h-vetinari/mkl
Browse files Browse the repository at this point in the history
add constraint MKL<2025 to blas/lapack metapackages
  • Loading branch information
h-vetinari authored Feb 18, 2025
2 parents 4a486b8 + 111bda2 commit 3bfedde
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions recipe/patch_yaml/blas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,20 @@ then:
- replace_depends:
old: liblapacke >=3.8.0,<3.9.0a0
new: liblapacke >=3.8.0,<4.0.0a0
---
# apply https://github.com/conda-forge/blas-feedstock/pull/134 to older builds
# to avoid solver thrashing in the presence of new MKL version
if:
name_in:
- libblas
- libcblas
- liblapack
- liblapacke
# MKL 2025 only exists on {linux,win}-x64
subdir_in:
- linux-64
- win-64
version_ge: 3.9.0
timestamp_lt: 1739090831114
then:
- add_constrains: mkl <2025

0 comments on commit 3bfedde

Please sign in to comment.