From 972489ae4e22179028b5e3ed8f908100665a368d Mon Sep 17 00:00:00 2001 From: "Igor S. Gerasimov" Date: Sat, 4 Sep 2021 11:35:22 +0900 Subject: Find{BLAS,LAPACK}: Provide testing of BLA_SIZEOF_INTEGER --- .gitlab/ci/configure_intelcompiler_common.cmake | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.gitlab') diff --git a/.gitlab/ci/configure_intelcompiler_common.cmake b/.gitlab/ci/configure_intelcompiler_common.cmake index 2698f887ca..bd34740f0c 100644 --- a/.gitlab/ci/configure_intelcompiler_common.cmake +++ b/.gitlab/ci/configure_intelcompiler_common.cmake @@ -1,7 +1,11 @@ set(blas_lapack_cases - all=Intel10_64lp + model=lp64 all=Intel10_64lp static=0 All Intel10_64lp compiler=gcc Intel10_64lp compiler= static=1 All Intel10_64lp compiler=gcc Intel10_64lp compiler= + + model=ilp64 all=Intel10_64ilp + static=0 All Intel10_64ilp compiler=gcc Intel10_64ilp compiler= + static=1 All Intel10_64ilp compiler=gcc Intel10_64ilp compiler= ) set(CMake_TEST_FindBLAS "${blas_lapack_cases}" CACHE STRING "") set(CMake_TEST_FindLAPACK "${blas_lapack_cases}" CACHE STRING "") -- cgit v1.2.1