Searched +full:- +full:dpython_executable (Results 1 – 16 of 16) sorted by relevance
/external/python/pybind11/.github/workflows/ |
D | ci.yml | 8 - master 9 - stable 10 - v* 17 fail-fast: false 19 runs-on: [ubuntu-latest, windows-latest, macos-latest] 21 - 2.7 22 - 3.5 23 - 3.6 24 - 3.9 25 # - 3.10-dev # Re-enable once 3.10.0a5 is released [all …]
|
D | configure.yml | 8 - master 9 - stable 10 - v* 17 fail-fast: false 19 runs-on: [ubuntu-latest, macos-latest, windows-latest] 24 - runs-on: ubuntu-latest 28 - runs-on: macos-latest 32 - runs-on: windows-2016 36 - runs-on: windows-2016 40 name: 3.7 • CMake ${{ matrix.cmake }} • ${{ matrix.runs-on }} [all …]
|
/external/python/pybind11/tests/test_cmake_build/ |
D | CMakeLists.txt | 1 # Built-in in CMake 3.5+ 9 set(build_options "-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}") 12 list(APPEND build_options "-DPYBIND11_FINDPYTHON=${PYBIND11_FINDPYTHON}") 15 list(APPEND build_options "-DPython_ROOT_DIR=${Python_ROOT_DIR}") 18 list(APPEND build_options "-DPython_EXECUTABLE=${Python_EXECUTABLE}") 20 list(APPEND build_options "-DPYTHON_EXECUTABLE=${PYTHON_EXECUTABLE}") 24 list(APPEND build_options "-DCMAKE_CXX_STANDARD=${CMAKE_CXX_STANDARD}") 28 list(APPEND build_options "-Dpybind11_SOURCE_DIR=${pybind11_SOURCE_DIR}") 30 list(APPEND build_options "-DCMAKE_PREFIX_PATH=${pybind11_BINARY_DIR}/mock_install") 36 --build-and-test [all …]
|
/external/oss-fuzz/projects/open62541/ |
D | build.sh | 1 #!/bin/bash -eu 8 # http://www.apache.org/licenses/LICENSE-2.0 18 mkdir -p $WORK/open62541 30 cmake -DCMAKE_BUILD_TYPE=Debug -DUA_ENABLE_AMALGAMATION=OFF \ 31 -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2 \ 32 -DBUILD_SHARED_LIBS=OFF -DUA_BUILD_EXAMPLES=OFF -DUA_LOGLEVEL=600 \ 33 -DUA_ENABLE_ENCRYPTION=ON \ 34 -DUA_BUILD_OSS_FUZZ=ON \ 39 make -j1 42 $SRC/open62541/tests/fuzz/oss-fuzz-copy.sh
|
/external/tensorflow/tensorflow/tools/ci_build/windows/cpu/cmake/ |
D | run_build.bat | 6 :: - JDK8, and JAVA_HOME set. 7 :: - Microsoft Visual Studio 2015 Community Edition 8 :: - Msys2 9 :: - Anaconda3 10 :: - CMake 29 IF DEFINED SWIG_EXE (ECHO SWIG_EXE is set to %SWIG_EXE%) ELSE (SET SWIG_EXE="C:\swigwin-3.0.10\swig… 39 …-A x64 -DSWIG_EXECUTABLE=%SWIG_EXE% -DPYTHON_EXECUTABLE=%PY_EXE% -DCMAKE_BUILD_TYPE=Release -DPYTH…
|
/external/tensorflow/tensorflow/tools/ci_build/windows/gpu/cmake/ |
D | run_build.bat | 6 :: - JDK8, and JAVA_HOME set. 7 :: - Microsoft Visual Studio 2015 Community Edition 8 :: - Msys2 9 :: - Anaconda3 10 :: - CMake 29 IF DEFINED SWIG_EXE (ECHO SWIG_EXE is set to %SWIG_EXE%) ELSE (SET SWIG_EXE="C:\swigwin-3.0.10\swig… 39 …-A x64 -DSWIG_EXECUTABLE=%SWIG_EXE% -DPYTHON_EXECUTABLE=%PY_EXE% -DCMAKE_BUILD_TYPE=Release -DPYTH…
|
/external/deqp-deps/SPIRV-Tools/kokoro/scripts/macos/ |
D | build.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 19 set -e 21 set -x 24 SRC=$PWD/github/SPIRV-Tools 28 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-mac.zip 29 unzip -q ninja-mac.zip 34 git clone --depth=1 https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers 36 cd external && cd googletest && git reset --hard 1fb1bb23bb8418dc73a5a9a82bbed31dc610fec7 && cd .. … 37 git clone --depth=1 https://github.com/google/effcee external/effcee 38 git clone --depth=1 https://github.com/google/re2 external/re2 [all …]
|
/external/llvm/docs/ |
D | HowToBuildOnARM.rst | 11 This document is *NOT* tailored to help you cross-compile LLVM/Clang 13 out more about cross-compiling, please check :doc:`HowToCrossCompileLLVM`. 22 Pandaboard, have become hard-float platforms. There are a number of 28 the relevant back-ends (ARM and AArch64), since it's very unlikely that 29 you'll use an ARM board to cross-compile to other arches. If you're 30 running Compiler-RT tests, also include the x86 back-end, or some tests 33 .. code-block:: bash 35 cmake $LLVM_SRC_DIR -DCMAKE_BUILD_TYPE=Release \ 36 -DLLVM_TARGETS_TO_BUILD="ARM;X86;AArch64" 40 .. code-block:: bash [all …]
|
/external/python/pybind11/.github/ |
D | CONTRIBUTING.md | 12 question, it's essential that you submit a self-contained and minimal piece of 28 * Add tests for any new functionality and run the test suite (`cmake --build 29 build --target pytest`) to ensure that no existing features break. 30 * Please run [`pre-commit`][pre-commit] to check your code matches the 31 project style. (Note that `gawk` is required.) Use `pre-commit run 32 --all-files` before committing (or use installed-mode, check pre-commit docs) 39 pybind11 is provided under a BSD-style license that can be found in the 48 hereby grant the following license: a non-exclusive, royalty-free perpetual 60 python3 -m venv venv 62 pip install -r tests/requirements.txt [all …]
|
/external/cronet/third_party/googletest/src/ |
D | CONTRIBUTING.md | 13 [individual CLA](https://developers.google.com/open-source/cla/individual). 16 [corporate CLA](https://developers.google.com/open-source/cla/corporate). 40 ([see details above](#contributor-license-agreements)). 80 [google-styleguide](https://github.com/google/styleguide) project. All patches 83 [.clang-format](https://github.com/google/googletest/blob/master/.clang-format) 92 tests and re-generating certain source files from templates) 107 cmake -Dgtest_build_tests=ON -Dgmock_build_tests=ON ${GTEST_REPO_DIR} 112 cmake -Dgtest_build_tests=ON ${GTEST_DIR} # sets up Google Test tests 113 cmake -Dgmock_build_tests=ON ${GMOCK_DIR} # sets up Google Mock tests 120 cmake -DPYTHON_EXECUTABLE=path/to/python ...
|
/external/googletest/ |
D | CONTRIBUTING.md | 13 [individual CLA](https://developers.google.com/open-source/cla/individual). 16 [corporate CLA](https://developers.google.com/open-source/cla/corporate). 79 [google-styleguide](https://github.com/google/styleguide) project. All patches 82 [.clang-format](https://github.com/google/googletest/blob/master/.clang-format) 91 tests and re-generating certain source files from templates) 106 cmake -Dgtest_build_tests=ON -Dgmock_build_tests=ON ${GTEST_REPO_DIR} 111 cmake -Dgtest_build_tests=ON ${GTEST_DIR} # sets up Google Test tests 112 cmake -Dgmock_build_tests=ON ${GMOCK_DIR} # sets up Google Mock tests 119 cmake -DPYTHON_EXECUTABLE=path/to/python ...
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/kokoro/scripts/linux/ |
D | build-docker.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 19 set -e 21 set -x 26 git config --global --add safe.directory $ROOT_DIR 31 using clang-10.0.0 33 using gcc-9 40 if [[ -d "$dir" ]]; then 41 rm -fr "$dir" 46 if [ $TOOL != "cmake-smoketest" ]; then 48 /usr/bin/python3 utils/git-sync-deps --treeless [all …]
|
/external/deqp-deps/SPIRV-Tools/kokoro/scripts/linux/ |
D | build-docker.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 19 set -e 21 set -x 26 using clang-10.0.0 28 using gcc-9 36 if [[ ! -d "$dir" ]]; then 43 if [[ -d "$dir" ]]; then 44 rm -fr "$dir" 49 clone_if_missing https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers --depth=1 51 pushd external/googletest; git reset --hard 1fb1bb23bb8418dc73a5a9a82bbed31dc610fec7; popd [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/linux/ |
D | build-docker.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 19 set -e 21 set -x 26 git config --global --add safe.directory $ROOT_DIR 31 using clang-10.0.0 33 using gcc-9 40 if [[ -d "$dir" ]]; then 41 rm -fr "$dir" 47 /usr/bin/python3 utils/git-sync-deps --treeless 50 using cmake-3.17.2 [all …]
|
/external/python/pybind11/docs/ |
D | compiling.rst | 6 .. _build-setuptools: 24 :ref:`setup_helpers-pep518` (good, but very new and requires Pip 10), 25 :ref:`setup_helpers-setup_requires` (discouraged by Python packagers now that 27 :ref:`setup_helpers-copy-manually` (always works but you have to manually sync 32 .. code-block:: python 54 .. code-block:: python 73 Since pybind11 does not require NumPy when building, a light-weight replacement 76 .. code-block:: python 95 using ``pip install -e .`` and do not have local headers, you can skip the 99 .. code-block:: python [all …]
|
D | faq.rst | 41 .. code-block:: cpp 52 provided by the caller -- in fact, it does nothing at all. 54 .. code-block:: python 59 pybind11 is also affected by such language-level conventions, which means that 70 .. code-block:: cpp 76 .. code-block:: cpp 89 .. code-block:: cpp 103 .. code-block:: cpp 111 .. code-block:: cpp 114 m.def("sub", [](int a, int b) { return a - b; }); [all …]
|