conda-forge / lapack-feedstock

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

Missing lapack.pc #45

Closed moorepants closed 3 years ago

moorepants commented 3 years ago

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):

``` $ conda list ```


Details about conda and system ( conda info ):

``` $ conda info ```
moorepants commented 3 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.

moorepants commented 3 years ago

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.

moorepants commented 3 years ago

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

isuruf commented 3 years ago

Closing in favour of https://github.com/conda-forge/openblas-feedstock/issues/112