| Commit message (Expand) | Author | Age | Files | Lines |
* | FindBLAS: Add support for IntelLLVM | William R. Dieter | 2021-01-28 | 1 | -0/+3 |
* | Find{BLAS,LAPACK}: Add support for Elbrus Math Library | Igor S. Gerasimov | 2020-12-09 | 1 | -0/+30 |
* | Help: Add `.. versionadded` directives to module docs | Nikita Nemkin | 2020-12-02 | 1 | -4/+30 |
* | FindBLAS: Add dependency of OpenBLAS on OpenMP for BLA_STATIC | Eisuke Kawashima | 2020-11-11 | 1 | -1/+7 |
* | Find{BLAS,LAPACK}: Add support for FlexiBLAS | Mattias Ellert | 2020-09-14 | 1 | -0/+17 |
* | Fix typos identified using codespell | Jean-Christophe Fillion-Robin | 2020-07-22 | 1 | -1/+1 |
* | Merge topic 'find-blas-lapack-mklroot-win' | Brad King | 2020-07-08 | 1 | -1/+1 |
|\ |
|
| * | FindBLAS: Handle Windows Intel MKLROOT with backslash | Michael Hirsch | 2020-07-07 | 1 | -1/+1 |
* | | FindBLAS use NAMES_PER_DIR | Sibi Siddharthan | 2020-07-02 | 1 | -0/+1 |
* | | Find{BLAS,LAPACK}: Add missing thread library for Intel MKL on Win32 | evatux | 2020-06-23 | 1 | -1/+5 |
* | | FindBLAS: Extend search directories for MKL | evatux | 2020-06-16 | 1 | -0/+2 |
|/ |
|
* | BLAS: Provide the BLAS::BLAS import target | Robert Maynard | 2020-04-23 | 1 | -0/+23 |
* | Find{BLAS,LAPACK}: Add support for ArmPL targets | Olly Perks | 2020-04-09 | 1 | -0/+34 |
* | Find{BLAS,LAPACK}: Include parent of points directory in search | Mario Emmenlauer | 2020-01-31 | 1 | -0/+7 |
* | Find{BLAS,LAPACK}: Fixed an incorrect use of a macro argument | Mario Emmenlauer | 2020-01-31 | 1 | -5/+6 |
* | Find{BLAS,LAPACK}: Search always in dynamic linker paths | Mario Emmenlauer | 2020-01-28 | 1 | -8/+6 |
* | Find{BLAS,LAPACK}: Avoid repeated setting of prefered library suffixes | Mario Emmenlauer | 2020-01-28 | 1 | -14/+14 |
* | Find{BLAS,LAPACK}: Fixed incorrect static library suffix for Apple | Mario Emmenlauer | 2020-01-28 | 1 | -3/+0 |
* | Find{BLAS,LAPACK}: Added support for MKL single dynamic library | Mario Emmenlauer | 2020-01-28 | 1 | -0/+7 |
* | Find{BLAS,LAPACK}: Added support for static MKL required linker flags | Mario Emmenlauer | 2020-01-28 | 1 | -37/+45 |
* | Find{BLAS,LAPACK}: Fixed detection of MKL, and several MKL improvements | Mario Emmenlauer | 2020-01-28 | 1 | -39/+96 |
* | Find{BLAS,LAPACK}: Cleanup whitespace, style, and comments | Mario Emmenlauer | 2020-01-21 | 1 | -236/+243 |
* | Find{BLAS,LAPACK}: Clarify names of internal helper macro | Mario Emmenlauer | 2020-01-20 | 1 | -28/+28 |
* | Merge topic 'FindBLAS-OpenBLAS-thread' | Brad King | 2019-12-13 | 1 | -2/+6 |
|\ |
|
| * | FindBLAS: Consider OpenBLAS with thread libraries only with C or CXX | Brad King | 2019-12-12 | 1 | -2/+6 |
* | | FindBLAS: Search for libblas from ATLAS vendor | Eisuke Kawashima | 2019-12-04 | 1 | -1/+1 |
|/ |
|
* | FindBLAS: Add second try for OpenBLAS with thread libraries. | Alexander Neumann | 2019-06-17 | 1 | -1/+15 |
* | FindBLAS: Choose MKL arch based on BLA_VENDOR | Jakub Benda | 2019-05-16 | 1 | -9/+8 |
* | FindBLAS: Use Intel fortran interface on OS X even with GNU Fortran | Jakub Benda | 2019-05-04 | 1 | -1/+2 |
* | Modules: Update documentation formatting | Bartosz Kosiorek | 2019-04-08 | 1 | -7/+7 |
* | FindBLAS: respect MKLROOT and MKL_ROOT if available | Mario Emmenlauer | 2019-03-15 | 1 | -0/+26 |
* | Merge topic 'lapack-docs' | Brad King | 2019-01-31 | 1 | -52/+66 |
|\ |
|
| * | Find{BLAS,LAPACK}: Add note and example for using Intel MKL | Michael Hirsch, Ph.D | 2019-01-30 | 1 | -0/+11 |
| * | Find{BLAS,LAPACK}: Update docs to use modern conventions | Michael Hirsch, Ph.D | 2019-01-30 | 1 | -56/+59 |
* | | Find{BLAS,LAPACK}: Drop unnecessary mark_as_advanced calls | Brad King | 2019-01-31 | 1 | -1/+0 |
|/ |
|
* | Merge topic 'blaslapack_mkl_gfortran' | Brad King | 2018-11-27 | 1 | -44/+63 |
|\ |
|
| * | FindBLAS: Do not look for BLAS once BLAS95 has been found | Jakub Benda | 2018-11-24 | 1 | -7/+9 |
| * | FindBLAS: Support 32bit Intel MKL 10.3+ | Jakub Benda | 2018-11-18 | 1 | -1/+10 |
| * | FindBLAS: Support combination of gfortran and Intel MKL | Jakub Benda | 2018-11-18 | 1 | -24/+37 |
| * | FindBLAS: Consolidate duplicated code related to MKL on Windows | Jakub Benda | 2018-11-18 | 1 | -12/+7 |
* | | Merge topic 'blas-pkgcfg' | Brad King | 2018-11-20 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | FindBLAS: Restore BLAS_FOUND when found using pkgconfig | Martin von Gagern | 2018-11-19 | 1 | -0/+1 |
* | | Merge topic 'blaslapack95' | Brad King | 2018-11-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | FindBLAS: Correct symbol searched in BLAS95 wrapper | Jakub Benda | 2018-11-05 | 1 | -1/+1 |
* | | Help: Convert remaining modules to block-style comments | Kitware Robot | 2018-10-22 | 1 | -68/+69 |
|/ |
|
* | Find{BLAS,LAPACK}: Find also ILP64 MKL BLAS and LAPACK | Jakub Benda | 2018-10-08 | 1 | -19/+27 |
* | FindBLAS: Make Intel MKL the most preferred explicit BLAS library again | Hubertus van Dam | 2018-08-30 | 1 | -180/+180 |
* | FindBLAS: Make Intel MKL code block respect prior found BLAS libraries | Hubertus van Dam | 2018-08-30 | 1 | -155/+157 |
* | FindBLAS: Detect implicitly linked BLAS library | Hubertus van Dam | 2018-08-30 | 1 | -2/+28 |
* | FindBLAS: Re-indent module source code to use normal conventions | Kitware Robot | 2018-08-30 | 1 | -476/+476 |