Searched +full:- +full:dcmake_system_name (Results 1 – 25 of 58) sorted by relevance
123
8 runs-on: ubuntu-20.0410 - uses: actions/checkout@v312 fetch-depth: 013 - name: Download models15 - name: Install CMake 3.117 …curl -sL https://github.com/Kitware/CMake/releases/download/v3.1.0/cmake-3.1.0-Linux-x86_64.sh -o …19 sudo ./cmakeinstall.sh --prefix=/usr/local --exclude-subdir21 sudo apt-get install libidn1122 - name: Create Work Dir24 - name: Configure[all …]
6 The following instructions have been tested on Ubuntu 16.04.3 64-bit PC (AMD64)28 ldd --version31 <pre class="tfo-notebook-code-cell-output">32 ldd (Debian GLIBC 2.28-10) 2.2841 If your target is ARM 32-bit, there are two ABI available depending on VFP54 <pre class="tfo-notebook-code-cell-output">70 [Ubuntu Server 20.04.01 LTS 64-bit](https://ubuntu.com/download/raspberry-pi)75 These commands install gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu toolchain79 …-LO https://storage.googleapis.com/mirror.tensorflow.org/developer.arm.com/media/Files/downloads/g…80 mkdir -p ${HOME}/toolchains[all …]
34 set(OPUS_CUSTOM_MODES_HELP_STR "enable non-Opus modes, e.g. 44.1 kHz & 2^n frames.")46 set(OPUS_FIXED_POINT_HELP_STR "compile as fixed-point (for machines without a fast enough FPU).")62 set(OPUS_HARDENING_HELP_STR "run-time checks that are cheap and safe for use in production.")70 set(OPUS_CHECK_ASM_HELP_STR "enable bit-exactness checks between optimized and c implementations.")78 set(OPUS_INSTALL_PKG_CONFIG_MODULE_HELP_STR "install pkg-config module.")100 set(OPUS_FIXED_POINT_DEBUG_HELP_STR "debug fixed-point implementation.")116 set(OPUS_USE_ALLOCA_HELP_STR "use alloca for stack arrays (on non-C99 compilers).")253 "https://git-scm.com/"347 target_compile_options(opus PRIVATE -ffast-math)355 target_compile_options(opus PRIVATE -fstack-protector-strong)[all …]
8 # http://www.apache.org/licenses/LICENSE-2.016 set -ex19 PYTHON="${CI_BUILD_PYTHON:-python3}"20 VERSION_SUFFIX=${VERSION_SUFFIX:-}23 …ION = " "${TENSORFLOW_DIR}/tensorflow/tools/pip_package/setup.py" | cut -d= -f2 | sed "s/[ '-]//g")25 export PROJECT_NAME=${WHEEL_PROJECT_NAME:-tflite_runtime}27 TENSORFLOW_TARGET=${TENSORFLOW_TARGET:-$1}31 PYTHON_INCLUDE=$(${PYTHON} -c "from sysconfig import get_paths as gp; print(gp()['include'])")32 PYBIND11_INCLUDE=$(${PYTHON} -c "import pybind11; print (pybind11.get_include())")33 NUMPY_INCLUDE=$(${PYTHON} -c "import numpy; print (numpy.get_include())")[all …]
1 # Copyright (c) 2023-2024 Cosmin Truta.6 # SPDX-License-Identifier: MIT12 -DCMAKE_SYSTEM_NAME=FreeBSD13 -DCMAKE_SYSTEM_PROCESSOR=$CI_TARGET_ARCH
1 # Copyright (c) 2023-2024 Cosmin Truta.6 # SPDX-License-Identifier: MIT12 -DCMAKE_SYSTEM_NAME=Darwin13 -DCMAKE_SYSTEM_PROCESSOR=$CI_TARGET_ARCH14 -DCMAKE_OSX_ARCHITECTURES=$CI_TARGET_ARCH
1 # Copyright (c) 2023-2024 Cosmin Truta.6 # SPDX-License-Identifier: MIT12 export CI_AR="llvm-ar"13 export CI_RANLIB="llvm-ranlib"16 -DCMAKE_SYSTEM_NAME=Windows17 -DCMAKE_SYSTEM_PROCESSOR=$CI_TARGET_ARCH
1 # Copyright (c) 2023-2024 Cosmin Truta.6 # SPDX-License-Identifier: MIT11 export CI_CC="$CI_TARGET_ARCH-pc-$CI_TARGET_SYSTEM-gcc"12 export CI_AR="$CI_CC-ar"13 export CI_RANLIB="$CI_CC-ranlib"16 -DCMAKE_SYSTEM_NAME=CYGWIN17 -DCMAKE_SYSTEM_PROCESSOR=$CI_TARGET_ARCH
1 # Copyright (c) 2023-2024 Cosmin Truta.6 # SPDX-License-Identifier: MIT11 export CI_CC="$CI_TARGET_ARCH-pc-$CI_TARGET_SYSTEM-gcc"12 export CI_AR="$CI_CC-ar"13 export CI_RANLIB="$CI_CC-ranlib"16 -DCMAKE_SYSTEM_NAME=Generic17 -DCMAKE_SYSTEM_PROCESSOR=$CI_TARGET_ARCH
1 # Copyright (c) 2023-2024 Cosmin Truta.6 # SPDX-License-Identifier: MIT14 # https://github.com/open-watcom/open-watcom-v2/discussions/71617 -DCMAKE_SYSTEM_NAME=DOS
1 # Copyright (c) 2023-2024 Cosmin Truta.6 # SPDX-License-Identifier: MIT14 # https://github.com/open-watcom/open-watcom-v2/discussions/71617 -DCMAKE_SYSTEM_NAME=DOS18 -DCMAKE_SYSTEM_PROCESSOR=I86
1 # Copyright (c) 2023-2024 Cosmin Truta.6 # SPDX-License-Identifier: MIT12 export CI_GCC="${CI_GCC-gcc}"14 export CI_CC="$CI_TARGET_ARCH-$CI_TARGET_SYSTEM-$CI_TARGET_ABI-$CI_GCC"15 export CI_AR="$CI_TARGET_ARCH-$CI_TARGET_SYSTEM-$CI_TARGET_ABI-ar"16 export CI_RANLIB="$CI_TARGET_ARCH-$CI_TARGET_SYSTEM-$CI_TARGET_ABI-ranlib"19 -DCMAKE_SYSTEM_NAME=Linux20 -DCMAKE_SYSTEM_PROCESSOR=$CI_TARGET_ARCH