Commit Graph

8 Commits

Author SHA1 Message Date
Vsevolod Stakhov
8f2ad1d853 [Feature] Support BLIS blas library 2020-09-02 13:46:16 +01:00
Vsevolod Stakhov
54daeb811d [Rework] Change and improve openblas detection and usage 2020-09-02 13:05:58 +01:00
Vsevolod Stakhov
f031b11ddb [Minor] Use cblas_saxpy where possible 2020-09-01 12:41:09 +01:00
Vsevolod Stakhov
969e2584db [Minor] Sigh, another workaround for broken blas 2020-08-27 21:12:31 +01:00
Vsevolod Stakhov
4ac1167612 [Minor] Link lapack as well 2020-08-19 15:32:23 +01:00
Vsevolod Stakhov
4e0274cbc5 [Minor] Replace ADD_DEFINITIONS with ADD_COMPILE_OPTIONS 2020-06-02 12:08:38 +01:00
Petr Vaněk
bbf8bb172d cmake: Unify ENABLE_OPENBLAS and ENABLE_BLAS
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.
2019-11-26 19:16:12 +01:00
Vsevolod Stakhov
c3928cf525 [Rework] Further cmake system rework 2019-11-18 14:19:43 +00:00