Skip to content
Snippets Groups Projects
Commit d6ac0fff authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Add blas pins

parent 2a7f30db
Branches
Tags
No related merge requests found
Pipeline #54810 passed
...@@ -287,9 +287,27 @@ pin_run_as_build: ...@@ -287,9 +287,27 @@ pin_run_as_build:
# Ideally we want to build against the oldest possible version of # Ideally we want to build against the oldest possible version of
# packages so packages can be installed with a wide range of versions. It is # packages so packages can be installed with a wide range of versions. It is
# best to keep this in sync with: # best to keep this in sync with:
# https://github.com/AnacondaRecipes/aggregate/blob/master/conda_build_config.yaml The # https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/master/recipe/conda_build_config.yaml
# names here should not contain dots or dashes. You should replace dots and dashes with # The names here should not contain dots or dashes. You should replace dots and
# underlines. # dashes with underlines.
# blas
libblas:
- 3.8 *netlib # [not (osx and arm64)]
- 3.9 *netlib # [osx and arm64]
libcblas:
- 3.8 *netlib # [not (osx and arm64)]
- 3.9 *netlib # [osx and arm64]
liblapack:
- 3.8 *netlib # [not (osx and arm64)]
- 3.9 *netlib # [osx and arm64]
liblapacke:
- 3.8 *netlib # [not (osx and arm64)]
- 3.9 *netlib # [osx and arm64]
blas_impl:
- openblas
- mkl # [x86 or x86_64]
- blis # [x86 or x86_64]
# AUTOMATIC PARSING START # AUTOMATIC PARSING START
# DO NOT MODIFY THIS COMMENT # DO NOT MODIFY THIS COMMENT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment