Skip to content

Commit

Permalink
Update MKL to 2022.0 build
Browse files Browse the repository at this point in the history
  • Loading branch information
haasad committed Jan 12, 2022
1 parent 0c6dee0 commit 5ec977e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set version = "3.9.0" %}
# if build_num is reset to 0 (for new version), update increment for blas_minor below
{% set build_num = 12 %}
{% set build_num = 13 %}
{% set version_major = version.split(".")[0] %}
# blas_major denotes major infrastructural change to how blas is managed
{% set blas_major = "2" %}
Expand Down Expand Up @@ -63,7 +63,7 @@ outputs:
host:
- libopenblas 0.3.18 # [blas_impl == 'openblas']
# from https://github.com/conda-forge/intel_repack-feedstock/
- mkl 2021.4 # [blas_impl == 'mkl']
- mkl 2022.0 # [blas_impl == 'mkl']
- blis 0.8.1 # [blas_impl == 'blis']
run:
- {{ pin_compatible("libopenblas", max_pin="x.x.x", exact=win) }} # [blas_impl == 'openblas']
Expand Down

0 comments on commit 5ec977e

Please sign in to comment.