Open chrisdembia opened 4 years ago
It looks like we aren't following current recommendations:
https://conda-forge.org/docs/maintainer/knowledge_base.html#blas
We should probably have a variation of this:
requirements:
host:
- libblas
- libcblas
- liblapack
- liblapacke
And link only to libblas
. openblas and mkl would then be used on unix and windows respectively.
With #31, we use openblas on Windows and non-openblas on UNIX. For consistency, it would be nice to use the same version of blas/lapack on all platforms.
The inconsistency was introduced because the libblas/liblapack packages do not provide import libraries (.lib) on Windows.