| Commit message (Expand) | Author | Age | Files | Lines |
* | Find{BLAS,LAPACK}: Add support for the NVHPC LAPACK library | Robert Maynard | 2021-05-05 | 1 | -0/+20 |
|
|
* | FindLAPACK: Fix finding generic LAPACK with BLA_STATIC | Brad King | 2021-04-21 | 1 | -1/+9 |
|
|
* | Find{BLAS,LAPACK}: Simplify search for static libraries | Brad King | 2021-04-21 | 1 | -25/+13 |
|
|
* | Find{BLAS,LAPACK}: Simplify check_function_exists state maintenance | Brad King | 2021-04-21 | 1 | -5/+1 |
|
|
* | Find{BLAS,LAPACK}: Make library variable names more robust | Brad King | 2021-04-14 | 1 | -5/+6 |
|
|
* | Find{BLAS,LAPACK}: Generalize recognition of dependencies as link flags | Brad King | 2021-04-14 | 1 | -2/+2 |
|
|
* | Find{BLAS,LAPACK}: Convert internal CHECK_*_LIBRARIES to functions | Brad King | 2021-04-14 | 1 | -26/+16 |
|
|
* | Find{BLAS,LAPACK}: Clarify name of internal argument for dependencies | Brad King | 2021-04-14 | 1 | -5/+5 |
|
|
* | Find{BLAS,LAPACK}: Simplify appending to list of libraries | Brad King | 2021-04-14 | 1 | -3/+3 |
|
|
* | Find{BLAS,LAPACK}: Revert bad refactoring of internal CHECK_*_LIBRARIES | Brad King | 2021-04-14 | 1 | -7/+9 |
|
|
* | FindBLAS/LAPACK: Add support for the Fujitsu SSL2 library | Chuck Atkins | 2021-03-31 | 1 | -16/+67 |
|
|
* | FindLAPACK: Add pkgconfig support | Florent Pruvost | 2021-01-14 | 1 | -16/+42 |
|
|
* | Find{BLAS,LAPACK}: Add support for Elbrus Math Library | Igor S. Gerasimov | 2020-12-09 | 1 | -0/+29 |
|
|
* | Help: Add `.. versionadded` directives to module docs | Nikita Nemkin | 2020-12-02 | 1 | -0/+21 |
|
|
* | Find{BLAS,LAPACK}: Add support for FlexiBLAS | Mattias Ellert | 2020-09-14 | 1 | -0/+17 |
|
|
* | FindLAPACK: Use find_package_handle_standard_args | Seth R Johnson | 2020-08-07 | 1 | -296/+276 |
|
|
* | Merge topic 'find-blas-lapack-mklroot-win' | Brad King | 2020-07-08 | 1 | -1/+1 |
|\ |
|
| * | FindLAPACK: Handle Windows Intel MKLROOT with backslash | Michael Hirsch | 2020-07-07 | 1 | -1/+1 |
|
|
* | | FindLAPACK use NAMES_PER_DIR | Sibi Siddharthan | 2020-07-01 | 1 | -0/+1 |
|
|
* | | Find{BLAS,LAPACK}: Add missing thread library for Intel MKL on Win32 | evatux | 2020-06-23 | 1 | -1/+1 |
|
|
* | | FindLAPACK: Extend search directories for MKL | evatux | 2020-06-16 | 1 | -0/+2 |
|/ |
|
* | FindLAPACK: Provide the LAPACK::LAPACK import target | Robert Maynard | 2020-04-27 | 1 | -0/+25 |
|
|
* | 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/+6 |
|
|
* | 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/+1 |
|
|
* | Find{BLAS,LAPACK}: Added support for static MKL required linker flags | Mario Emmenlauer | 2020-01-28 | 1 | -30/+30 |
|
|
* | Find{BLAS,LAPACK}: Fixed detection of MKL, and several MKL improvements | Mario Emmenlauer | 2020-01-28 | 1 | -11/+59 |
|
|
* | Find{BLAS,LAPACK}: Cleanup whitespace, style, and comments | Mario Emmenlauer | 2020-01-21 | 1 | -263/+266 |
|
|
* | FindLAPACK: Fixed order of arguments for internal helper macro | Mario Emmenlauer | 2020-01-21 | 1 | -9/+9 |
|
|
* | Find{BLAS,LAPACK}: Clarify names of internal helper macro | Mario Emmenlauer | 2020-01-20 | 1 | -7/+7 |
|
|
* | FindLAPACK: Fix support for LAPACK symbols inside BLAS libraries | Brad King | 2019-12-18 | 1 | -1/+1 |
|
|
* | FindLAPACK: Test for implicitly linked LAPACK libraries | Jakub Benda | 2019-06-17 | 1 | -5/+17 |
|
|
* | Modules: Consistently use 2 space indentation | Kitware Robot | 2019-05-14 | 1 | -56/+56 |
|
|
* | Help: Improve description of modules | Bartosz Kosiorek | 2019-04-23 | 1 | -2/+2 |
|
|
* | Merge topic 'lapack-docs' | Brad King | 2019-01-31 | 1 | -30/+57 |
|\ |
|
| * | 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 | -29/+45 |
|
|
| * | FindLAPACK: Remove extra indentation from a line | Michael Hirsch, Ph.D | 2019-01-30 | 1 | -1/+1 |
|
|
* | | Find{BLAS,LAPACK}: Drop unnecessary mark_as_advanced calls | Brad King | 2019-01-31 | 1 | -1/+0 |
|/ |
|
* | FindLAPACK: Additional libraries for MKL+gfortran combination | Jakub Benda | 2018-11-18 | 1 | -1/+6 |
|
|
* | FindLAPACK: Unify internal variables related to MKL | Jakub Benda | 2018-11-18 | 1 | -8/+10 |
|
|
* | FindLAPACK: Remove MKL components already provided by MKL BLAS | Jakub Benda | 2018-11-18 | 1 | -4/+1 |
|
|
* | FindLAPACK: Prioritize Intel MKL | Jakub Benda | 2018-11-18 | 1 | -75/+77 |
|
|
* | Merge topic 'blaslapack95' | Brad King | 2018-11-06 | 1 | -2/+2 |
|\ |
|
| * | FindLAPACK: Correct library name and symbol searched in LAPACK95 wrapper | Jakub Benda | 2018-11-05 | 1 | -2/+2 |
|
|
* | | Help: Convert remaining modules to block-style comments | Kitware Robot | 2018-10-22 | 1 | -42/+43 |
|/ |
|