From 65c6f4f1367108b4de790bc17e6cc7748f4f6871 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Fri, 26 Jun 2020 19:40:20 +0200 Subject: [PATCH] test for all blas variants --- recipe/conda_build_config.yaml | 5 +++++ recipe/meta.yaml | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 recipe/conda_build_config.yaml diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml new file mode 100644 index 00000000..fc890ed6 --- /dev/null +++ b/recipe/conda_build_config.yaml @@ -0,0 +1,5 @@ +blas_impl: + - netlib + - openblas + - mkl # [x86_64] + - blis # [x86_64] diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c75ce084..9a371b55 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -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 "" %}