Searched +full:gcc +full:- +full:9 (Results 1 – 25 of 1094) sorted by relevance
12345678910>>...44
3 Eigen's CI infrastructure uses two stages: A `build` stage to build the unit-test4 suite and a `test` stage to run the unit-tests.11 |------------------------------------------|-----------|----------------|------------|---------|12 | `build:x86-64:linux:gcc-4.8:cxx11-off` | `x86-64` | `Ubuntu 18.04` | `GCC-4.8` | `Off` |13 | `build:x86-64:linux:gcc-4.8:cxx11-on` | `x86-64` | `Ubuntu 18.04` | `GCC-4.8` | `On` |14 | `build:x86-64:linux:gcc-9:cxx11-off` | `x86-64` | `Ubuntu 18.04` | `GCC-9` | `Off` |15 | `build:x86-64:linux:gcc-9:cxx11-on` | `x86-64` | `Ubuntu 18.04` | `GCC-9` | `On` |16 | `build:x86-64:linux:gcc-10:cxx11-off` | `x86-64` | `Ubuntu 18.04` | `GCC-10` | `Off` |17 | `build:x86-64:linux:gcc-10:cxx11-on` | `x86-64` | `Ubuntu 18.04` | `GCC-10` | `On` |18 | `build:x86-64:linux:clang-10:cxx11-off` | `x86-64` | `Ubuntu 18.04` | `Clang-10` | `Off` |[all …]
6 - apt-get update -y7 - apt-get install -y --no-install-recommends software-properties-common8 - add-apt-repository -y ppa:ubuntu-toolchain-r/test9 - apt-get update10 - apt-get install --no-install-recommends -y ${EIGEN_CI_CXX_COMPILER}11 ${EIGEN_CI_CC_COMPILER} cmake ninja-build xsltproc13 - export CXX=${EIGEN_CI_CXX_COMPILER}14 - export CC=${EIGEN_CI_CC_COMPILER}15 - cd ${BUILDDIR} && ctest --output-on-failure --no-compress-output16 --build-no-clean -T test -L ${EIGEN_CI_TEST_LABEL}[all …]
5 - apt-get update -y6 - apt-get install -y --no-install-recommends software-properties-common7 - add-apt-repository -y ppa:ubuntu-toolchain-r/test8 - apt-get update9 - apt-get install --no-install-recommends -y ${EIGEN_CI_CXX_COMPILER}10 ${EIGEN_CI_CC_COMPILER} cmake ninja-build12 - mkdir -p ${BUILDDIR} && cd ${BUILDDIR}13 - CXX=${EIGEN_CI_CXX_COMPILER} CC=${EIGEN_CI_CC_COMPILER} cmake -G14 ${EIGEN_CI_CMAKE_GENEATOR} -DEIGEN_TEST_CXX11=${EIGEN_TEST_CXX11}16 - cmake --build . --target buildtests[all …]
1 #!/bin/bash -x3 set -e30 gcc-4.9) install_brew_package gcc@4.9 ;;31 gcc-5) install_brew_package gcc@5 ;;32 gcc-6) install_brew_package gcc@6 ;;33 gcc-7) install_brew_package gcc@7 ;;34 gcc-8) install_brew_package gcc@8 ;;35 gcc-9) install_brew_package gcc@9 ;;36 gcc-10) install_brew_package gcc@10 ;;37 gcc-11) install_brew_package gcc@11 ;;[all …]
17 …LSET=gcc-4.4 CXXSTD=98,0x Job 0", "g++", packages="g++-4.4", buildtype="boost", image="cppalliance…18 …LSET=gcc-4.6 CXXSTD=03,0x Job 1", "g++", packages="g++-4.6", buildtype="boost", image="cppalliance…19 …LSET=gcc-4.7 CXXSTD=03,11 Job 2", "g++", packages="g++-4.7", buildtype="boost", image="cppalliance…20 …LSET=gcc-4.8 CXXSTD=03,11 Job 3", "g++", packages="g++-4.8", buildtype="boost", image="cppalliance…21 …OLSET=gcc-4.8 CXXSTD=1y Job 4", "g++", packages="g++-4.8", buildtype="boost", image="cppalliance/d…22 …LSET=gcc-4.9 CXXSTD=03,11 Job 5", "g++", packages="g++-4.9", buildtype="boost", image="cppalliance…23 …OLSET=gcc-4.9 CXXSTD=14 Job 6", "g++", packages="g++-4.9", buildtype="boost", image="cppalliance/d…24 …OOLSET=gcc-5 CXXSTD=03,11 Job 7", "g++", packages="g++-5", buildtype="boost", image="cppalliance/d…25 …OOLSET=gcc-5 CXXSTD=14,17 Job 8", "g++", packages="g++-5", buildtype="boost", image="cppalliance/d…26 …OOLSET=gcc-6 CXXSTD=03,11 Job 9", "g++", packages="g++-6", buildtype="boost", image="cppalliance/d…[all …]
17 …gcc COMPILER=g++-4.4 CXXSTD=98,0x Job 0", "g++", packages="g++-4.4", buildtype="boost", image="cpp…18 …gcc COMPILER=g++-4.6 CXXSTD=03,0x Job 1", "g++", packages="g++-4.6", buildtype="boost", image="cpp…19 …gcc COMPILER=g++-4.7 CXXSTD=03,11 Job 2", "g++-4.7", packages="g++-4.7", buildtype="boost", image=…20 …gcc COMPILER=g++-4.8 CXXSTD=03,11 Job 3", "g++-4.8", packages="g++-4.8", buildtype="boost", image=…21 …gcc COMPILER=g++-4.9 CXXSTD=03,11 Job 4", "g++-4.9", packages="g++-4.9", buildtype="boost", image=…22 …gcc COMPILER=g++-5 CXXSTD=03,11,14,1z Job 5", "g++-5", packages="g++-5", buildtype="boost", image=…23 …gcc COMPILER=g++-6 CXXSTD=03,11,14,1z Job 6", "g++-6", packages="g++-6", buildtype="boost", image=…24 …gcc COMPILER=g++-7 CXXSTD=03,11,14,17 Job 7", "g++-7", packages="g++-7", buildtype="boost", image=…25 …gcc COMPILER=g++-8 CXXSTD=03,11,14,17 Job 8", "g++-8", packages="g++-8", buildtype="boost", image=…26 …gcc COMPILER=g++-9 CXXSTD=03,11,14,17 Job 9", "g++-9", packages="g++-9", buildtype="boost", image=…[all …]
18 …-8", packages="g++-8 locales", buildtype="fc4716b68c-0fcaf592f9", buildscript="drone", image=linux…19 …gcc- Job 1", "g++-8", packages="g++-8 locales", buildtype="boost", buildscript="drone", image=linu…20 …gcc- Job 2", "g++-8", packages="g++-8 locales", buildtype="boost", buildscript="drone", image=linu…21 …gcc Job 3", "g++-8", packages="g++-8 locales", buildtype="boost", buildscript="drone", image=linux…22 …-6.0 B2_CXXS Job 4", "clang++-6.0", packages="clang-6.0 libc6-dbg libc++-dev libstdc++-8-dev local…23 …gcc-4.8 B2_CXXSTD=03,11 Job 5", "g++-4.8", packages="g++-4.8 locales", buildtype="boost", buildscr…24 …gcc-4.9 B2_CXXSTD=03,11 Job 6", "g++-4.9", packages="g++-4.9 locales", buildtype="boost", buildscr…25 …gcc-5 B2_CXXSTD=03,11 Job 7", "g++-5", packages="g++-5 locales", buildtype="boost", buildscript="d…26 …gcc-6 B2_CXXSTD=11,14 Job 8", "g++-6", packages="g++-6 locales", buildtype="boost", buildscript="d…27 …gcc-7 B2_CXXSTD=14,17 Job 9", "g++-7", packages="g++-7 locales", buildtype="boost", buildscript="d…[all …]
8 - master9 - travis17 - libdrm-dev18 - libegl1-mesa-dev19 - libgles2-mesa-dev20 - libwayland-dev21 - libx11-xcb-dev22 - libx11-dev23 - libgbm-dev24 - libevdev-dev[all …]
17 …gcc COMPILER=g++-4.4 CXXSTD=98,0x Job 1", "g++", packages="g++-4.4", buildtype="boost", image="cpp…18 …gcc COMPILER=g++-4.6 CXXSTD=03,0x Job 2", "g++", packages="g++-4.6", buildtype="boost", image="cpp…19 …gcc COMPILER=g++-4.7 CXXSTD=03,11 Job 3", "g++-4.7", packages="g++-4.7", buildtype="boost", image=…20 …gcc COMPILER=g++-4.8 CXXSTD=03,11 Job 4", "g++-4.8", packages="g++-4.8", buildtype="boost", image=…21 …gcc COMPILER=g++-4.9 CXXSTD=03,11 Job 5", "g++-4.9", packages="g++-4.9", buildtype="boost", image=…22 …gcc COMPILER=g++-5 CXXSTD=03,11,14,1z Job 6", "g++-5", packages="g++-5", buildtype="boost", image=…23 …gcc COMPILER=g++-5 CXXSTD=03,11,14,1z Job 7", "g++-5", packages="g++-5", buildtype="boost", image=…24 …gcc COMPILER=g++-6 CXXSTD=03,11,14,1z Job 8", "g++-6", packages="g++-6", buildtype="boost", image=…25 …gcc COMPILER=g++-6 CXXSTD=03,11,14,1z Job 9", "g++-6", packages="g++-6", buildtype="boost", image=…26 …gcc COMPILER=g++-7 CXXSTD=03,11,14,17 Job 10", "g++-7", packages="g++-7", buildtype="boost", image…[all …]
33 branches-ignore:34 - 'dependabot/**'37 - 'main'40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…41 cancel-in-progress: true49 runs-on: ubuntu-22.0451 - name: Harden Runner52 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.054 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs56 - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2[all …]
1 #!/bin/sh -e7 # command substitution syntax, hence the "-e SC2006" flag in Makefile.9 # A poor man's mktemp(1) for OSes that don't have one (e.g. AIX 7, Solaris 9).14 …dir_diy_suffix=`dd if=/dev/urandom bs=4 count=1 2>/dev/null | od -t x -A n | head -1 | tr -d '\t '`15 [ -z "$mktempdir_diy_suffix" ] && return 116 mktempdir_diy_path="${TMPDIR:-/tmp}/${1:?}.${mktempdir_diy_suffix}"17 # "test -e" would be more appropriate, but it is not available in19 if [ ! -d "$mktempdir_diy_path" ]; then30 mktempdir_prefix=${1:-tmp}32 Darwin-*|FreeBSD-*|NetBSD-*)[all …]
14 - master15 - develop16 - /feature\/.*/20 - BOGUS_JOB=true25 - env: BOGUS_JOB=true28 # gcc, Linux29 - os: linux31 compiler: gcc-4.432 env: TOOLSET=gcc COMPILER=g++-4.4 CXXSTD=98,0x36 - g++-4.4[all …]
17 …=gcc COMPILER=g++ CXXSTD=03,11 Job 0", "g++", packages="", buildtype="boost", buildscript="drone",…18 …gcc COMPILER=g++-4.4 CXXSTD=98 Job 1", "g++", packages="g++-4.4", buildtype="boost", buildscript="…19 …gcc COMPILER=g++-4.6 CXXSTD=03,0x Job 2", "g++", packages="g++-4.6", buildtype="boost", buildscrip…20 …gcc COMPILER=g++-4.7 CXXSTD=03,11 Job 3", "g++-4.7", packages="g++-4.7", buildtype="boost", builds…21 …gcc COMPILER=g++-4.8 CXXSTD=03,11 Job 4", "g++-4.8", packages="g++-4.8", buildtype="boost", builds…22 …gcc COMPILER=g++-4.9 CXXSTD=03,11 Job 5", "g++-4.9", packages="g++-4.9", buildtype="boost", builds…23 …gcc COMPILER=g++-5 CXXSTD=03,11,14,1z Job 6", "g++-5", packages="g++-5", buildtype="boost", builds…24 …gcc COMPILER=g++-6 CXXSTD=03,11,14,1z Job 7", "g++-6", packages="g++-6", buildtype="boost", builds…25 …gcc COMPILER=g++-7 CXXSTD=03,11,14,17 Job 8", "g++-7", packages="g++-7", buildtype="boost", builds…26 …gcc COMPILER=g++-8 CXXSTD=03,11,14,17 Job 9", "g++-8", packages="g++-8", buildtype="boost", builds…[all …]
... 9- "0< %71 (6*$ -70 4;/ *== 6A4 0
11 name = "ubuntu16.04-manylinux2010-py3",12 os = "ubuntu16.04-manylinux2010",18 name = "ubuntu16.04-py3-gcc7_manylinux2010-cuda10.0-cudnn7-tensorrt5.1",19 compiler = "/dt7/usr/bin/gcc",23 os = "ubuntu16.04-manylinux2010",30 name = "ubuntu16.04-gcc7_manylinux2010-cuda10.1-cudnn7-tensorrt6.0",31 compiler = "/dt7/usr/bin/gcc",35 os = "ubuntu16.04-manylinux2010-multipython",43 name = "ubuntu18.04-gcc7_manylinux2010-cuda10.1-cudnn7-tensorrt6.0",44 compiler = "/dt7/usr/bin/gcc",[all …]
11 - master12 - develop13 - /feature\/.*/17 - BOGUS_JOB=true22 - env: BOGUS_JOB=true25 - os: linux26 compiler: g++-4.427 env: TOOLSET=gcc CXXSTD=98,0x HEADERS_ONLY=131 - g++-4.433 - ubuntu-toolchain-r-test[all …]
12 - master13 - develop14 - /feature\/.*/18 - BOGUS_JOB=true23 - env: BOGUS_JOB=true26 # gcc, Linux27 - os: linux29 compiler: gcc-4.430 env: TOOLSET=gcc COMPILER=g++-4.4 CXXSTD=98,0x34 - g++-4.4[all …]
17 …g++-4.4 98,0x", "g++", packages="g++-4.4", buildtype="boost", image="cppalliance/droneubuntu1404:1…18 …g++-4.6 03,0x", "g++", packages="g++-4.6", buildtype="boost", image="cppalliance/droneubuntu1404:1…19 …+-4.7 03,11", "g++-4.7", packages="g++-4.7", buildtype="boost", image="cppalliance/droneubuntu1404…20 …+-4.8 03,11", "g++-4.8", packages="g++-4.8", buildtype="boost", image="cppalliance/droneubuntu1404…21 …+-4.9 03,11", "g++-4.9", packages="g++-4.9", buildtype="boost", image="cppalliance/droneubuntu1404…22 …_cxx("g++-5 03,11,14,1z", "g++-5", packages="g++-5", buildtype="boost", image=linuxglobalimage, en…23 …-5 gnu-03,11,14,1z", "g++-5", packages="g++-5", buildtype="boost", image=linuxglobalimage, environ…24 …_cxx("g++-6 03,11,14,1z", "g++-6", packages="g++-6", buildtype="boost", image=linuxglobalimage, en…25 …-6 gnu++03,11,14,1z Job 9", "g++-6", packages="g++-6", buildtype="boost", image=linuxglobalimage, …26 …_cxx("g++-7 03,11,14,17", "g++-7", packages="g++-7", buildtype="boost", image=linuxglobalimage, en…[all …]
5 - master10 …e tests with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'15 - cron: '13 8 1 * *'17 macOS-12:18 runs-on: macos-1224 - uses: actions/checkout@v325 - name: install27 - name: test29 - name: Setup tmate session30 uses: mxschmitt/action-tmate@v3[all …]
14 - master15 - develop16 - /feature\/.*/20 - BOGUS_JOB=true25 - env: BOGUS_JOB=true28 # gcc, Linux29 # Note: gcc-4.4 in C++0x mode fails zip_iterator tests with std::tuple30 - os: linux32 compiler: gcc-4.433 env: TOOLSET=gcc COMPILER=g++-4.4 CXXSTD=98[all …]
20 - new_delete_run_time21 - fruit_single_file_compile_time24 - total_max_ram_usage30 - name: "Compile time (Clang)"34 compiler: "clang++-10"56 - name: "Compile time (GCC)"60 compiler: "g++-9"82 - name: "Incremental compile time (Clang)"86 compiler: "clang++-10"108 - name: "Incremental compile time (GCC)"[all …]
5 # Copyright Rene Rivera 2019-2020.10 - develop11 - master12 - feature/*16 - develop29 - stage: Test32 - job: 'Linux'35 …GCC 10 (GNU): { CXX: g++-10, PACKAGES: g++-10, VM_IMAGE: 'ubuntu-18.04', TOOLSET: gcc, B2_ARGS: 'c…36 …GCC 10 (ISO): { CXX: g++-10, PACKAGES: g++-10, VM_IMAGE: 'ubuntu-18.04', TOOLSET: gcc, B2_ARGS: 'c…37 GCC 10: { CXX: g++-10, PACKAGES: g++-10, VM_IMAGE: 'ubuntu-18.04', TOOLSET: gcc }[all …]