summaryrefslogtreecommitdiff
path: root/.gitlab
diff options
context:
space:
mode:
authorIgor S. Gerasimov <i.s.ger@ya.ru>2021-09-04 11:35:22 +0900
committerIgor S. Gerasimov <i.s.ger@ya.ru>2021-10-05 23:41:36 +0900
commit972489ae4e22179028b5e3ed8f908100665a368d (patch)
treef1f14f734c722b04be20c82c35e011e8c8d1df70 /.gitlab
parent95219365ff76d9f28eb0c09cf2ad73312a2da11f (diff)
downloadcmake-972489ae4e22179028b5e3ed8f908100665a368d.tar.gz
Find{BLAS,LAPACK}: Provide testing of BLA_SIZEOF_INTEGER
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/configure_intelcompiler_common.cmake6
1 files changed, 5 insertions, 1 deletions
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 "")