ecrc / ecrc_cmake

This project provides a collection of CMake modules that can be shared among projects using CMake as build system. For now it is mainly constituted of "Find" modules that help detecting installed libraries on the system.
Other
6 stars 0 forks source link

FindBLAS & Friends: Add Support for BLIS/libflame #5

Open omor1 opened 3 years ago

omor1 commented 3 years ago

CMake's official FindBLAS and FindLAPACK modules added support for BLIS and libflame over three years ago, in version 3.11. Compiling, HCORE, STARS-H, and other projects relying on the find modules from this repository on an AMD system with these (recommended) libraries is problematic, to say the least.