Closed moorepants closed 4 years ago
I see that the Sept 24 working build had lapack 3.8.0 and the failing build has lapack 3.9.0. I'll try building with lapack < 3.9.0.
I used lapack<3.9.0
and the build suceeded, finding the lapack.pc
file. So it seems the file is not being provided with version 3.9.0.
You can see here that I install lapack
in a conda env, conda list shows it installed, but then I ls
the miniconda/envs/<my-env>/lib/pkgconfg
directory and none of the pc files from this package are present.
https://travis-ci.org/github/matthias-k/cyipopt/jobs/746495141
Closing in favour of https://github.com/conda-forge/openblas-feedstock/issues/112
Issue:
I've used pkg-config on upstream packages in the past to discover the compilation flags for lapack. Recently, it seems the lapack.pc file may be missing. I had a successful build on Sept 24 here: https://travis-ci.org/github/matthias-k/cyipopt/jobs/730025702 but now have a failing build here: https://travis-ci.org/github/matthias-k/cyipopt/jobs/746326298. I don't think I have any related changes on my end. When I search my local ~/miniconda/lib/pkgconfig I don't see a
lapack.pc
file. Is it possible this has been removed recently?Environment (
conda list
):Details about
conda
and system (conda info
):