aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/Openblas.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [Feature] Support BLIS blas libraryVsevolod Stakhov2020-09-021-1/+18
|
* [Rework] Change and improve openblas detection and usageVsevolod Stakhov2020-09-021-6/+22
|
* [Minor] Use cblas_saxpy where possibleVsevolod Stakhov2020-09-011-0/+22
|
* [Minor] Sigh, another workaround for broken blasVsevolod Stakhov2020-08-271-0/+33
|
* [Minor] Link lapack as wellVsevolod Stakhov2020-08-191-0/+5
|
* [Minor] Replace ADD_DEFINITIONS with ADD_COMPILE_OPTIONSVsevolod Stakhov2020-06-021-3/+3
|
* cmake: Unify ENABLE_OPENBLAS and ENABLE_BLASPetr Vaněk2019-11-261-1/+1
| | | | | | | ENABLE_OPENBLAS is removed because it was not used to check if the openblas library should be used. The ENABLE_BLAS is moved from CMakeLists.txt to cmake/Openblas.cmake to have all related variables in one file and to reduce a complexity of CMakeLists.txt slightly.
* [Rework] Further cmake system reworkVsevolod Stakhov2019-11-181-0/+26