Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Feature] Support BLIS blas library | Vsevolod Stakhov | 2020-09-02 | 1 | -1/+18 |
| | |||||
* | [Rework] Change and improve openblas detection and usage | Vsevolod Stakhov | 2020-09-02 | 1 | -6/+22 |
| | |||||
* | [Minor] Use cblas_saxpy where possible | Vsevolod Stakhov | 2020-09-01 | 1 | -0/+22 |
| | |||||
* | [Minor] Sigh, another workaround for broken blas | Vsevolod Stakhov | 2020-08-27 | 1 | -0/+33 |
| | |||||
* | [Minor] Link lapack as well | Vsevolod Stakhov | 2020-08-19 | 1 | -0/+5 |
| | |||||
* | [Minor] Replace ADD_DEFINITIONS with ADD_COMPILE_OPTIONS | Vsevolod Stakhov | 2020-06-02 | 1 | -3/+3 |
| | |||||
* | cmake: Unify ENABLE_OPENBLAS and ENABLE_BLAS | Petr Vaněk | 2019-11-26 | 1 | -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 rework | Vsevolod Stakhov | 2019-11-18 | 1 | -0/+26 |