summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/configure_intelcompiler_common.cmake
diff options
context:
space:
mode:
authorIgor S. Gerasimov <i.s.ger@ya.ru>2021-09-04 02:35:22 (GMT)
committerIgor S. Gerasimov <i.s.ger@ya.ru>2021-10-05 14:41:36 (GMT)
commit972489ae4e22179028b5e3ed8f908100665a368d (patch)
treef1f14f734c722b04be20c82c35e011e8c8d1df70 /.gitlab/ci/configure_intelcompiler_common.cmake
parent95219365ff76d9f28eb0c09cf2ad73312a2da11f (diff)
downloadCMake-972489ae4e22179028b5e3ed8f908100665a368d.zip
CMake-972489ae4e22179028b5e3ed8f908100665a368d.tar.gz
CMake-972489ae4e22179028b5e3ed8f908100665a368d.tar.bz2
Find{BLAS,LAPACK}: Provide testing of BLA_SIZEOF_INTEGER
Diffstat (limited to '.gitlab/ci/configure_intelcompiler_common.cmake')
-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 2698f88..bd34740 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 "")