summaryrefslogtreecommitdiff
path: root/Modules/FindLAPACK.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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-291-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
* Find* (and some other): use ${CMAKE_CURRENT_LIST_DIR} in include()Rolf Eike Beer2012-11-041-2/+2
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-57/+57
* remove lib64 Unix paths if the respective lib path is also givenRolf Eike Beer2012-07-211-2/+2
* FindBLAS/FindLAPACK: Work with MKL version 10.3 (#12924, #12925)Alexey Ozeritsky2012-02-161-31/+60
* FindLAPACK: List thread libs to avoid link errors (#12625)Tim Gallagher2011-12-131-1/+1
* FindLAPACK: Correct CMAKE_FIND_LIBRARY_SUFFIXES spelling (#12624)Tim Gallagher2011-12-131-4/+4
* FindLAPACK: Fix linking to static LAPACK on Unix (#12477)Alexey Ozeritsky2011-12-051-1/+1
* FindBLAS/LAPACK fixesAlexey Ozeritsky2011-09-011-2/+4
* FindBLAS/LAPACK fixesAlexey Ozeritsky2011-08-311-28/+34
* ACML-GPU supportedeAlexey Ozeritsky2011-08-131-2/+2
* gotoblas supportedAlexey Ozeritsky2011-08-111-0/+15
* fixed: search of acml librariesAlexey Ozeritsky2011-08-111-24/+6
* FindLAPACK works with C/C++ only projects (issue 0009976)Alexey Ozeritsky2010-12-271-11/+11
* find ACML fixesAlexey Ozeritsky2010-12-271-1/+11
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-0/+14
* STYLE: fix typos in the docsAlexander Neundorf2009-04-191-1/+1
* ENH: change to correct line feedBill Hoffman2008-07-221-278/+278
* ENH: FindBLAS.cmake, FindLAPACK.cmake modules were redesigned so now you hav...Alin Elena2008-07-221-211/+278
* ENH: get out of module if no fortranBill Hoffman2008-07-211-1/+2
* ENH: this should fail only if required is sent to find packageBill Hoffman2008-07-211-205/+210
* ENH: checks if Fortran is enbaled. If not an error message is produced.Alin Elena2008-07-211-1/+7
* ENH: Modules/CheckFortranFunctionExists.cmake helps gfortran to check the exi...Alin Elena2008-07-211-3/+6