conan-io / wishlist

This repo is to propose libraries, frameworks, and code in general that users would like to have in conan
MIT License
49 stars 5 forks source link

OpenBLAS #158

Closed danimtb closed 4 years ago

danimtb commented 6 years ago

Requested in #38

There is ongowing work here: https://github.com/danimtb/conan-openblas

SSE4 commented 6 years ago

this one is dependency of OpenCV as well

solvingj commented 5 years ago

How is this one going? Any recent updates? This is needed by Openscenegraph.

SSE4 commented 5 years ago

@solvingj I've recently revisited this one, and it is tricky one. the problem it uses fortran, and building it with CMake requires kitware-ninja version (as original ninja version doesn't support fortran, and MSVC generator has other issues with fortran). ninja (with kitware branch) will be in conan center soon, then I will be able to finish OpenBLAS.

solvingj commented 5 years ago

Ok, thanks for the great update :)