summaryrefslogtreecommitdiff
path: root/Modules/FindBLAS.cmake
Commit message (Expand)AuthorAgeFilesLines
* Find{BLAS,LAPACK}: Add AOCL BLIS/libFLAMECordell Bloor2023-05-021-0/+37
* Find{BLAS,LAPACK}: Prefer BLA_VENDOR cmake variable over env variableBrad King2023-04-031-4/+4
* Help: Fix some redirects reported with sphinx linkcheckAlex Turbov2022-11-071-1/+1
* Modules/Find{BLAS,LAPACK}: allow choice of pkg-config packageDr. Thomas Orgis2022-06-171-1/+10
* FindBLAS: Quiet pkg-config errorsnega2022-03-301-2/+2
* FindBLAS: Find OpenMP dependency quietlyBrad King2021-12-101-2/+2
* LCC: Add dedicated support for MCST LCC compilermakise-homura2021-10-151-1/+1
* FindBLAS: Fix EML and ArmPL indentationsIgor S. Gerasimov2021-10-071-19/+19
* FindBLAS: Replace set(A val) with string(APPEND)Igor S. Gerasimov2021-10-071-7/+7
* FindBLAS: Stop processing if BLAS library does not have 64-bit integer APIIgor S. Gerasimov2021-10-051-44/+68
* FindBLAS: Search 32/64-bit integer API via BLA_SIZEOF_INTEGER if possibleIgor S. Gerasimov2021-10-051-8/+98
* FindBLAS: Update Fujitsu_SSL2Igor S. Gerasimov2021-10-051-21/+29
* FindBLAS: Update FlexiBLASIgor S. Gerasimov2021-09-221-1/+5
* FindBLAS: Update OpenBLASIgor S. Gerasimov2021-09-221-2/+6
* FindBLAS: Update FLAMEIgor S. Gerasimov2021-09-221-1/+5
* FindBLAS: Update Generic BLASIgor S. Gerasimov2021-09-221-1/+5
* FindBLAS: Move NVHPC from Generic BLASIgor S. Gerasimov2021-09-221-1/+20
* Merge topic 'SCS_mp'Brad King2021-07-291-3/+11
|\
| * FindBLAS: Update SCSL libraryIgor S. Gerasimov2021-07-281-3/+11
* | FindBLAS: Add possibility to find OMP parallelized version of ESSLIgor S. Gerasimov2021-07-271-3/+11
* | FindBLAS: IBM ESSL 6.1 does not required BLAS libIgor S. Gerasimov2021-07-271-2/+2
|/
* FindBLAS: use unset instead of set for empty variablesIgor S. Gerasimov2021-07-271-2/+2
* FindBLAS: Fix regression in finding EML_mt after recent refactoringIgor S. Gerasimov2021-07-271-1/+1
* Find{BLAS,LAPACK}: clean variablesSeth R Johnson2021-07-141-16/+19
* Find{BLAS,LAPACK}: improve found message on CraySeth R Johnson2021-07-141-0/+2
* Find{BLAS,LAPACK}: Avoid clobbering results when no vendor is requestedBrad King2021-07-121-2/+2
* Merge topic 'FindBLAS-LAPACK-docs'Brad King2021-06-141-85/+161
|\
| * Find{BLAS,LAPACK}: Revise and extend Intel MKL usage documentationBrad King2021-06-111-19/+58
| * Find{BLAS,LAPACK}: Move enabled language requirement to top of documentationBrad King2021-06-111-1/+2
| * Find{BLAS,LAPACK}: Revise formatting of intro docsBrad King2021-06-111-1/+3
| * Find{BLAS,LAPACK}: Move implementation note from docs to commentsBrad King2021-06-111-4/+3
| * Find{BLAS,LAPACK}: Revise imported targets documentation layoutBrad King2021-06-111-4/+3
| * Find{BLAS,LAPACK}: Factor out vendor documentationBrad King2021-06-111-62/+98
* | Find{BLAS,LAPACK}: Update for Intel oneAPI structure under MKLROOTPeter Knowles2021-06-111-1/+3
|/
* FindBLAS: Revert "Do not statically link against iomp5 ... Intel MKL"Brad King2021-06-101-16/+7
* Find{BLAS,LAPACK}: Add support for the NVHPC LAPACK libraryRobert Maynard2021-05-051-1/+7
* FindBLAS: Do not statically link against iomp5 in the case of Intel MKLEisuke Kawashima2021-04-301-7/+16
* Find{BLAS,LAPACK}: Simplify search for static librariesBrad King2021-04-211-19/+13
* Find{BLAS,LAPACK}: Simplify check_function_exists state maintenanceBrad King2021-04-211-4/+1
* Find{BLAS,LAPACK}: Make library variable names more robustBrad King2021-04-141-5/+6
* Find{BLAS,LAPACK}: Generalize recognition of dependencies as link flagsBrad King2021-04-141-2/+2
* Find{BLAS,LAPACK}: Convert internal CHECK_*_LIBRARIES to functionsBrad King2021-04-141-21/+16
* Find{BLAS,LAPACK}: Clarify name of internal argument for dependenciesBrad King2021-04-141-5/+5
* Find{BLAS,LAPACK}: Simplify appending to list of librariesBrad King2021-04-141-3/+3
* Find{BLAS,LAPACK}: Revert bad refactoring of internal CHECK_*_LIBRARIESBrad King2021-04-141-7/+9
* Merge topic 'FindBLAS-default-OpenMP'Brad King2021-04-081-2/+11
|\
| * FindBLAS: Fix detection of OpenMP as dependency of BLA_STATICBrad King2021-04-071-2/+11
* | FindBLAS/LAPACK: Add support for the Fujitsu SSL2 libraryChuck Atkins2021-03-311-20/+55
|/
* FindBLAS: Add support for IntelLLVMWilliam R. Dieter2021-01-281-0/+3
* Find{BLAS,LAPACK}: Add support for Elbrus Math LibraryIgor S. Gerasimov2020-12-091-0/+30