conan-io / conan-center-index

Recipes for the ConanCenter repository
https://conan.io/center
MIT License
958 stars 1.76k forks source link

Stale recipe PRs possibly worth another look #22553

Open valgur opened 9 months ago

valgur commented 9 months ago

Here's a list of PRs for new recipes that have been closed as stale, as of 2024-01-26.

These might serve as a good basis for another attempt at adding a recipe for these libraries.

Ahajha commented 9 months ago

I think I'm going to take a stab at the primesieve recipe, it looked mostly ready to go.

alexkrz commented 7 months ago

Any updates on lapack availability?

valgur commented 7 months ago

@alexkrz LAPACK is available via the openblas package. Although a separate package for it would still be welcome, it's blocked by Fortran support in Conan and CCI.

alexkrz commented 7 months ago

Ok so I have realized that LAPACK is built when I add the openblas package in my conanfile.txt. However in my case CMake does not find the LAPACK version that comes with openblas. How can I modify the find_package(LAPACK) in my CMakeLists.txt to find the compiled LAPACK package?