Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Bump CMake minimum required version in find-module tests to 3.5 | Brad King | 2023-03-08 | 1 | -1/+1 |
| | | | | | CMake 3.27 deprecates compatibility with CMake < 3.5. Update find module tests to avoid the deprecation warning. | ||||
* | Find{BLAS,LAPACK}: Provide testing of BLA_SIZEOF_INTEGER | Igor S. Gerasimov | 2021-10-05 | 2 | -1/+14 |
| | |||||
* | Find{BLAS,LAPACK}: Make possible testing of ILP64 model | Igor S. Gerasimov | 2021-10-05 | 1 | -0/+5 |
| | |||||
* | Find{BLAS,LAPACK}: Specify integer type in tests | Igor S. Gerasimov | 2021-10-05 | 1 | -5/+8 |
| | |||||
* | Find{BLAS,LAPACK}: De-duplicate and generalize test creation logic | Brad King | 2021-10-05 | 1 | -49/+2 |
| | | | | | Interpret `CMake_TEST_FindBLAS` and `CMake_TEST_FindLAPACK` as a sequence of option assignments intermixed with vendor names. | ||||
* | ci: Verify that Intel MKL is found when it is the only BLAS/LAPACK | Brad King | 2021-07-12 | 2 | -3/+14 |
| | | | | Issue: #22403 | ||||
* | Find{BLAS,LAPACK}: Add tests covering Intel MKL with GNU compiler | Brad King | 2021-06-10 | 1 | -8/+22 |
| | |||||
* | Find{BLAS,LAPACK}: Add test case covering BLA_STATIC with Intel MKL | Brad King | 2021-04-21 | 1 | -1/+1 |
| | |||||
* | Find{BLAS,LAPACK}: Add test case covering BLA_STATIC with Generic vendor | Brad King | 2021-04-21 | 1 | -0/+13 |
| | |||||
* | Find{BLAS,LAPACK}: Add test case covering Intel MKL | Brad King | 2021-04-14 | 2 | -10/+18 |
| | |||||
* | FindLAPACK: Provide the LAPACK::LAPACK import target | Robert Maynard | 2020-04-27 | 3 | -0/+43 |