ADD: added other eigen lib

This commit is contained in:
Henry Winkel
2022-12-21 16:19:04 +01:00
parent a570766dc6
commit 9e56c7f2c0
832 changed files with 36586 additions and 20006 deletions

View File

@@ -9,48 +9,30 @@ The build stage consists of the following jobs:
| Job Name | Arch | OS | Compiler | C++11 |
|------------------------------------------|-----------|----------------|------------|---------|
| `build:x86-64:linux:gcc-4.8:cxx11-off` | `x86-64` | `Ubuntu 18.04` | `GCC-4.8` | `Off` |
| `build:x86-64:linux:gcc-4.8:cxx11-on` | `x86-64` | `Ubuntu 18.04` | `GCC-4.8` | `On` |
| `build:x86-64:linux:gcc-9:cxx11-off` | `x86-64` | `Ubuntu 18.04` | `GCC-9` | `Off` |
| `build:x86-64:linux:gcc-9:cxx11-on` | `x86-64` | `Ubuntu 18.04` | `GCC-9` | `On` |
| `build:x86-64:linux:gcc-10:cxx11-off` | `x86-64` | `Ubuntu 18.04` | `GCC-10` | `Off` |
| `build:x86-64:linux:gcc-10:cxx11-on` | `x86-64` | `Ubuntu 18.04` | `GCC-10` | `On` |
| `build:x86-64:linux:clang-10:cxx11-off` | `x86-64` | `Ubuntu 18.04` | `Clang-10` | `Off` |
| `build:x86-64:linux:clang-10:cxx11-on` | `x86-64` | `Ubuntu 18.04` | `Clang-10` | `On` |
| `build:aarch64:linux:gcc-10:cxx11-off` | `AArch64` | `Ubuntu 18.04` | `GCC-10` | `Off` |
| `build:aarch64:linux:gcc-10:cxx11-on` | `AArch64` | `Ubuntu 18.04` | `GCC-10` | `On` |
| `build:aarch64:linux:clang-10:cxx11-off` | `AArch64` | `Ubuntu 18.04` | `Clang-10` | `Off` |
| `build:aarch64:linux:clang-10:cxx11-on` | `AArch64` | `Ubuntu 18.04` | `Clang-10` | `On` |
### Test stage
In principle every build-job has a corresponding test-job, however testing supported and unsupported modules is divided into separate jobs. The test jobs in detail:
### Job dependecies
### Job dependencies
| Job Name | Arch | OS | Compiler | C++11 | Module
|-----------------------------------------------------|-----------|----------------|------------|---------|--------
| `test:x86-64:linux:gcc-4.8:cxx11-off:official` | `x86-64` | `Ubuntu 18.04` | `GCC-4.8` | `Off` | `Official`
| `test:x86-64:linux:gcc-4.8:cxx11-off:unsupported` | `x86-64` | `Ubuntu 18.04` | `GCC-4.8` | `Off` | `Unsupported`
| `test:x86-64:linux:gcc-4.8:cxx11-on:official` | `x86-64` | `Ubuntu 18.04` | `GCC-4.8` | `On` | `Official`
| `test:x86-64:linux:gcc-4.8:cxx11-on:unsupported` | `x86-64` | `Ubuntu 18.04` | `GCC-4.8` | `On` | `Unsupported`
| `test:x86-64:linux:gcc-9:cxx11-off:official` | `x86-64` | `Ubuntu 18.04` | `GCC-9` | `Off` | `Official`
| `test:x86-64:linux:gcc-9:cxx11-off:unsupported` | `x86-64` | `Ubuntu 18.04` | `GCC-9` | `Off` | `Unsupported`
| `test:x86-64:linux:gcc-9:cxx11-on:official` | `x86-64` | `Ubuntu 18.04` | `GCC-9` | `On` | `Official`
| `test:x86-64:linux:gcc-9:cxx11-on:unsupported` | `x86-64` | `Ubuntu 18.04` | `GCC-9` | `On` | `Unsupported`
| `test:x86-64:linux:gcc-10:cxx11-off:official` | `x86-64` | `Ubuntu 18.04` | `GCC-10` | `Off` | `Official`
| `test:x86-64:linux:gcc-10:cxx11-off:unsupported` | `x86-64` | `Ubuntu 18.04` | `GCC-10` | `Off` | `Unsupported`
| `test:x86-64:linux:gcc-10:cxx11-on:official` | `x86-64` | `Ubuntu 18.04` | `GCC-10` | `On` | `Official`
| `test:x86-64:linux:gcc-10:cxx11-on:unsupported` | `x86-64` | `Ubuntu 18.04` | `GCC-10` | `On` | `Unsupported`
| `test:x86-64:linux:clang-10:cxx11-off:official` | `x86-64` | `Ubuntu 18.04` | `Clang-10` | `Off` | `Official`
| `test:x86-64:linux:clang-10:cxx11-off:unsupported` | `x86-64` | `Ubuntu 18.04` | `Clang-10` | `Off` | `Unsupported`
| `test:x86-64:linux:clang-10:cxx11-on:official` | `x86-64` | `Ubuntu 18.04` | `Clang-10` | `On` | `Official`
| `test:x86-64:linux:clang-10:cxx11-on:unsupported` | `x86-64` | `Ubuntu 18.04` | `Clang-10` | `On` | `Unsupported`
| `test:aarch64:linux:gcc-10:cxx11-off:official` | `AArch64` | `Ubuntu 18.04` | `GCC-10` | `Off` | `Official`
| `test:aarch64:linux:gcc-10:cxx11-off:unsupported` | `AArch64` | `Ubuntu 18.04` | `GCC-10` | `Off` | `Unsupported`
| `test:aarch64:linux:gcc-10:cxx11-on:official` | `AArch64` | `Ubuntu 18.04` | `GCC-10` | `On` | `Official`
| `test:aarch64:linux:gcc-10:cxx11-on:unsupported` | `AArch64` | `Ubuntu 18.04` | `GCC-10` | `On` | `Unsupported`
| `test:aarch64:linux:clang-10:cxx11-off:official` | `AArch64` | `Ubuntu 18.04` | `Clang-10` | `Off` | `Official`
| `test:aarch64:linux:clang-10:cxx11-off:unsupported` | `AArch64` | `Ubuntu 18.04` | `Clang-10` | `Off` | `Unsupported`
| `test:aarch64:linux:clang-10:cxx11-on:official` | `AArch64` | `Ubuntu 18.04` | `Clang-10` | `On` | `Official`
| `test:aarch64:linux:clang-10:cxx11-on:unsupported` | `AArch64` | `Ubuntu 18.04` | `Clang-10` | `On` | `Unsupported`

View File

@@ -23,41 +23,19 @@
- schedules
######## x86-64 ################################################################
# GCC-4.8 (the oldest compiler we support)
build:x86-64:linux:gcc-4.8:cxx11-off:
extends: .build:linux:base
variables:
EIGEN_CI_CXX_COMPILER: "g++-4.8"
EIGEN_CI_CC_COMPILER: "gcc-4.8"
EIGEN_TEST_CXX11: "off"
tags:
- eigen-runner
- linux
- x86-64
build:x86-64:linux:gcc-4.8:cxx11-on:
extends: .build:linux:base
variables:
EIGEN_CI_CXX_COMPILER: "g++-4.8"
EIGEN_CI_CC_COMPILER: "gcc-4.8"
EIGEN_TEST_CXX11: "on"
tags:
- eigen-runner
- linux
- x86-64
# # GCC-4.8 (the oldest compiler we support)
# build:x86-64:linux:gcc-4.8:cxx11-on:
# extends: .build:linux:base
# variables:
# EIGEN_CI_CXX_COMPILER: "g++-4.8"
# EIGEN_CI_CC_COMPILER: "gcc-4.8"
# EIGEN_TEST_CXX11: "on"
# tags:
# - eigen-runner
# - linux
# - x86-64
# GCC-9
build:x86-64:linux:gcc-9:cxx11-off:
extends: .build:linux:base
variables:
EIGEN_CI_CXX_COMPILER: "g++-9"
EIGEN_CI_CC_COMPILER: "gcc-9"
EIGEN_TEST_CXX11: "off"
tags:
- eigen-runner
- linux
- x86-64
build:x86-64:linux:gcc-9:cxx11-on:
extends: .build:linux:base
variables:
@@ -70,17 +48,6 @@ build:x86-64:linux:gcc-9:cxx11-on:
- x86-64
# GCC-10
build:x86-64:linux:gcc-10:cxx11-off:
extends: .build:linux:base
variables:
EIGEN_CI_CXX_COMPILER: "g++-10"
EIGEN_CI_CC_COMPILER: "gcc-10"
EIGEN_TEST_CXX11: "off"
tags:
- eigen-runner
- linux
- x86-64
build:x86-64:linux:gcc-10:cxx11-on:
extends: .build:linux:base
variables:
@@ -93,17 +60,6 @@ build:x86-64:linux:gcc-10:cxx11-on:
- x86-64
# Clang-10
build:x86-64:linux:clang-10:cxx11-off:
extends: .build:linux:base
variables:
EIGEN_CI_CXX_COMPILER: "clang++-10"
EIGEN_CI_CC_COMPILER: "clang-10"
EIGEN_TEST_CXX11: "off"
tags:
- eigen-runner
- linux
- x86-64
build:x86-64:linux:clang-10:cxx11-on:
extends: .build:linux:base
variables:
@@ -115,19 +71,22 @@ build:x86-64:linux:clang-10:cxx11-on:
- linux
- x86-64
######## AArch64 ###############################################################
# GCC-10
build:aarch64:linux:gcc-10:cxx11-off:
# Clang-10, AVX512
build:x86-64:linux:clang-10:cxx11-on:avx512:
extends: .build:linux:base
variables:
EIGEN_CI_CXX_COMPILER: "g++-10"
EIGEN_CI_CC_COMPILER: "gcc-10"
EIGEN_TEST_CXX11: "off"
EIGEN_CI_CXX_COMPILER: "clang++-10"
EIGEN_CI_CC_COMPILER: "clang-10"
EIGEN_TEST_CXX11: "on"
EIGEN_TEST_AVX512DQ: "on"
tags:
- eigen-runner
- linux
- aarch64
- x86-64
- avx512
######## AArch64 ###############################################################
# GCC-10
build:aarch64:linux:gcc-10:cxx11-on:
extends: .build:linux:base
variables:
@@ -139,18 +98,7 @@ build:aarch64:linux:gcc-10:cxx11-on:
- linux
- aarch64
# Clang-10
build:aarch64:linux:clang-10:cxx11-off:
extends: .build:linux:base
variables:
EIGEN_CI_CXX_COMPILER: "clang++-10"
EIGEN_CI_CC_COMPILER: "clang-10"
EIGEN_TEST_CXX11: "off"
tags:
- eigen-runner
- linux
- aarch64
# # Clang-10
build:aarch64:linux:clang-10:cxx11-on:
extends: .build:linux:base
variables:
@@ -166,18 +114,6 @@ build:aarch64:linux:clang-10:cxx11-on:
# Currently all ppc64le jobs are allowed to fail
# GCC-10
build:ppc64le:linux:gcc-10:cxx11-off:
allow_failure: true
extends: .build:linux:base
variables:
EIGEN_CI_CXX_COMPILER: "g++-10"
EIGEN_CI_CC_COMPILER: "gcc-10"
EIGEN_TEST_CXX11: "off"
tags:
- eigen-runner
- linux
- ppc64le
build:ppc64le:linux:gcc-10:cxx11-on:
allow_failure: true
extends: .build:linux:base
@@ -185,24 +121,13 @@ build:ppc64le:linux:gcc-10:cxx11-on:
EIGEN_CI_CXX_COMPILER: "g++-10"
EIGEN_CI_CC_COMPILER: "gcc-10"
EIGEN_TEST_CXX11: "on"
EIGEN_CI_ADDITIONAL_ARGS: "-DCMAKE_CXX_FLAGS='-DEIGEN_ALTIVEC_DISABLE_MMA'"
tags:
- eigen-runner
- linux
- ppc64le
# # Clang-10
build:ppc64le:linux:clang-10:cxx11-off:
allow_failure: true
extends: .build:linux:base
variables:
EIGEN_CI_CXX_COMPILER: "clang++-10"
EIGEN_CI_CC_COMPILER: "clang-10"
EIGEN_TEST_CXX11: "off"
tags:
- eigen-runner
- linux
- ppc64le
# Clang-10
build:ppc64le:linux:clang-10:cxx11-on:
allow_failure: true
extends: .build:linux:base

View File

@@ -22,13 +22,6 @@
only:
- merge_requests
buildsmoketests:x86-64:linux:gcc-10:cxx11-off:
extends: .buildsmoketests:linux:base
variables:
EIGEN_CI_CXX_COMPILER: "g++-10"
EIGEN_CI_CC_COMPILER: "gcc-10"
EIGEN_TEST_CXX11: "off"
buildsmoketests:x86-64:linux:gcc-10:cxx11-on:
extends: .buildsmoketests:linux:base
variables:
@@ -36,13 +29,6 @@ buildsmoketests:x86-64:linux:gcc-10:cxx11-on:
EIGEN_CI_CC_COMPILER: "gcc-10"
EIGEN_TEST_CXX11: "on"
buildsmoketests:x86-64:linux:clang-10:cxx11-off:
extends: .buildsmoketests:linux:base
variables:
EIGEN_CI_CXX_COMPILER: "clang++-10"
EIGEN_CI_CC_COMPILER: "clang-10"
EIGEN_TEST_CXX11: "off"
buildsmoketests:x86-64:linux:clang-10:cxx11-on:
extends: .buildsmoketests:linux:base
variables:
@@ -61,9 +47,11 @@ buildsmoketests:x86-64:linux:clang-10:cxx11-on:
- apt-get install --no-install-recommends -y ${EIGEN_CI_CXX_COMPILER}
${EIGEN_CI_CC_COMPILER} cmake ninja-build xsltproc
script:
- export NPROC=`nproc`
- echo ${NPROC}
- export CXX=${EIGEN_CI_CXX_COMPILER}
- export CC=${EIGEN_CI_CC_COMPILER}
- cd ${BUILDDIR} && ctest --output-on-failure --no-compress-output
- cd ${BUILDDIR} && ctest -j${NPROC} --output-on-failure --no-compress-output
--build-no-clean -T test -L smoketest
after_script:
- apt-get update -y
@@ -78,13 +66,6 @@ buildsmoketests:x86-64:linux:clang-10:cxx11-on:
only:
- merge_requests
smoketests:x86-64:linux:gcc-10:cxx11-off:
extends: .smoketests:linux:base
variables:
EIGEN_CI_CXX_COMPILER: g++-10
EIGEN_CI_CC_COMPILER: gcc-10
needs: [ "buildsmoketests:x86-64:linux:gcc-10:cxx11-off" ]
smoketests:x86-64:linux:gcc-10:cxx11-on:
extends: .smoketests:linux:base
variables:
@@ -92,13 +73,6 @@ smoketests:x86-64:linux:gcc-10:cxx11-on:
EIGEN_CI_CC_COMPILER: gcc-10
needs: [ "buildsmoketests:x86-64:linux:gcc-10:cxx11-on" ]
smoketests:x86-64:linux:clang-10:cxx11-off:
extends: .smoketests:linux:base
variables:
EIGEN_CI_CXX_COMPILER: clang++-10
EIGEN_CI_CC_COMPILER: clang-10
needs: [ "buildsmoketests:x86-64:linux:clang-10:cxx11-off" ]
smoketests:x86-64:linux:clang-10:cxx11-on:
extends: .smoketests:linux:base
variables:

View File

@@ -10,9 +10,11 @@
- apt-get install --no-install-recommends -y ${EIGEN_CI_CXX_COMPILER}
${EIGEN_CI_CC_COMPILER} cmake ninja-build xsltproc
script:
- export NPROC=`nproc`
- echo ${NPROC}
- export CXX=${EIGEN_CI_CXX_COMPILER}
- export CC=${EIGEN_CI_CC_COMPILER}
- cd ${BUILDDIR} && ctest --output-on-failure --no-compress-output
- cd ${BUILDDIR} && ctest -j${NPROC} --output-on-failure --no-compress-output
--build-no-clean -T test -L ${EIGEN_CI_TEST_LABEL}
after_script:
- apt-get update -y
@@ -28,78 +30,36 @@
- schedules
##### x86-64 ###################################################################
# GCC-4.8
.test:x86-64:linux:gcc-4.8:cxx11-off:
extends: .test:linux:base
variables:
EIGEN_CI_CXX_COMPILER: g++-4.8
EIGEN_CI_CC_COMPILER: gcc-4.8
needs: [ "build:x86-64:linux:gcc-4.8:cxx11-off" ]
tags:
- eigen-runner
- linux
- x86-64
# # GCC-4.8
# .test:x86-64:linux:gcc-4.8:cxx11-on:
# extends: .test:linux:base
# variables:
# EIGEN_CI_CXX_COMPILER: g++-4.8
# EIGEN_CI_CC_COMPILER: gcc-4.8
# needs: [ "build:x86-64:linux:gcc-4.8:cxx11-on" ]
# tags:
# - eigen-runner
# - linux
# - x86-64
test:x86-64:linux:gcc-4.8:cxx11-off:official:
extends: .test:x86-64:linux:gcc-4.8:cxx11-off
variables:
EIGEN_CI_TEST_LABEL: "Official"
# test:x86-64:linux:gcc-4.8:cxx11-on:official:
# extends: .test:x86-64:linux:gcc-4.8:cxx11-on
# variables:
# EIGEN_CI_TEST_LABEL: "Official"
test:x86-64:linux:gcc-4.8:cxx11-off:unsupported:
extends: .test:x86-64:linux:gcc-4.8:cxx11-off
variables:
EIGEN_CI_TEST_LABEL: "Unsupported"
.test:x86-64:linux:gcc-4.8:cxx11-on:
extends: .test:linux:base
variables:
EIGEN_CI_CXX_COMPILER: g++-4.8
EIGEN_CI_CC_COMPILER: gcc-4.8
needs: [ "build:x86-64:linux:gcc-4.8:cxx11-on" ]
tags:
- eigen-runner
- linux
- x86-64
test:x86-64:linux:gcc-4.8:cxx11-on:official:
extends: .test:x86-64:linux:gcc-4.8:cxx11-on
variables:
EIGEN_CI_TEST_LABEL: "Official"
test:x86-64:linux:gcc-4.8:cxx11-on:unsupported:
extends: .test:x86-64:linux:gcc-4.8:cxx11-on
variables:
EIGEN_CI_TEST_LABEL: "Unsupported"
# test:x86-64:linux:gcc-4.8:cxx11-on:unsupported:
# extends: .test:x86-64:linux:gcc-4.8:cxx11-on
# variables:
# EIGEN_CI_TEST_LABEL: "Unsupported"
# GCC-9
.test:x86-64:linux:gcc-9:cxx11-off:
extends: .test:linux:base
variables:
EIGEN_CI_CXX_COMPILER: g++-9
EIGEN_CI_CC_COMPILER: gcc-9
needs: [ "build:x86-64:linux:gcc-9:cxx11-off" ]
tags:
- eigen-runner
- linux
- x86-64
test:x86-64:linux:gcc-9:cxx11-off:official:
extends: .test:x86-64:linux:gcc-9:cxx11-off
variables:
EIGEN_CI_TEST_LABEL: "Official"
test:x86-64:linux:gcc-9:cxx11-off:unsupported:
extends: .test:x86-64:linux:gcc-9:cxx11-off
variables:
EIGEN_CI_TEST_LABEL: "Unsupported"
.test:x86-64:linux:gcc-9:cxx11-on:
extends: .test:linux:base
variables:
EIGEN_CI_CXX_COMPILER: g++-9
EIGEN_CI_CC_COMPILER: gcc-9
needs: [ "build:x86-64:linux:gcc-9:cxx11-on" ]
tags:
tags:
- eigen-runner
- linux
- x86-64
@@ -115,35 +75,13 @@ test:x86-64:linux:gcc-9:cxx11-on:unsupported:
EIGEN_CI_TEST_LABEL: "Unsupported"
# GCC-10
.test:x86-64:linux:gcc-10:cxx11-off:
extends: .test:linux:base
variables:
EIGEN_CI_CXX_COMPILER: g++-10
EIGEN_CI_CC_COMPILER: gcc-10
needs: [ "build:x86-64:linux:gcc-10:cxx11-off" ]
tags:
- eigen-runner
- linux
- x86-64
test:x86-64:linux:gcc-10:cxx11-off:official:
extends: .test:x86-64:linux:gcc-10:cxx11-off
allow_failure: true
variables:
EIGEN_CI_TEST_LABEL: "Official"
test:x86-64:linux:gcc-10:cxx11-off:unsupported:
extends: .test:x86-64:linux:gcc-10:cxx11-off
variables:
EIGEN_CI_TEST_LABEL: "Unsupported"
.test:x86-64:linux:gcc-10:cxx11-on:
extends: .test:linux:base
variables:
EIGEN_CI_CXX_COMPILER: g++-10
EIGEN_CI_CC_COMPILER: gcc-10
needs: [ "build:x86-64:linux:gcc-10:cxx11-on" ]
tags:
tags:
- eigen-runner
- linux
- x86-64
@@ -161,34 +99,13 @@ test:x86-64:linux:gcc-10:cxx11-on:unsupported:
EIGEN_CI_TEST_LABEL: "Unsupported"
# Clang 10
.test:x86-64:linux:clang-10:cxx11-off:
extends: .test:linux:base
variables:
EIGEN_CI_CXX_COMPILER: clang++-10
EIGEN_CI_CC_COMPILER: clang-10
needs: [ "build:x86-64:linux:clang-10:cxx11-off" ]
tags:
- eigen-runner
- linux
- x86-64
test:x86-64:linux:clang-10:cxx11-off:official:
extends: .test:x86-64:linux:clang-10:cxx11-off
variables:
EIGEN_CI_TEST_LABEL: "Official"
test:x86-64:linux:clang-10:cxx11-off:unsupported:
extends: .test:x86-64:linux:clang-10:cxx11-off
variables:
EIGEN_CI_TEST_LABEL: "Unsupported"
.test:x86-64:linux:clang-10:cxx11-on:
extends: .test:linux:base
variables:
EIGEN_CI_CXX_COMPILER: clang++-10
EIGEN_CI_CC_COMPILER: clang-10
needs: [ "build:x86-64:linux:clang-10:cxx11-on" ]
tags:
tags:
- eigen-runner
- linux
- x86-64
@@ -203,38 +120,37 @@ test:x86-64:linux:clang-10:cxx11-on:unsupported:
variables:
EIGEN_CI_TEST_LABEL: "Unsupported"
##### AArch64 ##################################################################
# GCC-10
.test:aarch64:linux:gcc-10:cxx11-off:
.test:x86-64:linux:clang-10:cxx11-on:avx512:
extends: .test:linux:base
variables:
EIGEN_CI_CXX_COMPILER: g++-10
EIGEN_CI_CC_COMPILER: gcc-10
needs: [ "build:aarch64:linux:gcc-10:cxx11-off" ]
tags:
EIGEN_CI_CXX_COMPILER: clang++-10
EIGEN_CI_CC_COMPILER: clang-10
needs: [ "build:x86-64:linux:clang-10:cxx11-on:avx512" ]
tags:
- eigen-runner
- linux
- aarch64
- x86-64
- avx512
test:aarch64:linux:gcc-10:cxx11-off:official:
extends: .test:aarch64:linux:gcc-10:cxx11-off
allow_failure: true
test:x86-64:linux:clang-10:cxx11-on:avx512:official:
extends: .test:x86-64:linux:clang-10:cxx11-on:avx512
variables:
EIGEN_CI_TEST_LABEL: "Official"
test:aarch64:linux:gcc-10:cxx11-off:unsupported:
extends: .test:aarch64:linux:gcc-10:cxx11-off
allow_failure: true
test:x86-64:linux:clang-10:cxx11-on:avx512:unsupported:
extends: .test:x86-64:linux:clang-10:cxx11-on:avx512
variables:
EIGEN_CI_TEST_LABEL: "Unsupported"
##### AArch64 ##################################################################
# GCC-10
.test:aarch64:linux:gcc-10:cxx11-on:
extends: .test:linux:base
variables:
EIGEN_CI_CXX_COMPILER: g++-10
EIGEN_CI_CC_COMPILER: gcc-10
needs: [ "build:aarch64:linux:gcc-10:cxx11-on" ]
tags:
tags:
- eigen-runner
- linux
- aarch64
@@ -252,35 +168,13 @@ test:aarch64:linux:gcc-10:cxx11-on:unsupported:
EIGEN_CI_TEST_LABEL: "Unsupported"
# Clang 10
.test:aarch64:linux:clang-10:cxx11-off:
extends: .test:linux:base
variables:
EIGEN_CI_CXX_COMPILER: clang++-10
EIGEN_CI_CC_COMPILER: clang-10
needs: [ "build:aarch64:linux:clang-10:cxx11-off" ]
tags:
- eigen-runner
- linux
- aarch64
test:aarch64:linux:clang-10:cxx11-off:official:
extends: .test:aarch64:linux:clang-10:cxx11-off
allow_failure: true
variables:
EIGEN_CI_TEST_LABEL: "Official"
test:aarch64:linux:clang-10:cxx11-off:unsupported:
extends: .test:aarch64:linux:clang-10:cxx11-off
variables:
EIGEN_CI_TEST_LABEL: "Unsupported"
.test:aarch64:linux:clang-10:cxx11-on:
extends: .test:linux:base
variables:
EIGEN_CI_CXX_COMPILER: clang++-10
EIGEN_CI_CC_COMPILER: clang-10
needs: [ "build:aarch64:linux:clang-10:cxx11-on" ]
tags:
tags:
- eigen-runner
- linux
- aarch64
@@ -298,28 +192,6 @@ test:aarch64:linux:clang-10:cxx11-on:unsupported:
##### ppc64le ##################################################################
# GCC-10
.test:ppc64le:linux:gcc-10:cxx11-off:
extends: .test:linux:base
variables:
EIGEN_CI_CXX_COMPILER: g++-10
EIGEN_CI_CC_COMPILER: gcc-10
needs: [ "build:ppc64le:linux:gcc-10:cxx11-off" ]
allow_failure: true
tags:
- eigen-runner
- linux
- ppc64le
test:ppc64le:linux:gcc-10:cxx11-off:official:
extends: .test:ppc64le:linux:gcc-10:cxx11-off
variables:
EIGEN_CI_TEST_LABEL: "Official"
test:ppc64le:linux:gcc-10:cxx11-off:unsupported:
extends: .test:ppc64le:linux:gcc-10:cxx11-off
variables:
EIGEN_CI_TEST_LABEL: "Unsupported"
.test:ppc64le:linux:gcc-10:cxx11-on:
extends: .test:linux:base
variables:
@@ -327,7 +199,7 @@ test:ppc64le:linux:gcc-10:cxx11-off:unsupported:
EIGEN_CI_CC_COMPILER: gcc-10
needs: [ "build:ppc64le:linux:gcc-10:cxx11-on" ]
allow_failure: true
tags:
tags:
- eigen-runner
- linux
- ppc64le
@@ -342,29 +214,7 @@ test:ppc64le:linux:gcc-10:cxx11-on:unsupported:
variables:
EIGEN_CI_TEST_LABEL: "Unsupported"
# # Clang 10
.test:ppc64le:linux:clang-10:cxx11-off:
extends: .test:linux:base
variables:
EIGEN_CI_CXX_COMPILER: clang++-10
EIGEN_CI_CC_COMPILER: clang-10
needs: [ "build:ppc64le:linux:clang-10:cxx11-off" ]
allow_failure: true
tags:
- eigen-runner
- linux
- ppc64le
test:ppc64le:linux:clang-10:cxx11-off:official:
extends: .test:ppc64le:linux:clang-10:cxx11-off
variables:
EIGEN_CI_TEST_LABEL: "Official"
test:ppc64le:linux:clang-10:cxx11-off:unsupported:
extends: .test:ppc64le:linux:clang-10:cxx11-off
variables:
EIGEN_CI_TEST_LABEL: "Unsupported"
# Clang 10
.test:ppc64le:linux:clang-10:cxx11-on:
extends: .test:linux:base
variables:
@@ -372,7 +222,7 @@ test:ppc64le:linux:clang-10:cxx11-off:unsupported:
EIGEN_CI_CC_COMPILER: clang-10
needs: [ "build:ppc64le:linux:clang-10:cxx11-on" ]
allow_failure: true
tags:
tags:
- eigen-runner
- linux
- ppc64le