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 Apr 27, 2022
1 parent 76f37ab commit 41ca35e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions recipe/conda_build_config.yaml
@@ -0,0 +1,6 @@
blas_impl:
- accelerate # [osx]
- netlib
- openblas
- mkl # [x86_64]
- blis # [x86_64]
2 changes: 2 additions & 0 deletions recipe/meta.yaml
Expand Up @@ -68,6 +68,8 @@ test:
- setuptools <60.0.0
# some linux tests need a compiler
- {{ compiler('c') }} # [linux]
# make sure we test with all blas implementations
- blas =*=*{{ blas_impl }}
commands:
- f2py -h
# numpy.test will show SIMD features of agent (in the past, there have been
Expand Down

0 comments on commit 41ca35e

Please sign in to comment.