Skip to content

Commit

Permalink
test for all blas variants
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Oct 24, 2021
1 parent 99ba8ef commit 65c6f4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blas_impl:
- netlib
- openblas
- mkl # [x86_64]
- blis # [x86_64]
2 changes: 2 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ test:
- pytest-xdist # [aarch64]
- hypothesis
- setuptools
# make sure we test with all blas implementations
- blas =*=*{{ blas_impl }}
commands:
- f2py -h
{% set numproc = "-nauto" if aarch64 else "" %}
Expand Down

0 comments on commit 65c6f4f

Please sign in to comment.