From 0a318ab191dbb56199a83f508686c2c1e52277be Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Wed, 6 Oct 2021 11:10:56 +0200 Subject: [PATCH] Build against netlib's reference blas and lapack See: https://conda-forge.org/docs/maintainer/knowledge_base.html#blas Fixes #16 --- conda/meta.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index fd1ff44..d41348b 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -31,9 +31,10 @@ requirements: - libblitz {{ libblitz }} - boost {{ boost }} - numpy {{ numpy }} - - mkl-devel {{ mkl }} # [blas_impl == 'mkl'] - - openblas-devel {{ openblas }} # [blas_impl == 'openblas'] - - nomkl # [blas_impl == 'openblas'] + - libblas + - libcblas + - liblapack + - liblapacke run: - python - setuptools -- GitLab