summaryrefslogtreecommitdiffstats
path: root/Modules/FindLAPACK.cmake
Commit message (Expand)AuthorAgeFilesLines
* FindLAPACK: Add pkgconfig supportFlorent Pruvost2021-01-141-16/+42
* Find{BLAS,LAPACK}: Add support for Elbrus Math LibraryIgor S. Gerasimov2020-12-091-0/+29
* Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-0/+21
* Find{BLAS,LAPACK}: Add support for FlexiBLASMattias Ellert2020-09-141-0/+17
* FindLAPACK: Use find_package_handle_standard_argsSeth R Johnson2020-08-071-296/+276
* Merge topic 'find-blas-lapack-mklroot-win'Brad King2020-07-081-1/+1
|\
| * FindLAPACK: Handle Windows Intel MKLROOT with backslashMichael Hirsch2020-07-071-1/+1
* | FindLAPACK use NAMES_PER_DIRSibi Siddharthan2020-07-011-0/+1
* | Find{BLAS,LAPACK}: Add missing thread library for Intel MKL on Win32evatux2020-06-231-1/+1
* | FindLAPACK: Extend search directories for MKLevatux2020-06-161-0/+2
|/
* FindLAPACK: Provide the LAPACK::LAPACK import targetRobert Maynard2020-04-271-0/+25
* Find{BLAS,LAPACK}: Add support for ArmPL targetsOlly Perks2020-04-091-0/+34
* Find{BLAS,LAPACK}: Include parent of points directory in searchMario Emmenlauer2020-01-311-0/+6
* Find{BLAS,LAPACK}: Fixed an incorrect use of a macro argumentMario Emmenlauer2020-01-311-5/+6
* Find{BLAS,LAPACK}: Search always in dynamic linker pathsMario Emmenlauer2020-01-281-8/+6
* Find{BLAS,LAPACK}: Avoid repeated setting of prefered library suffixesMario Emmenlauer2020-01-281-14/+14
* Find{BLAS,LAPACK}: Fixed incorrect static library suffix for AppleMario Emmenlauer2020-01-281-3/+0
* Find{BLAS,LAPACK}: Added support for MKL single dynamic libraryMario Emmenlauer2020-01-281-0/+1
* Find{BLAS,LAPACK}: Added support for static MKL required linker flagsMario Emmenlauer2020-01-281-30/+30
* Find{BLAS,LAPACK}: Fixed detection of MKL, and several MKL improvementsMario Emmenlauer2020-01-281-11/+59
* Find{BLAS,LAPACK}: Cleanup whitespace, style, and commentsMario Emmenlauer2020-01-211-263/+266
* FindLAPACK: Fixed order of arguments for internal helper macroMario Emmenlauer2020-01-211-9/+9
* Find{BLAS,LAPACK}: Clarify names of internal helper macroMario Emmenlauer2020-01-201-7/+7
* FindLAPACK: Fix support for LAPACK symbols inside BLAS librariesBrad King2019-12-181-1/+1
* FindLAPACK: Test for implicitly linked LAPACK librariesJakub Benda2019-06-171-5/+17
* Modules: Consistently use 2 space indentationKitware Robot2019-05-141-56/+56
* Help: Improve description of modulesBartosz Kosiorek2019-04-231-2/+2
* Merge topic 'lapack-docs'Brad King2019-01-311-30/+57
|\
| * Find{BLAS,LAPACK}: Add note and example for using Intel MKLMichael Hirsch, Ph.D2019-01-301-0/+11
| * Find{BLAS,LAPACK}: Update docs to use modern conventionsMichael Hirsch, Ph.D2019-01-301-29/+45
| * FindLAPACK: Remove extra indentation from a lineMichael Hirsch, Ph.D2019-01-301-1/+1
* | Find{BLAS,LAPACK}: Drop unnecessary mark_as_advanced callsBrad King2019-01-311-1/+0
|/
* FindLAPACK: Additional libraries for MKL+gfortran combinationJakub Benda2018-11-181-1/+6
* FindLAPACK: Unify internal variables related to MKLJakub Benda2018-11-181-8/+10
* FindLAPACK: Remove MKL components already provided by MKL BLASJakub Benda2018-11-181-4/+1
* FindLAPACK: Prioritize Intel MKLJakub Benda2018-11-181-75/+77
* Merge topic 'blaslapack95'Brad King2018-11-061-2/+2
|\
| * FindLAPACK: Correct library name and symbol searched in LAPACK95 wrapperJakub Benda2018-11-051-2/+2
* | Help: Convert remaining modules to block-style commentsKitware Robot2018-10-221-42/+43
|/
* Find{BLAS,LAPACK}: Find also ILP64 MKL BLAS and LAPACKJakub Benda2018-10-081-2/+10
* Find{BLAS,LAPACK}: Add support for FLAME blis and libflameJ M Dieterich2017-11-161-0/+15
* FindBLAS/LAPACK: Format documentationGregor Jasny2017-03-221-2/+9
* Simplify CMake per-source license noticesBrad King2016-09-271-13/+3
* Find{BLAS,LAPACK}: Fix when used in pure Fortran projects (#16039)Melven Roehrig-Zoellner2016-04-051-6/+15
* Find{BLAS,LAPACK}: Add support for OpenBLAS (#16024)J M Dieterich2016-03-181-1/+14
* Replace MATCHES ".+" tests with NOT STREQUAL ""Rolf Eike Beer2014-04-141-1/+1
* Remove .* expressions from beginning and end of MATCHES regexsRolf Eike Beer2014-04-141-2/+2
* Find*: Make find_package(.. QUIET) affect Check* modules.Clinton Stimpson2014-03-301-0/+5
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-21/+31
* FindLAPACK: MKL clean up and fix for windowsLeszek Swirski2013-10-081-45/+49