Searched +full:- +full:dcmake_install_prefix (Results 1 – 25 of 101) sorted by relevance
12345
/external/grpc-grpc/test/distrib/cpp/ |
D | run_distrib_test_cmake.bat | 7 @rem http://www.apache.org/licenses/LICENSE-2.0 18 @rem TODO(jtattermusch): Kokoro has pre-installed protoc.exe in C:\Program Files\ProtoC and that di… 19 …TH. To avoid picking up the older version protoc.exe, we change the path to something non-existent. 25 @rem Download OpenSSL-Win32 originally installed from https://slproweb.com/products/Win32OpenSSL.ht… 26 …hell -Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/grpc-testin… 27 powershell -Command "Add-Type -Assembly 'System.IO.Compression.FileSystem'; [System.IO.Compression.… 30 set OPENSSL_DIR=%cd:\=/%/OpenSSL-Win32 35 cmake -DCMAKE_INSTALL_PREFIX=%INSTALL_DIR% .. 36 cmake --build . --config Release --target install || goto :error 42 cmake -DCMAKE_INSTALL_PREFIX=%INSTALL_DIR% -DZLIB_ROOT=%INSTALL_DIR% -Dprotobuf_MSVC_STATIC_RUNTIME… [all …]
|
/external/grpc-grpc/examples/cpp/helloworld/cmake_externalproject/ |
D | CMakeLists.txt | 7 # http://www.apache.org/licenses/LICENSE-2.0 19 # cmake's ExternalProject_Add() is used to import all the sub-projects, 21 # See https://blog.kitware.com/cmake-superbuilds-git-submodules/ 26 project(HelloWorld-SuperBuild C CXX) 30 # Builds c-ares project from the git submodule. 31 # Note: For all external projects, instead of using checked-out code, one could 34 ExternalProject_Add(c-ares 35 PREFIX c-ares 38 -DCARES_SHARED:BOOL=OFF 39 -DCARES_STATIC:BOOL=ON [all …]
|
/external/llvm/tools/xcode-toolchain/ |
D | CMakeLists.txt | 6 # toolchain. Xcode toolchains are a mostly-undocumented feature that allows 17 # This file generates a custom install-xcode-toolchain target which constructs 24 # cmake -G Ninja -DLLVM_CREATE_XCODE_TOOLCHAIN=On 25 # -DCMAKE_INSTALL_PREFIX=$PWD/install 26 # ninja install-xcode-toolchain 30 # `xcrun -find clang` should return the installed clang, and `clang --version` 44 COMMAND xcrun -find otool 59 COMMAND ${CMAKE_COMMAND} -E make_directory ${LLVMToolchainDir}) 63 … COMMAND ${CMAKE_COMMAND} -E copy "${XcodeDefaultInfo}" "${LLVMToolchainDir}/ToolchainInfo.plist" 64 …COMMAND /usr/libexec/PlistBuddy -c "Set:Identifier org.llvm.${PACKAGE_VERSION}" "${LLVMToolchainDi… [all …]
|
/external/tensorflow/tensorflow/contrib/cmake/ |
D | make.bat | 11 rem cmake ../ -G "Visual Studio 15 Win64" -DCMAKE_GENERATOR_TOOLSET=v141,host=x64 -DCMAKE_INSTALL_P… 26 python %SOURCE_PYTHON_SCRIPT% --raw_generate %SOURCE_VERSION_CC% --source_dir %SOURCE_DIR% --git_ta… 28 cmake ../ -G "Visual Studio 15 Win64" -DCMAKE_GENERATOR_TOOLSET=v141,host=x64 -DCMAKE_INSTALL_PREFI…
|
/external/ImageMagick/Magick++/fuzz/ |
D | build.sh | 1 #!/bin/bash -eu 5 ./configure --static --prefix="$WORK" 6 make -j$(nproc) CFLAGS="$CFLAGS -fPIC" 13 …--disable-xz --disable-xzdec --disable-lzmadec --disable-lzmainfo --disable-lzma-links --disable-s… 14 make -j$(nproc) 20 cmake . -DCMAKE_INSTALL_PREFIX=$WORK -DPNG_SHARED=off 21 make -j$(nproc) 25 # Build libjpeg-turbo 26 pushd "$SRC/libjpeg-turbo" 27 CFLAGS="$CFLAGS -fPIC" cmake . -DCMAKE_INSTALL_PREFIX=$WORK -DENABLE_STATIC=on -DENABLE_SHARED=off [all …]
|
/external/expat/ |
D | CMake.README | 6 Assuming ~/expat-2.2.6 is the source directory of expat, add a subdirectory 8 ~/expat-2.2.6$ mkdir build && cd build 9 ~/expat-2.2.6/build$ 13 ~/expat-2.2.6/build$ cmake .. 14 -- The C compiler identification is GNU 15 -- The CXX compiler identification is GNU 17 -- Configuring done 18 -- Generating done 19 -- Build files have been written to: /home/patrick/expat-2.2.6/build 22 -DCMAKE_INSTALL_PREFIX=/your/install/path to the cmake call. [all …]
|
/external/bcc/ |
D | INSTALL.md | 3 * [Kernel Configuration](#kernel-configuration) 5 - [Ubuntu](#ubuntu---binary) 6 - [Fedora](#fedora---binary) 7 - [Arch](#arch---aur) 8 - [Gentoo](#gentoo---portage) 9 - [openSUSE](#opensuse---binary) 10 - [RHEL](#redhat---binary) 12 - [Debian](#debian---source) 13 - [Ubuntu](#ubuntu---source) 14 - [Fedora](#fedora---source) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/docker/scripts/ |
D | build_install_llvm.sh | 2 #===- llvm/utils/docker/scripts/build_install_llvm.sh ---------------------===// 9 #===-----------------------------------------------------------------------===// 11 set -e 15 Usage: build_install_llvm.sh [options] -- [cmake-args] 18 Passes additional -DCMAKE_INSTALL_PREFIX and puts the build results into 19 the directory specified by --to option. 22 -h|--help show this help message 23 -i|--install-target name of a cmake install target to build and include in 25 --to destination directory where to install the targets. 26 Required options: --to, at least one --install-target. [all …]
|
/external/libcxx/utils/docker/scripts/ |
D | build_install_llvm.sh | 2 #===- llvm/utils/docker/scripts/build_install_llvm.sh ---------------------===// 9 #===-----------------------------------------------------------------------===// 11 set -e 15 Usage: build_install_llvm.sh [options] -- [cmake-args] 18 Passes additional -DCMAKE_INSTALL_PREFIX and puts the build results into 19 the directory specified by --to option. 22 -h|--help show this help message 23 -i|--install-target name of a cmake install target to build and include in 25 --install destination directory where to install the targets. 26 --source location of the source tree. [all …]
|
/external/tensorflow/tensorflow/contrib/cmake/external/ |
D | sqlite.cmake | 7 # http://www.apache.org/licenses/LICENSE-2.0 18 set(sqlite_URL https://mirror.bazel.build/www.sqlite.org/2018/sqlite-amalgamation-3230100.zip) 40 …PATCH_COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_CURRENT_SOURCE_DIR}/patches/sqlite/CMa… 44 -DCMAKE_BUILD_TYPE:STRING=Release 45 -DCMAKE_VERBOSE_MAKEFILE:BOOL=OFF 46 -DCMAKE_INSTALL_PREFIX:STRING=${sqlite_INSTALL} 54 …PATCH_COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_CURRENT_SOURCE_DIR}/patches/sqlite/CMa… 58 -DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=${tensorflow_ENABLE_POSITION_INDEPENDENT_CODE} 59 -DCMAKE_BUILD_TYPE:STRING=Release 60 -DCMAKE_VERBOSE_MAKEFILE:BOOL=OFF [all …]
|
/external/bcc/SPECS/ |
D | bcc+clang.spec | 13 Source1: http://llvm.org/releases/%{llvmver}/llvm-%{llvmver}.src.tar.xz 14 Source2: http://llvm.org/releases/%{llvmver}/cfe-%{llvmver}.src.tar.xz 17 …equires: bison, cmake >= 2.8.7, flex, gcc, gcc-c++, libxml2-devel, python2-devel, elfutils-libelf… 25 %setup -T -b 1 -n llvm-%{llvmver}.src 27 tar -xvvJf %{_sourcedir}/cfe-%{llvmver}.src.tar.xz -C tools/clang --strip 1 28 %setup -D -n bcc 36 pushd %{_builddir}/llvm-%{llvmver}.src 39 cmake .. -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD="X86;BPF" -DCMAKE_INSTALL_PREFIX=/usr 46 cmake .. -DREVISION_LAST=%{version} -DREVISION=%{version} -DCMAKE_INSTALL_PREFIX=/usr 55 * Fri Jul 03 2015 Brenden Blanco <bblanco@plumgrid.com> - 0.1.1-2 [all …]
|
/external/vulkan-headers/ |
D | BUILD.md | 7 1. [Contributing](#contributing-to-the-repository) 8 1. [Repository Content](#repository-content) 9 1. [Repository Set-up](#repository-set-up) 10 1. [Windows Build](#building-on-windows) 11 1. [Linux Build](#building-on-linux) 12 1. [MacOS Build](#building-on-macos) 17 API specification [repository](https://github.com/KhronosGroup/Vulkan-Docs). 30 If you are building other Vulkan-related repositories such as 31 [Vulkan-Loader](https://github.com/KhronosGroup/Vulkan-Loader), 40 - *install_dir*`/include/vulkan` : The header files found in the [all …]
|
/external/bcc/scripts/ |
D | bpf_demo.ks.erb | 5 lang en_US.UTF-8 8 url --url=<%= @mirror %>/Everything/x86_64/os/ 11 network --bootproto dhcp 13 authconfig --enableshadow --passalgo=sha512 --enablefingerprint 14 firewall --enabled --ssh 15 selinux --enforcing 16 timezone --utc America/Los_Angeles 17 #firstboot --disable 18 bootloader --location=mbr --append="console=tty0 console=ttyS0,115200 rd_NO_PLYMOUTH crashkernel=au… 20 clearpart --all --initlabel [all …]
|
/external/protobuf/cmake/ |
D | README.md | 6 and optionally [Git](http://git-scm.com) installed on your computer before proceeding. 48 C:\Path\to> git clone -b [release_tag] https://github.com/google/protobuf.git 50 Where *[release_tag]* is a git tag like *v3.0.0-beta-1* or a branch name like *master* 58 Protobuf unit-tests require gmock to build. If you download protobuf source code 61 download it manually or skip building protobuf unit-tests. 65 C:\Path\to\protobuf>git clone -b release-1.7.0 https://github.com/google/googlemock.git gmock 70 …C:\Path\to\protobuf\gmock>git clone -b release-1.7.0 https://github.com/google/googletest.git gtest 72 If you absolutely don't want to build and run protobuf unit-tests, skip 86 [generators](http://www.cmake.org/cmake/help/latest/manual/cmake-generators.7.html) 89 [Makefile](http://www.cmake.org/cmake/help/latest/manual/cmake-generators.7.html#makefile-generator… [all …]
|
/external/clang/runtime/ |
D | CMakeLists.txt | 20 set(${out_var} ${CMAKE_COMMAND} --build . --target ${target} 21 --config $<CONFIGURATION> PARENT_SCOPE) 25 set(COMPILER_RT_SRC_ROOT ${LLVM_MAIN_SRC_DIR}/projects/compiler-rt) 38 # Add compiler-rt as an external project. 39 set(COMPILER_RT_PREFIX ${CMAKE_BINARY_DIR}/projects/compiler-rt) 41 set(STAMP_DIR ${CMAKE_CURRENT_BINARY_DIR}/compiler-rt-stamps/) 42 set(BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}/compiler-rt-bins/) 44 add_custom_target(compiler-rt-clear 45 COMMAND ${CMAKE_COMMAND} -E remove_directory ${BINARY_DIR} 46 COMMAND ${CMAKE_COMMAND} -E remove_directory ${STAMP_DIR} [all …]
|
/external/deqp-deps/SPIRV-Tools/kokoro/scripts/windows/ |
D | build.bat | 7 :: http://www.apache.org/licenses/LICENSE-2.0 20 set SRC=%cd%\github\SPIRV-Tools 28 git clone --depth=1 https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers 29 git clone --depth=1 https://github.com/google/googletest external/googletest 30 git clone --depth=1 https://github.com/google/effcee external/effcee 31 git clone --depth=1 https://github.com/google/re2 external/re2 63 …-GNinja -DSPIRV_SKIP_TESTS=ON -DSPIRV_BUILD_COMPRESSION=ON -DCMAKE_BUILD_TYPE=%BUILD_TYPE% -DCMAKE… 65 … -GNinja -DSPIRV_BUILD_COMPRESSION=ON -DCMAKE_BUILD_TYPE=%BUILD_TYPE% -DCMAKE_INSTALL_PREFIX=insta… 80 ctest -C %BUILD_TYPE% --output-on-failure --timeout 300 86 rm -rf %SRC%\build [all …]
|
/external/parameter-framework/upstream/ |
D | appveyor.yml | 1 version: 3.0.0-{build} 13 # See: https://msdn.microsoft.com/en-us/library/bb513638%28VS.85%29.aspx 14 - reg add "HKLM\SYSTEM\CurrentControlSet\Control\Windows" /f /v ErrorMode /d 2 18 # | - Check online for a solution and close the program | 19 # | - Close the program | 20 # See: https://msdn.microsoft.com/en-us/library/bb513638%28VS.85%29.aspx 21 - reg add "HKLM\Software\Microsoft\Windows\Windows Error Reporting" /f /v DontShowUI /d 1 24 - set PREFIX_PATH=%APPVEYOR_BUILD_FOLDER%\asio-1.10.6;%APPVEYOR_BUILD_FOLDER%\catch 26 - set INSTALL=%HOMEPATH%\install 28 - set CTEST_PARAMS=--output-on-failure [all …]
|
/external/llvm/cmake/modules/ |
D | LLVMExternalProjectUtils.cmake | 8 set(${out_var} "$(MAKE)" "-C" "${BINARY_DIR}" "${target}" PARENT_SCOPE) 10 set(${out_var} ${CMAKE_COMMAND} --build ${bin_dir} --target ${target} 11 --config $<CONFIGURATION> PARENT_SCOPE) 17 # Use just-built tools (see TOOLCHAIN_TOOLS) 23 # Always clean the sub-project before building 53 set(ARG_RUNTIME_LIBRARIES compiler-rt libcxx) 66 if(FOUND_CLANG GREATER -1) 74 set(STAMP_DIR ${CMAKE_CURRENT_BINARY_DIR}/${name}-stamps/) 75 set(BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}/${name}-bins/) 77 add_custom_target(${name}-clear [all …]
|
/external/libdivsufsort/ |
D | README.md | 6 * 2015-03-21: The project has moved from [Google Code](http://code.google.com/p/libdivsufsort/) to … 9 …PI to construct a suffix array and a Burrows-Wheeler transformed string from a given string over a… 10 The algorithm runs in O(n log n) worst-case time using only 5n+O(1) bytes of memory space, where n … 16 * CMake-supported build tool 22 git clone https://github.com/y-256/libdivsufsort.git 32 If you want to install to a different location, change the -DCMAKE_INSTALL_PREFIX option. 34 $ cmake -DCMAKE_BUILD_TYPE="Release" \ 35 -DCMAKE_INSTALL_PREFIX="/usr/local" .. 55 * @param T[0..n-1] The input string. 56 * @param SA[0..n-1] The output array or suffixes. [all …]
|
/external/libcxx/utils/ci/ |
D | macos-trunk.sh | 3 set -ue 7 $(basename ${0}) [-h|--help] --libcxx-root <LIBCXX-ROOT> --libcxxabi-root <LIBCXXABI-ROOT> --std <S… 11 --libcxx-root Full path to the root of the libc++ repository to test. 12 --libcxxabi-root Full path to the root of the libc++abi repository to test. 13 --std Version of the C++ Standard to run the tests under (c++03, c++11, etc..). 14 --arch Architecture to build the tests for (32, 64). 15 …[--lit-args] Additional arguments to pass to lit (optional). If there are multiple arguments,… 16 …[--no-cleanup] Do not cleanup the temporary directory that was used for testing at the end. Thi… 17 [-h, --help] Print this help. 21 while [[ $# -gt 0 ]]; do [all …]
|
/external/adeb/bcc/ |
D | build-bcc.sh | 4 spath=$( cd "$(dirname "$0")" ; pwd -P ) 7 rm -rf build && mkdir -p build && cd build 8 cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_C_COMPILER=clang-6.0 -DCMAKE_CXX_COMPILER=clang++-6.0 9 make -j4 12 rm -rf build
|
/external/deqp-deps/glslang/ |
D | README.md | 3 https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/ 11 [![Build Status](https://travis-ci.org/KhronosGroup/glslang.svg?branch=master)](https://travis-ci.o… 18 1. A GLSL/ESSL front-end for reference validation and translation of GLSL/ESSL into an AST. 20 2. An HLSL front-end for translation of a broad generic HLL into the AST. See [issue 362](https://g… 22 3. A SPIR-V back end for translating the AST to SPIR-V. 24 4. A standalone wrapper, `glslangValidator`, that can be used as a command-line tool for the above. 32 ------------------------------- 38 The applied stage-specific rules are based on the file extension: 46 There is also a non-shader extension 50 -------- [all …]
|
/external/google-fruit/extras/packaging/ |
D | PKGBUILD | 16 source=("fruit-${pkgver}.tar.gz") 20 cd "${srcdir}/fruit-${pkgver}" 21 cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo . 26 cd "${srcdir}/fruit-${pkgver}"
|
D | debian.rules | 1 #!/usr/bin/make -f 6 CFLAGS = -g 8 CFLAGS += -O0 10 CFLAGS += -O2 13 build: build-stamp 14 build-stamp: 17 cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo 20 touch build-stamp 25 rm -f build-stamp 34 dh_clean -k [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/ |
D | README.txt | 5 ------------- 13 --------------------- 19 The bindings can also be built out-of-tree, i.e. targeting a preinstalled 22 $ cmake -DLLVM_OCAML_OUT_OF_TREE=TRUE \ 23 -DCMAKE_INSTALL_PREFIX=[OCaml install prefix] \ 29 $ cmake -P bindings/ocaml/cmake_install.cmake
|
12345