Searched +full:ubuntu +full:- +full:gcc +full:- +full:cmake (Results 1 – 25 of 70) sorted by relevance
123
| /third_party/libsnd/.github/workflows/ |
| D | action.yml | 8 fail-fast: false 11 ubuntu-gcc-autotools, 12 ubuntu-clang-autotools, 13 ubuntu-gcc-ossfuzz, 14 macos-autotools, 15 ubuntu-gcc-cmake, 16 ubuntu-gcc-cmake-shared, 17 ubuntu-clang-cmake, 18 ubuntu-clang-cmake-shared, 19 macos-cmake, [all …]
|
| /third_party/skia/third_party/externals/brotli/ |
| D | .travis.yml | 5 - master 9 ## Linux builds using various versions of GCC. 11 - os: linux 12 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-7 CXX_COMPILER=g++-7 16 - ubuntu-toolchain-r-test 18 - gcc-7 19 - g++-7 20 - os: linux 21 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-4.4 CXX_COMPILER=g++-4.4 25 - ubuntu-toolchain-r-test [all …]
|
| /third_party/ninja/.github/workflows/ |
| D | linux.yml | 11 runs-on: [ubuntu-latest] 15 - uses: actions/checkout@v2 16 - uses: codespell-project/actions-codespell@master 19 - name: Install dependencies 21 … curl -L -O https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-Linux-x86_64.sh 22 chmod +x cmake-3.16.4-Linux-x86_64.sh 23 ./cmake-3.16.4-Linux-x86_64.sh --skip-license --prefix=/usr/local 24 …curl -L -O https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/Packages/p/p… 25 …curl -L -O https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/Packages/p/p… 26 rpm -U --quiet p7zip-16.02-20.el7.x86_64.rpm [all …]
|
| /third_party/libuv/.github/workflows/ |
| D | CI-unix.yml | 1 name: CI-unix 6 - '**' 7 - '!docs/**' 8 - '!src/win/**' 9 - '!.**' 10 - '.github/workflows/CI-unix.yml' 13 - v[0-9].* 14 - master 17 build-linux: 18 runs-on: ubuntu-latest [all …]
|
| /third_party/libwebsockets/ |
| D | .sai.json | 2 "schema": "sai-1", 8 "linux-debian-11/x86_64-amd/gcc": { 9 …-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak… 11 "linux-debian-buster/x86-amd/gcc": { 12 …-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak… 14 "linux-debian-sid/x86_64-amd/gcc": { 15 …-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak… 17 "linux-ubuntu-xenial/x86_64-amd/gcc": { 18 …-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak… 20 "linux-debian-sid/x86-amd/gcc": { [all …]
|
| /third_party/opencl-headers/.github/workflows/ |
| D | linux.yml | 7 runs-on: ubuntu-18.04 8 container: streamhpc/opencl-sdk-base:ubuntu-18.04-20220127 11 …# TODO: CMake 3.0.2 is Headers minimum (and ubuntu 18.04 canonical apt repo ver), not this repo's … 15 # One CMake version 19 - C_COMPILER: gcc-7 20 CXX_COMPILER: g++-7 21 CMAKE: 3.0.2 25 - C_COMPILER: gcc-7 26 CXX_COMPILER: g++-7 27 CMAKE: 3.0.2 [all …]
|
| /third_party/skia/third_party/externals/swiftshader/tests/kokoro/gcp_ubuntu/ |
| D | continuous.sh | 5 set -e # Fail on any error. 6 set -x # Display commands being run. 8 # Update CMake 9 sudo aptitude purge -yq cmake 10 wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | sudo apt-key add - 11 sudo apt-add-repository 'deb https://apt.kitware.com/ubuntu/ xenial main' 12 sudo aptitude update -yq 13 sudo aptitude install -yq cmake 14 cmake --version 16 # Specify we want to build with GCC 9 [all …]
|
| /third_party/vulkan-loader/.github/workflows/ |
| D | build.yml | 1 # Copyright (c) 2021-2023 Valve Corporation 2 # Copyright (c) 2021-2023 LunarG, Inc. 8 # http://www.apache.org/licenses/LICENSE-2.0 21 # https://docs.github.com/en/actions/using-jobs/using-concurrency 25 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} 26 cancel-in-progress: true 32 - main 34 permissions: read-all 38 runs-on: ${{matrix.os}} 41 compiler: [ {cc: gcc, cxx: g++}, {cc: clang, cxx: clang++} ] [all …]
|
| /third_party/mindspore/mindspore-src/source/scripts/install/ |
| D | ubuntu-cpu-source.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 17 # Prepare environment for mindspore cpu compilation on Ubuntu 18.04. 20 # - change deb source to huaweicloud mirror 21 # - install compile dependencies via apt like cmake, gcc 22 # - install python3 & pip3 via apt and set it to default 23 # - install LLVM if LLVM is set to on. 26 # - PYTHON_VERSION: python version to install. [3.7(default), 3.8, 3.9] 27 # - LLVM: whether to install optional dependency LLVM for graph kernel fusion. [on, off(default)] 30 # Run script like `bash ./ubuntu-cpu-source.sh`. 31 # To set augments, run it as `PYTHON_VERSION=3.9 LLVM=on bash ./ubuntu-cpu-source.sh`. [all …]
|
| D | ubuntu-gpu-source.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 17 # Prepare environment for mindspore gpu compilation on Ubuntu 18.04. 20 # - change deb source to huaweicloud mirror 21 # - install compile dependencies via apt like cmake, gcc 22 # - install python3 & pip3 via apt and set it to default 23 # - install CUDA by run file and cudnn via apt. 24 # - compile and install Open MPI if OPENMPI is set to on. 25 # - install LLVM if LLVM is set to on. 28 # - PYTHON_VERSION: python version to install. [3.7(default), 3.8, 3.9] 29 # - CUDA_VERSION: CUDA version to install. [10.1, 11.1 11.6(default)] [all …]
|
| /third_party/cJSON/.github/workflows/ |
| D | CI.yml | 6 paths-ignore: 7 - '**.md' 8 - 'LICENSE' 11 paths-ignore: 12 - '**.md' 13 - 'LICENSE' 17 runs-on: ubuntu-latest 20 fail-fast: false 23 - ENABLE_VALGRIND 24 - ENABLE_SANITIZERS [all …]
|
| /third_party/jerryscript/ |
| D | .travis.yml | 3 # Default environment: Ubuntu Bionic 18.04. 9 script: tools/run-tests.py $OPTS 14 - name: "Checks" 16 …- tools/run-tests.py --check-signed-off=travis --check-doxygen --check-vera --check-license --chec… 17 - travis_wait 40 tools/run-tests.py --check-cppcheck 22 - name: "Linux/x86-64 Build, Correctness & Debugger Tests" 24 - OPTS="--quiet --jerry-tests --jerry-test-suite --jerry-debugger" 26 - name: "Linux/x86 (cpointer-32bit) Build & Correctness Tests" 28 …- OPTS="--quiet --jerry-tests --jerry-test-suite --buildoptions=--compile-flag=-m32,--cpointer-32b… 31 packages: [gcc-multilib] [all …]
|
| /third_party/glslang/.github/workflows/ |
| D | continuous_integration.yml | 2 # Travis was using Ubuntu 14.04. Ubuntu 14.04 is not supportted by GitHub workflows. Ubuntu 20.04 i… 3 # Travis was using Clang 3.6. The earliest version support by Ubuntu 20.04 is Clang 6.0. 13 - master 17 runs-on: ${{matrix.os}} 19 fail-fast: false 21 os: [ubuntu-20.04] 22 compiler: [{cc: clang, cxx: clang++}, {cc: gcc, cxx: g++}] 25 - uses: actions/checkout@v2 26 - uses: actions/setup-python@v2 28 python-version: '3.7' [all …]
|
| /third_party/libwebsockets/contrib/ |
| D | cross-arm-linux-gnueabihf.cmake | 2 # CMake Toolchain file for crosscompiling on ARM. 4 # This can be used when running cmake in the following way: 6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../cross-arm-linux-gnueabihf.cmake 9 set(CROSS_PATH /opt/gcc-linaro-arm-linux-gnueabihf-4.7-2013.02-01-20130221_linux) 15 set(CMAKE_C_COMPILER "${CROSS_PATH}/bin/arm-linux-gnueabihf-gcc") 16 set(CMAKE_CXX_COMPILER "${CROSS_PATH}/bin/arm-linux-gnueabihf-g++") 20 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3 22 # our desire for cross-build release optimization policy for code built to run 26 # sane value for cross-build here. Notice some gcc versions enable broken 27 # optimizations with -O3. [all …]
|
| D | cross-ming.cmake | 2 # CMake Toolchain file for crosscompiling on MingW. 4 # This can be used when running cmake in the following way: 6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../cross-ming.cmake 16 set(CMAKE_C_COMPILER "${CROSS_PATH}/x86_64-w64-mingw32-gcc") 17 #set(CMAKE_CXX_COMPILER "${CROSS_PATH}/x86_64-w64-mingw32-g++") 18 set(CMAKE_RC_COMPILER "${CROSS_PATH}/x86_64-w64-mingw32-windres") 19 set(CMAKE_C_FLAGS "-Wno-error") 23 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3 25 # our desire for cross-build release optimization policy for code built to run 29 # sane value for cross-build here. Notice some gcc versions enable broken [all …]
|
| D | cross-arm-android-gnueabi.cmake | 2 # CMake Toolchain file for crosscompiling on ARM. 4 # This can be used when running cmake in the following way: 6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../cross-arm-linux-gnueabihf.cmake 9 set(CROSS_PATH /opt/libwebsockets_android/android-toolchain-arm) 18 set(CMAKE_C_COMPILER "${CROSS_PATH}/bin/arm-linux-androideabi-gcc") 19 set(CMAKE_CXX_COMPILER "${CROSS_PATH}/bin/arm-linux-androideabi-g++") 23 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3 25 # our desire for cross-build release optimization policy for code built to run 29 # sane value for cross-build here. Notice some gcc versions enable broken 30 # optimizations with -O3. [all …]
|
| D | cross-aarch64-qnx.cmake | 2 # CMake Toolchain file for crosscompiling aarch64 for QNX. 4 # This can be used when running cmake in the following way: 6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../cross-aarch64-qnx.cmake 18 set(CMAKE_C_COMPILER "${CROSS_PATH}/bin/ntoaarch64-gcc") 19 set(CMAKE_CXX_COMPILER "${CROSS_PATH}/bin/ntoaarch64-g++") 21 set(CMAKE_C_FLAGS "-Wno-error") 26 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3 28 # our desire for cross-build release optimization policy for code built to run 32 # sane value for cross-build here. Notice some gcc versions enable broken 33 # optimizations with -O3. [all …]
|
| D | cross-w64.cmake | 2 # CMake Toolchain file for crosscompiling on 64bit Windows platforms. 4 # This can be used when running cmake in the following way: 6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../contrib/cross-w64.cmake 13 set(CROSS_ROOT ${CROSS_PATH}/x86_64-w64-mingw32/sys-root/) 20 set(CMAKE_C_COMPILER "${CROSS_PATH}/bin/x86_64-w64-mingw32-gcc") 21 set(CMAKE_CXX_COMPILER "${CROSS_PATH}/bin/x86_64-w64-mingw32-g++") 22 set(CMAKE_RC_COMPILER "${CROSS_PATH}/bin/x86_64-w64-mingw32-windres") 23 set(CMAKE_C_FLAGS "-Wno-error") 27 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3 29 # our desire for cross-build release optimization policy for code built to run [all …]
|
| D | cross-w32.cmake | 2 # CMake Toolchain file for crosscompiling on 32bit Windows platforms. 4 # This can be used when running cmake in the following way: 6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../contrib/cross-w32.cmake -DLWS_WITH_SSL=0 13 set(CROSS_ROOT ${CROSS_PATH}/i686-w64-mingw32/sys-root/) 19 set(CMAKE_C_COMPILER "${CROSS_PATH}/bin/i686-w64-mingw32-gcc") 20 set(CMAKE_CXX_COMPILER "${CROSS_PATH}/bin/i686-w64-mingw32-g++") 21 set(CMAKE_RC_COMPILER "${CROSS_PATH}/bin/i686-w64-mingw32-windres") 25 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3 27 # our desire for cross-build release optimization policy for code built to run 31 # sane value for cross-build here. Notice some gcc versions enable broken [all …]
|
| D | cross-aarch64.cmake | 2 # CMake Toolchain file for crosscompiling on ARM. 4 # This can be used when running cmake in the following way: 6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../cross-arm-linux-gnueabihf.cmake 14 set(CMAKE_C_COMPILER "aarch64-linux-gnu-gcc") 15 set(CMAKE_CXX_COMPILER "aarch64-linux-gnu-g++") 19 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3 21 # our desire for cross-build release optimization policy for code built to run 25 # sane value for cross-build here. Notice some gcc versions enable broken 26 # optimizations with -O3. 29 set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -O2") [all …]
|
| /third_party/nghttp2/.github/workflows/ |
| D | build.yml | 5 permissions: read-all 16 build-cache: 19 os: [ubuntu-22.04, macos-12] 21 runs-on: ${{ matrix.os }} 24 - uses: actions/checkout@v4 25 - name: Restore libbpf cache 26 id: cache-libbpf 31 key: ${{ runner.os }}-libbpf-${{ env.LIBBPF_VERSION }} 32 - name: Restore OpenSSL v1.1.1 cache 33 id: cache-openssl1 [all …]
|
| /third_party/json/ |
| D | README.md | 4 [](https://github.com/nlohman… 8 …tps://scan.coverity.com/projects/5550/badge.svg)](https://scan.coverity.com/projects/nlohmann-json) 10 [](https://cirrus-ci.com/github/nlo… 11 … Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/json.svg)](https://bugs.chromiu… 12 [](https://wandbox.org/permlink/1mp1… 13 [](https://json.nlohmann.me) 14 [](https://raw.githubuserconten… 16 [](https://vcpkg.link/ports/nlohmann-… 17 …ging status](https://repology.org/badge/tiny-repos/nlohmann-json.svg)](https://repology.org/projec… 22 [](https://github.com/sponso… [all …]
|
| /third_party/benchmark/.github/workflows/ |
| D | sanitizer.yml | 13 runs-on: ubuntu-latest 15 fail-fast: false 19 compiler: ['clang', 'gcc'] 22 - uses: actions/checkout@v2 24 - name: configure msan env 27 …echo "EXTRA_FLAGS=-g -O2 -fno-omit-frame-pointer -fsanitize=memory -fsanitize-memory-track-origins… 30 - name: configure ubsan env 33 …echo "EXTRA_FLAGS=-g -O2 -fno-omit-frame-pointer -fsanitize=undefined -fno-sanitize-recover=all" >… 36 - name: configure asan env 39 …echo "EXTRA_FLAGS=-g -O2 -fno-omit-frame-pointer -fsanitize=address -fno-sanitize-recover=all" >> … [all …]
|
| /third_party/glfw/docs/ |
| D | compile.md | 11 ## Using CMake {#compile_cmake} 13 GLFW behaves like most other libraries that use CMake so this guide mostly 16 compile_deps and @ref compile_options sections for GLFW-specific information. 18 GLFW uses [CMake](https://cmake.org/) to generate project files or makefiles 20 files with CMake and then use them to compile the GLFW library. 23 CMake](https://cmake.org/download/) from their site. 25 If you are on a Unix-like system such as Linux, FreeBSD or Cygwin or have 26 a package system like Fink, MacPorts or Homebrew, you can install its CMake 29 CMake is a complex tool and this guide will only show a few of the possible ways 30 to set up and compile GLFW. The CMake project has their own much more detailed [all …]
|
| /third_party/pcre2/pcre2/.github/workflows/ |
| D | build.yml | 8 runs-on: ubuntu-latest 10 - name: Checkout 13 - name: Prepare 16 - name: Configure 17 run: ./configure CPPFLAGS='-Wall -Wextra' --enable-jit --enable-pcre2-16 --enable-pcre2-32 19 - name: Build 20 run: make -j2 22 - name: Test (main test script) 25 - name: Test (JIT test program) 28 - name: Test (pcre2grep test script) [all …]
|
123