| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | FindPkgConfig: export the list of found libraries also as variable | Rolf Eike Beer | 2018-05-11 | 1 | -9/+2 |
|
|
* | FindBLAS: do not write an imported target name into BLAS_LIBRARIES | Rolf Eike Beer | 2018-04-24 | 1 | -1/+5 |
|
|
* | FindBLAS: optionally query pkg-config for a library | Rolf Eike Beer | 2017-12-15 | 1 | -0/+19 |
|
|
* | FindBLAS: simplify if() | Rolf Eike Beer | 2017-12-15 | 1 | -2/+1 |
|
|
* | FindBLAS: use FPHSA | Rolf Eike Beer | 2017-12-15 | 1 | -42/+6 |
|
|
* | Find{BLAS,LAPACK}: Add support for FLAME blis and libflame | J M Dieterich | 2017-11-16 | 1 | -0/+15 |
|
|
* | FindBLAS/LAPACK: Format documentation | Gregor Jasny | 2017-03-22 | 1 | -7/+26 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -13/+3 |
|
|
* | Find{BLAS,LAPACK}: Fix when used in pure Fortran projects (#16039) | Melven Roehrig-Zoellner | 2016-04-05 | 1 | -8/+3 |
|
|
* | Find{BLAS,LAPACK}: Add support for OpenBLAS (#16024) | J M Dieterich | 2016-03-18 | 1 | -3/+17 |
|
|
* | FindBLAS: Fix pattern matching on BLAS vendor name | Brad King | 2016-01-08 | 1 | -6/+6 |
|
|
* | Replace MATCHES ".+" tests with NOT STREQUAL "" | Rolf Eike Beer | 2014-04-14 | 1 | -1/+1 |
|
|
* | Remove .* expressions from beginning and end of MATCHES regexs | Rolf Eike Beer | 2014-04-14 | 1 | -4/+4 |
|
|
* | Find*: Make find_package(.. QUIET) affect Check* modules. | Clinton Stimpson | 2014-03-30 | 1 | -0/+4 |
|
|
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -25/+35 |
|
|
* | FindBLAS: Fixes for Windows MKL support | Leszek Swirski | 2013-10-08 | 1 | -12/+86 |
|
|
* | Find* (and some other): use ${CMAKE_CURRENT_LIST_DIR} in include() | Rolf Eike Beer | 2012-11-04 | 1 | -2/+2 |
|
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -73/+73 |
|
|
* | Merge topic 'mixed-lib-to-lib64' | David Cole | 2012-08-13 | 1 | -2/+2 |
|\ |
|
| * | remove lib64 Unix paths if the respective lib path is also given | Rolf Eike Beer | 2012-07-21 | 1 | -2/+2 |
|
|
* | | Fixed: FindLAPACK does not find MKL 10.3 when using gcc 4.x | Alexey Ozeritsky | 2012-07-18 | 1 | -4/+2 |
|/ |
|
* | FindBLAS/FindLAPACK: Work with MKL version 10.3 (#12924, #12925) | Alexey Ozeritsky | 2012-02-16 | 1 | -110/+94 |
|
|
* | FindBLAS/LAPACK fixes | Alexey Ozeritsky | 2011-09-01 | 1 | -6/+6 |
|
|
* | FindBLAS/LAPACK fixes | Alexey Ozeritsky | 2011-08-31 | 1 | -5/+14 |
|
|
* | fixed: search of ATLAS library for C/C++-only projects | Alexey Ozeritsky | 2011-08-15 | 1 | -3/+3 |
|
|
* | ACML-GPU supported | Alexey Ozeritsky | 2011-08-13 | 1 | -11/+43 |
|
|