Home
last modified time | relevance | path

Searched +full:build +full:- +full:packages (Results 1 – 25 of 1076) sorted by relevance

12345678910>>...44

/external/pigweed/docs/
Dpython_build.rst1 .. _docs-python-build:
4 Pigweed's GN Python Build
9 - :bdg-ref-primary-line:`module-pw_build-python` for detailed template usage.
10 - :bdg-ref-primary-line:`module-pw_build` for other GN templates available
12 - :bdg-ref-primary-line:`docs-build-system` for a high level guide and
13 background information on Pigweed's build system as a whole.
15 Pigweed uses a custom GN-based build system to manage its Python code. The
16 Pigweed Python build supports packaging, installation and distribution of
17 interdependent local Python packages. It also provides for fast, incremental
19 with :ref:`module-pw_watch`) or in continuous integration.
[all …]
/external/rust/crates/grpcio-sys/grpc/test/distrib/csharp/DistribTest/
DDistribTest.csproj1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/ms…
4 …ect="..\packages\Grpc.Tools.__GRPC_NUGET_VERSION__\build\Grpc.Tools.props" Condition="Exists('..\p…
8 <ProjectGuid>{A3E61CC3-3710-49A3-A830-A0066EDBCE2F}</ProjectGuid>
60 <!-- this project is built with a legacy C# compiler, so ref structs are not supported.
62 generate code -->
64 <!-- Create a binding redirect to avoid mismatch between different versions of System.Memory
66 See http://go.microsoft.com/fwlink/?LinkId=294190 -->
71 <HintPath>..\packages\Grpc.Auth.__GRPC_NUGET_VERSION__\lib\net45\Grpc.Auth.dll</HintPath>
74 <HintPath>..\packages\Grpc.Core.__GRPC_NUGET_VERSION__\lib\net45\Grpc.Core.dll</HintPath>
[all …]
/external/libkmsxx/
D.travis.yml5 # Only build test master & travis
8 - master
9 - travis
16 packages: &packages
17 - libdrm-dev
18 - libegl1-mesa-dev
19 - libgles2-mesa-dev
20 - libwayland-dev
21 - libx11-xcb-dev
22 - libx11-dev
[all …]
/external/bcc/
DINSTALL.md3 * [Kernel Configuration](#kernel-configuration)
4 * [Packages](#packages)
5 - [Debian](#debian---binary)
6 - [Ubuntu](#ubuntu---binary)
7 - [Fedora](#fedora---binary)
8 - [Arch](#arch---binary)
9 - [Gentoo](#gentoo---portage)
10 - [openSUSE](#opensuse---binary)
11 - [RHEL](#rhel---binary)
12 - [Amazon Linux 1](#amazon-linux-1---binary)
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dcmake.yml4 ci-cmake:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu 18.04 GCC
12 os: ubuntu-18.04
14 cxx-compiler: g++
16 - name: Ubuntu GCC ASAN
17 os: ubuntu-latest
19 cxx-compiler: g++
20 cmake-args: -DWITH_SANITIZER=Address
[all …]
Dconfigure.yml4 ci-configure:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu GCC
12 os: ubuntu-latest
14 configure-args: --warn
16 - name: Ubuntu 18.04 GCC
17 os: ubuntu-18.04
19 configure-args: --warn
21 - name: Ubuntu GCC OSB
[all …]
/external/python/cpython3/Tools/nuget/
Dbuild.bat12 set PACKAGES= variable
16 if "%~1" EQU "-h" goto Help
17 if "%~1" EQU "-x86" (set BUILDX86=1) && shift && goto CheckOpts
18 if "%~1" EQU "-x64" (set BUILDX64=1) && shift && goto CheckOpts
19 if "%~1" EQU "-arm32" (set BUILDARM32=1) && shift && goto CheckOpts
20 if "%~1" EQU "-r" (set REBUILD=-r) && shift && goto CheckOpts
21 if "%~1" EQU "-o" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts
22 if "%~1" EQU "--out" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts
23 if "%~1" EQU "-p" (set PACKAGES=%PACKAGES% %~2) && shift && shift && goto CheckOpts variable
24 if "%~1" EQU "--python-exe" (set PYTHON_EXE="/p:PythonExe=%~2") && shift && shift && goto CheckOpts
[all …]
/external/python/cpython2/Tools/nuget/
Dbuild.bat10 set PACKAGES= variable
13 if "%~1" EQU "-h" goto Help
14 if "%~1" EQU "-x86" (set BUILDX86=1) && shift && goto CheckOpts
15 if "%~1" EQU "-x64" (set BUILDX64=1) && shift && goto CheckOpts
16 if "%~1" EQU "-r" (set REBUILD=-r) && shift && goto CheckOpts
17 if "%~1" EQU "-o" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts
18 if "%~1" EQU "--out" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts
19 if "%~1" EQU "-p" (set PACKAGES=%PACKAGES% %~2) && shift && shift && goto CheckOpts variable
23 if not defined NUGET where nuget -q || echo Cannot find nuget.exe on PATH and NUGET is not set. && …
26 if not defined PYTHON set PYTHON=py -3
[all …]
/external/libabigail/doc/manuals/
Dfedabipkgdiff.rst8 packages. It's a convenient way to do so without having to manually
9 download packages from the `Fedora Build System`_.
11 ``fedabipkgdiff`` knows how to talk with the `Fedora Build System`_ to
12 find the right packages versions, their associated debug information
13 and development packages, download them, compare their ABI locally,
17 are defined in public header files found in the development packages
18 associated with the packages being compared. It also reports ABI
20 and exported in the ELF binaries found in the packages being compared.
40 * Default system-wide suppression specification file
45 suppression file $libdir/libabigail/libabigail-default.abignore. If
[all …]
/external/python/setuptools/setuptools/tests/
Dtest_config_discovery.py11 import setuptools # noqa -- force distutils.core to be patched
25 # find_parent_package should find a non-namespace parent package
29 packages = ["namespace", "namespace.pkg", "namespace.pkg.nested"]
30 assert find_parent_package(packages, {"": "src"}, tmp_path) == "namespace.pkg"
33 # find_parent_package should return null if the given list of packages does not
43 """Make sure discovered values for ``packages`` and ``py_modules`` work
48 "explicit-src": {
50 "packages": ["pkg"]
52 "variation-lib": {
53 "package_dir": {"": "lib"}, # variation of the source-layout
[all …]
/external/fmtlib/
D.travis.yml12 - secure: |-
20 - env: BUILD=Doc
23 - env: COMPILER=g++-6 BUILD=Debug STANDARD=14
29 - ubuntu-toolchain-r-test
30 packages:
31 - g++-6
32 - env: COMPILER=g++-6 BUILD=Release STANDARD=14
38 - ubuntu-toolchain-r-test
39 packages:
40 - g++-6
[all …]
/external/python/setuptools/setuptools/tests/integration/
Dtest_pip_install_sdist.py1 """Integration tests for setuptools that focus on building packages via pip.
4 combinations of packages, operating systems, supporting libraries, etc, but
5 rather check a limited number of popular packages and how they interact with
9 The number of tested packages is purposefully kept small, to minimise duration
10 and the associated maintenance cost (changes in the way these packages define
11 their build process may require changes in the tests).
33 # packages.
38 # Packages to be tested:
41 # that `build-essential`, `gfortran` and `libopenblas-dev` are installed,
50 # --- Popular packages: https://hugovk.github.io/top-pypi-packages/ ---
[all …]
/external/libabigail/
DCOMPILING2 the moment the dependencies are the following Free Software packages:
9 following packages:
13 pkg-config
15 If you want to build the documentation of libabigail, then you also
16 need these packages (and their dependencies):
19 python-sphinx
21 Note that if you are installing these packages in a binary form
23 development variant of those packages if the distribution has one.
25 Once you have installed the development packages of the dependencies,
27 kinds of source code packages you have: either you have the source
[all …]
/external/libsrtp2/
D.travis.yml7- secure: "QD09MuUxftXRXtz7ZrB7S0NV/3O9yVhjvIlCSbXN8B87rNSDC8wxMThKMT7iZewnqGk53m+Up19PiMw5ERlHose…
12 # linux build
13 - os: linux
15 - TEST="linux (gcc / valgrind)"
19 - ubuntu-toolchain-r-test
20 packages:
21 - gcc-6
22 - valgrind
24 - CC=gcc-6 EXTRA_CFLAGS=-Werror ./configure
25 - make
[all …]
/external/toolchain-utils/binary_search_tool/cros_pkg/
DREADME.cros_pkg_triage.md13 …/sites.google.com/a/google.com/chromeos-toolchain-team-home2/home/team-tools-and-scripts/binary-se…
17 packages in a ChromeOS build.
22 After setting up your 3 build trees (see Prerequisites section), do the
25 - Decide which test script to use (`boot_test.sh` or
27 - Get the IP name or address of the chromebook you will use for testing.
28 - Do the following inside your chroot:
32 $ ./cros_pkg/setup.sh <board-to-test> <IP-name-or-address-of-chromebook>
39 --get_initial_items=cros_pkg/get_initial_items.sh \
40 --switch_to_good=cros_pkg/switch_to_good.sh \
41 --switch_to_bad=cros_pkg/switch_to_bad.sh \
[all …]
/external/python/setuptools/docs/
Dsetuptools.rst2 Building and Distributing Packages with Setuptools
6 that allow developers to more easily build and
7 distribute Python packages, especially ones that have dependencies on other
8 packages.
10 Packages built and distributed using ``setuptools`` look to the user like
11 ordinary Python packages based on the ``distutils``.
15 * Create `Python Eggs <http://peak.telecommunity.com/DevCenter/PythonEggs>`_ -
16 a single-file importable distribution format
18 * Enhanced support for accessing data files hosted in zipped packages.
20 * Automatically include all packages in your source tree, without listing them
[all …]
/external/openthread/third_party/nlbuild-autotools/repo/
DREADME.md1 Nest Labs Build - GNU Autotools
4 [![Build Status][nlbuild-autotools-travis-svg]][nlbuild-autotools-travis]
6 [nlbuild-autotools-travis]: https://travis-ci.org/nestlabs/nlbuild-autotools
7 [nlbuild-autotools-travis-svg]: https://travis-ci.org/nestlabs/nlbuild-autotools.svg?branch=master
11 The Nest Labs Build - GNU Autotools (nlbuild-autotools) provides a
12 customized, turnkey build system framework, based on GNU autotools, for
13 standalone Nest Labs (or other) software packages that need to support
14 not only building on and targeting against standalone build host
15 systems but also embedded target systems using GCC-based or
16 -compatible toolchains.
[all …]
/external/python/setuptools/setuptools/_distutils/command/
Dbuild_py.py17 description = "\"build\" pure Python modules (copy to build directory)"
20 ('build-lib=', 'd', "directory to \"build\" (copy) to"),
22 ('no-compile', None, "don't compile .py files [default]"),
24 "also compile with optimization: -O1 for \"python -O\", "
25 "-O2 for \"python -OO\", and -O0 to disable [default: -O0]"),
26 ('force', 'f', "forcibly build everything (ignore file timestamps)"),
30 negative_opt = {'no-compile' : 'compile'}
43 self.set_undefined_options('build',
48 # options -- list of packages and list of modules.
49 self.packages = self.distribution.packages
[all …]
/external/python/cpython2/Lib/distutils/command/
Dbuild_py.py18 description = "\"build\" pure Python modules (copy to build directory)"
21 ('build-lib=', 'd', "directory to \"build\" (copy) to"),
23 ('no-compile', None, "don't compile .py files [default]"),
25 "also compile with optimization: -O1 for \"python -O\", "
26 "-O2 for \"python -OO\", and -O0 to disable [default: -O0]"),
27 ('force', 'f', "forcibly build everything (ignore file timestamps)"),
31 negative_opt = {'no-compile' : 'compile'}
44 self.set_undefined_options('build',
49 # options -- list of packages and list of modules.
50 self.packages = self.distribution.packages
[all …]
/external/pigweed/pw_build/
Dpython.rst1 .. _module-pw_build-python:
6 The Python build is implemented with GN templates defined in
11 - :bdg-ref-primary-line:`docs-python-build` for an overview on how Python in
13 - The :bdg-ref-primary-line:`module-pw_build` docs for other GN templates
16 .. _module-pw_build-python-base-templates:
18 ---------------------
20 ---------------------
21 The core subset of templates where you can create Python packages, actions,
24 - :ref:`module-pw_build-pw_python_package`
25 - :ref:`module-pw_build-pw_python_action`
[all …]
/external/skia/toolchain/
Ddownload_linux_amd64_toolchain.bzl4 It downloads the necessary headers, executables, and pre-compiled static/shared libraries to
9 Most files are downloaded as .deb files from packages.debian.org (with us acting as the dependency
12 (See https://bazel.build/docs/output_directories#layout-diagram)
21 # https://chrome-infra-packages.appspot.com/p/skia/bots/clang_linux/+/5h9JgVTkZk0fFuOyLUCHZXIFqG1b1…
26 # (libm), etc. linux-libc-dev has the header files specific to linux. libc6-dev has the libc
35 # From https://packages.debian.org/buster/amd64/libc6/download
37 …"url": "https://security.debian.org/debian-security/pool/updates/main/g/glibc/libc6_2.28-10+deb10u…
40 # From https://packages.debian.org/buster/amd64/linux-libc-dev/download
42 …"url": "https://security.debian.org/debian-security/pool/updates/main/l/linux/linux-libc-dev_4.19.…
45 # From https://packages.debian.org/buster/amd64/libc6-dev/download
[all …]
/external/python/cpython3/Tools/msi/
DREADME.txt1 Quick Build Info
4 For testing, the installer should be built with the Tools/msi/build.bat
7 build.bat [-x86] [-x64] [--doc]
13 set SPHINXBUILD=<path to sphinx-build.exe>
17 buildrelease.bat [-x86] [-x64] [-D] [-B]
18 [-o <output directory>] [-c <certificate name>]
27 without having to build it themselves.
46 and command-line logic, as well as the ability to locate and optionally
65 Before building the installer, download extra build dependencies using
77 For testing, the installer should be built with the Tools/msi/build.bat
[all …]
/external/python/setuptools/docs/userguide/
Dquickstart.rst10 pip install --upgrade setuptools
16 only provide backend support, no longer being the de-facto packaging tool in
18 the backend (build system) it wants to use. The distribution can then
19 be generated with whatever tool that provides a ``build sdist``-like
22 change is driven under :pep:`PEP 517 <517#build-requirements>`. To learn more about Python packagin…
23 navigate to the :ref:`bottom <packaging-resources>` of this page.
32 .. code-block:: toml
34 [build-system]
36 build-backend = "setuptools.build_meta"
49 .. code-block:: ini
[all …]
/external/python/cpython3/Lib/distutils/command/
Dbuild_py.py17 description = "\"build\" pure Python modules (copy to build directory)"
20 ('build-lib=', 'd', "directory to \"build\" (copy) to"),
22 ('no-compile', None, "don't compile .py files [default]"),
24 "also compile with optimization: -O1 for \"python -O\", "
25 "-O2 for \"python -OO\", and -O0 to disable [default: -O0]"),
26 ('force', 'f', "forcibly build everything (ignore file timestamps)"),
30 negative_opt = {'no-compile' : 'compile'}
43 self.set_undefined_options('build',
48 # options -- list of packages and list of modules.
49 self.packages = self.distribution.packages
[all …]
/external/catch2/
D.travis.yml5 - /dev-appveyor.*/
8 - ubuntu-toolchain-r-test
9 - llvm-toolchain-trusty
10 - llvm-toolchain-trusty-3.9
11 - llvm-toolchain-trusty-4.0
12 - llvm-toolchain-xenial-5.0
13 - llvm-toolchain-xenial-6.0
19 - os: linux
24 packages: ['clang-3.5']
25 env: COMPILER='clang++-3.5'
[all …]

12345678910>>...44