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

Build against netlib's reference blas and lapack

parent 079ae2c6
Branches
Tags v2.1.1
1 merge request!21Build against netlib's reference blas and lapack
Pipeline #54827 failed
...@@ -31,9 +31,10 @@ requirements: ...@@ -31,9 +31,10 @@ requirements:
- libblitz {{ libblitz }} - libblitz {{ libblitz }}
- boost {{ boost }} - boost {{ boost }}
- numpy {{ numpy }} - numpy {{ numpy }}
- mkl-devel {{ mkl }} # [blas_impl == 'mkl'] - libblas
- openblas-devel {{ openblas }} # [blas_impl == 'openblas'] - libcblas
- nomkl # [blas_impl == 'openblas'] - liblapack
- liblapacke
run: run:
- python - python
- setuptools - setuptools
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment