conda-forge / lapack-feedstock

A conda-smithy repository for lapack.
BSD 3-Clause "New" or "Revised" License
6 stars 12 forks source link

lapack.lib appears to be missing from the built Windows package #31

Closed anntzer closed 4 years ago

anntzer commented 4 years ago

Downloading the .tar.bz2 windows package from https://anaconda.org/conda-forge/liblapack/files (whether the openblas or the mkl version) shows that lapack.lib is missing from the package. I am confused as to why, given that the file is explicitly listed in https://github.com/conda-forge/lapack-feedstock/blob/master/recipe/meta.yaml#L116; help would be most welcome.

(This file is needed to link against lapack on Windows.)

isuruf commented 4 years ago

@anntzer, you need to use the netlib version if you want lapack.lib

anntzer commented 4 years ago

Is that available in any conda channel?

isuruf commented 4 years ago

Yes, see https://anaconda.org/conda-forge/liblapack/files (search for netlib)

anntzer commented 4 years ago

Ah, great, thanks :)