Skip to content

Commit

Permalink
Merge pull request #81 from haasad/bump/MKL-2022.0
Browse files Browse the repository at this point in the history
Update MKL to 2022.0 build
  • Loading branch information
isuruf authored Jan 19, 2022
2 parents 7dc8c18 + da35b9a commit 064c846
Show file tree
Hide file tree
Showing 18 changed files with 12 additions and 60 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ fortran_compiler:
- gfortran
fortran_compiler_version:
- '9'
mkl_devel:
- '2021'
openblas:
- 0.3.*
target_platform:
- linux-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ fortran_compiler:
- gfortran
fortran_compiler_version:
- '9'
mkl_devel:
- '2021'
openblas:
- 0.3.*
target_platform:
- linux-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ fortran_compiler:
- gfortran
fortran_compiler_version:
- '9'
mkl_devel:
- '2021'
openblas:
- 0.3.*
target_platform:
- linux-64
zip_keys:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ fortran_compiler:
- gfortran
fortran_compiler_version:
- '9'
openblas:
- 0.3.*
target_platform:
- linux-aarch64
zip_keys:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ fortran_compiler:
- gfortran
fortran_compiler_version:
- '9'
openblas:
- 0.3.*
target_platform:
- linux-ppc64le
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ fortran_compiler_version:
- '9'
macos_machine:
- x86_64-apple-darwin13.4.0
mkl_devel:
- '2021'
openblas:
- 0.3.*
target_platform:
- osx-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ fortran_compiler_version:
- '9'
macos_machine:
- x86_64-apple-darwin13.4.0
mkl_devel:
- '2021'
openblas:
- 0.3.*
target_platform:
- osx-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ fortran_compiler_version:
- '9'
macos_machine:
- x86_64-apple-darwin13.4.0
mkl_devel:
- '2021'
openblas:
- 0.3.*
target_platform:
- osx-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ fortran_compiler_version:
- '9'
macos_machine:
- x86_64-apple-darwin13.4.0
mkl_devel:
- '2021'
openblas:
- 0.3.*
target_platform:
- osx-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ fortran_compiler_version:
- '11'
macos_machine:
- arm64-apple-darwin20.0.0
openblas:
- 0.3.*
target_platform:
- osx-arm64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ fortran_compiler_version:
- '11'
macos_machine:
- arm64-apple-darwin20.0.0
openblas:
- 0.3.*
target_platform:
- osx-arm64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ m2w64_c_compiler:
- m2w64-toolchain
m2w64_fortran_compiler:
- m2w64-toolchain
mkl_devel:
- '2021'
openblas:
- 0.3.*
target_platform:
- win-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ blas_default_impl:
blas_impl:
- mkl
blas_impl_lib:
- mkl_rt.1.dll
- mkl_rt.2.dll
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -12,10 +12,6 @@ m2w64_c_compiler:
- m2w64-toolchain
m2w64_fortran_compiler:
- m2w64-toolchain
mkl_devel:
- '2021'
openblas:
- 0.3.*
target_platform:
- win-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ m2w64_c_compiler:
- m2w64-toolchain
m2w64_fortran_compiler:
- m2w64-toolchain
mkl_devel:
- '2021'
openblas:
- 0.3.*
target_platform:
- win-64
zip_keys:
Expand Down
4 changes: 2 additions & 2 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ blas_impl_lib:

- libmkl_rt.so # [linux64]
- libmkl_rt.dylib # [osx and x86_64]
- mkl_rt.1.dll # [win64]
- mkl_rt.2.dll # [win64]

- libblis.so.3 # [linux64]
- libblis.3.dylib # [osx and x86_64]
Expand Down
12 changes: 6 additions & 6 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 @@ -69,7 +69,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 Expand Up @@ -198,11 +198,11 @@ outputs:
string: "{{ build_num }}_{{ build_string_platform }}_{{ blas_impl }}"
requirements:
host:
- openblas # [blas_impl == "openblas"]
- mkl-devel # [blas_impl == "mkl"]
- openblas 0.3.18 # [blas_impl == "openblas"]
- mkl-devel 2022.0 # [blas_impl == "mkl"]
run:
- openblas # [blas_impl == "openblas"]
- mkl-devel # [blas_impl == "mkl"]
- openblas 0.3.18 # [blas_impl == "openblas"]
- mkl-devel 2022.0 # [blas_impl == "mkl"]
- {{ pin_subpackage("liblapack", exact=True) }} # [blas_impl != 'blis']
- {{ pin_subpackage("liblapacke", exact=True) }} # [blas_impl != 'blis']
- liblapack {{ version }} *netlib # [blas_impl == 'blis']
Expand Down

0 comments on commit 064c846

Please sign in to comment.