Open valgur opened 9 months ago
I think I'm going to take a stab at the primesieve recipe, it looked mostly ready to go.
Any updates on lapack availability?
@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.
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?
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.