Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the same blas/lapack libraries across platforms. #32

Open
chrisdembia opened this issue May 26, 2020 · 2 comments
Open

Use the same blas/lapack libraries across platforms. #32

chrisdembia opened this issue May 26, 2020 · 2 comments

Comments

@chrisdembia
Copy link
Contributor

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.

@chrisdembia chrisdembia mentioned this issue May 26, 2020
5 tasks
@moorepants
Copy link
Contributor

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

@moorepants
Copy link
Contributor

And link only to libblas. openblas and mkl would then be used on unix and windows respectively.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants