Home
last modified time | relevance | path

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

12345678910>>...39

/external/python/cpython3/Tools/nuget/
Dbuild.bat11 set PACKAGES= variable
14 if "%~1" EQU "-h" goto Help
15 if "%~1" EQU "-x86" (set BUILDX86=1) && shift && goto CheckOpts
16 if "%~1" EQU "-x64" (set BUILDX64=1) && shift && goto CheckOpts
17 if "%~1" EQU "-r" (set REBUILD=-r) && shift && goto CheckOpts
18 if "%~1" EQU "-o" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts
19 if "%~1" EQU "--out" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts
20 if "%~1" EQU "-p" (set PACKAGES=%PACKAGES% %~2) && shift && shift && goto CheckOpts variable
28 if defined PACKAGES set PACKAGES="/p:Packages=%PACKAGES%" variable
31 if defined REBUILD ( call "%PCBUILD%build.bat" -e -r
[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/libkmsxx/
D.travis.yml5 # Only build test master & travis
8 - master
9 - travis
17 - ubuntu-toolchain-r-test
18 packages: &packages
19 - libegl1-mesa-dev
20 - libgles2-mesa-dev
21 - libwayland-dev
22 - libx11-xcb-dev
23 - libx11-dev
[all …]
/external/bcc/
DINSTALL.md3 * [Kernel Configuration](#kernel-configuration)
4 * [Packages](#packages)
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)
[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-trusty-5.0
13 - llvm-toolchain-trusty-6.0
19 - os: linux
24 packages: ['clang-3.5']
25 env: COMPILER='clang++-3.5'
[all …]
/external/toolchain-utils/binary_search_tool/cros_pkg/
DREADME.cros_pkg_triage12 …/sites.google.com/a/google.com/chromeos-toolchain-team-home2/home/team-tools-and-scripts/binary-se…
16 packages in a ChromeOS build.
21 After setting up your 3 build trees (see Prerequisites section), do the
24 - Decide which test script to use (boot_test.sh or
26 - Get the IP name or address of the chromebook you will use for testing.
27 - Do the following inside your chroot:
30 $ ./cros_pkg/setup.sh <board-to-test> <IP-name-or-address-of-chromebook>
35 --get_initial_items=cros_pkg/get_initial_items.sh \
36 --switch_to_good=cros_pkg/switch_to_good.sh \
37 --switch_to_bad=cros_pkg/switch_to_bad.sh \
[all …]
Dswitch_to_bad.sh1 #!/bin/bash -u
6 # part of the binary search triage on ChromeOS packages. This script
7 # copies a list of packages from the 'bad' build tree into the working
8 # build tree, for testing.
19 if [[ -f ${PKG_LIST_FILE} ]] ; then
22 while read pkg || [[ -n "$pkg" ]];
24 sudo cp ${BAD_BUILD}/packages/$pkg ${WORK_BUILD}/packages/$pkg
26 if [[ ${status} -ne 0 ]] ; then
27 echo "Failed to copy ${pkg} to work build tree."
35 sudo cp ${BAD_BUILD}/packages/$o ${WORK_BUILD}/packages/$o
[all …]
Dswitch_to_good.sh1 #!/bin/bash -u
6 # part of the binary search triage on ChromeOS packages. This script
7 # copies a list of packages from the 'good' build tree into the working
8 # build tree, for testing.
19 if [[ -f ${PKG_LIST_FILE} ]] ; then
22 while read pkg || [[ -n "$pkg" ]];
24 sudo cp ${GOOD_BUILD}/packages/$pkg ${WORK_BUILD}/packages/$pkg
26 if [[ ${status} -ne 0 ]] ; then
27 echo "Failed to copy ${pkg} to work build tree."
35 sudo cp ${GOOD_BUILD}/packages/$o ${WORK_BUILD}/packages/$o
[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/grpc-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…
7 <ProjectGuid>{A3E61CC3-3710-49A3-A830-A0066EDBCE2F}</ProjectGuid>
60 <HintPath>..\packages\Grpc.Auth.__GRPC_NUGET_VERSION__\lib\net45\Grpc.Auth.dll</HintPath>
63 <HintPath>..\packages\Grpc.Core.__GRPC_NUGET_VERSION__\lib\net45\Grpc.Core.dll</HintPath>
68 …<HintPath>..\packages\System.Interactive.Async.3.0.0\lib\net45\System.Interactive.Async.dll</HintP…
79 <HintPath>..\packages\BouncyCastle.1.7.0\lib\Net40-Client\BouncyCastle.Crypto.dll</HintPath>
82 <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
85 <HintPath>..\packages\Google.Apis.Core.1.15.0\lib\net45\Google.Apis.Core.dll</HintPath>
88 <HintPath>..\packages\Google.Apis.Auth.1.15.0\lib\net45\Google.Apis.Auth.dll</HintPath>
[all …]
/external/autotest/utils/
Dbuild_externals.py6 Fetch, build and install external Python library dependancies.
9 python and installs them under our own autotest/site-packages/ directory.
26 # bring in site packages as well
32 # Where packages will be installed to relative to the top of the autotest tree.
33 INSTALL_DIR = 'site-packages'
35 # Installs all packages, even if the system already has the version required
39 # Want to add more packages to fetch, build and install? See the class
56 fetch, build and install themselves.
87 # Don't leave references to our temporary build dir in the files.
92 external_packages.system("chmod -R a+rX '%s'" % install_dir)
[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/guice/
Dbuild.xml4 <!-- common definitions are stored in common.xml. -->
9 <fileset dir="${lib.dir}/build" includes="*.jar"/>
17 <pathelement location="${build.dir}/classes"/>
21 <target name="jar" depends="jar.withdeps, manifest" description="Build jar.">
22 <jar jarfile="${build.dir}/dist/guice-${version}.jar"
23 manifest="${build.dir}/META-INF/MANIFEST.MF">
24 <zipfileset src="${build.dir}/${ant.project.name}-with-deps.jar"/>
29 description="Build entire distribution.">
30 <ant antfile="extensions/servlet/build.xml" target="distjars" inheritAll="false"/>
31 <ant antfile="extensions/spring/build.xml" target="distjars" inheritAll="false"/>
[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/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/GreeterClient/
DGreeterClient.csproj1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/ms…
8 <ProjectGuid>{ACCF4597-3748-4117-8633-1CB767F8CCC3}</ProjectGuid>
36 <HintPath>..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
39 <HintPath>..\packages\Grpc.Core.1.14.1\lib\net45\Grpc.Core.dll</HintPath>
43 …<HintPath>..\packages\System.Interactive.Async.3.1.1\lib\net45\System.Interactive.Async.dll</HintP…
55 <Project>{724DFC8C-4B57-4C3F-811C-0463BE2A2829}</Project>
60 <None Include="packages.config" />
62 …<Import Project="..\packages\Grpc.Core.1.14.1\build\net45\Grpc.Core.targets" Condition="Exists('..…
67 …('..\packages\Grpc.Core.1.14.1\build\net45\Grpc.Core.targets')" Text="$([System.String]::Format('$…
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/GreeterServer/
DGreeterServer.csproj1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/ms…
8 <ProjectGuid>{A7706C84-92D2-4B7A-B779-76B64D2950EC}</ProjectGuid>
36 <HintPath>..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
39 <HintPath>..\packages\Grpc.Core.1.14.1\lib\net45\Grpc.Core.dll</HintPath>
43 …<HintPath>..\packages\System.Interactive.Async.3.1.1\lib\net45\System.Interactive.Async.dll</HintP…
55 <Project>{724DFC8C-4B57-4C3F-811C-0463BE2A2829}</Project>
60 <None Include="packages.config" />
62 …<Import Project="..\packages\Grpc.Core.1.14.1\build\net45\Grpc.Core.targets" Condition="Exists('..…
67 …('..\packages\Grpc.Core.1.14.1\build\net45\Grpc.Core.targets')" Text="$([System.String]::Format('$…
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/Greeter/
DGreeter.csproj1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/ms…
8 <ProjectGuid>{724DFC8C-4B57-4C3F-811C-0463BE2A2829}</ProjectGuid>
36 <HintPath>..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
39 <HintPath>..\packages\Grpc.Core.1.14.1\lib\net45\Grpc.Core.dll</HintPath>
43 …<HintPath>..\packages\System.Interactive.Async.3.1.1\lib\net45\System.Interactive.Async.dll</HintP…
61 <None Include="packages.config" />
64 …<Import Project="..\packages\Grpc.Core.1.14.1\build\net45\Grpc.Core.targets" Condition="Exists('..…
69 …('..\packages\Grpc.Core.1.14.1\build\net45\Grpc.Core.targets')" Text="$([System.String]::Format('$…
/external/python/setuptools/docs/
Deasy_install.txt6 that lets you automatically download, build, install, and manage Python
7 packages.
11 <http://mail.python.org/pipermail/distutils-sig/>`_. (Note: please DO NOT send
13 mailing list is a searchable archive of previously-asked and answered
15 bug -- and then do so via list discussion first.)
18 own packages work better with EasyInstall, or provide EasyInstall-like features
32 -------------------------
42 are installing to Python's primary ``site-packages`` directory. If this is
48 internet. If you are behind an NTLM-based firewall that prevents Python
54 can restrict it from doing so with the ``--allow-hosts`` option; see the
[all …]
/external/cmockery/cmockery_0_1_2/packages/
Ddeb.sh1 #!/bin/bash -e
8 # Run this from the 'packages' directory, just under rootdir
10 ## Set LIB to lib if exporting a library, empty-string else
16 # We can only build Debian packages, if the Debian build tools are installed
17 if [ \! -x /usr/bin/debuild ]; then
18 echo "Cannot find /usr/bin/debuild. Not building Debian packages." 1>&2
22 # Double-check we're in the packages directory, just under rootdir
23 if [ \! -r ../Makefile -a \! -r ../INSTALL ]; then
24 echo "Must run $0 in the 'packages' directory, under the root directory." 1>&2
33 archive="$(basename "$(ls -1 ${topdir}/$PACKAGE*.tar.gz | tail -n 1)" .tar.gz)"
[all …]
/external/adeb/
DREADME.md2 --------
11 --------
13 compilers, tracers, perl/python etc) for your on-device development.
15 2. No more cross-compiler needed: Because it comes with gcc and clang, one can
16 build target packages natively without needing to do any cross compilation. We even
17 ship git, and have support to run apt-get to get any missing development packages
21 in an Android environment due to lack of packages, dependencies and
22 cross-compilation needed for their operation. [Check BCC on Android using
26 4. No more crippled tools: Its often a theme to build a static binary with
27 features disabled, because you couldn't cross-compile the feature's dependencies. One
[all …]
/external/python/setuptools/setuptools/tests/
Dtest_find_packages.py92 packages = find_packages(self.dist_dir)
93 assert packages == ['pkg', 'pkg.subpkg']
97 packages = find_packages(self.dist_dir, exclude=('pkg.*',))
98 assert packages == ['pkg']
102 Excluding a parent package should not exclude child packages as well.
106 packages = find_packages(self.dist_dir, exclude=('pkg',))
107 assert packages == ['pkg.subpkg']
111 If include is specified, other packages should be excluded.
116 packages = find_packages(self.dist_dir, include=['other_pkg'])
117 assert packages == ['other_pkg']
[all …]
/external/slf4j/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
9 <artifactId>slf4j-parent</artifactId>
10 <version>1.7.13-SNAPSHOT</version>
26 <url>http://www.opensource.org/licenses/mit-license.php</url>
33 <connection>git@github.com:qos-ch/slf4j.git</connection>
37 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
44 <maven-site-plugin.version>3.3</maven-site-plugin.version>
57 <module>slf4j-api</module>
[all …]
/external/grpc-grpc/examples/csharp/HelloworldXamarin/
DREADME.md5 -------------
8 been officially released and is only available via the [daily builds](https://packages.grpc.io/)
11packages from "Daily Builds" in [packages.grpc.io](https://packages.grpc.io/) into a local directo…
14 -------------
20 -------------
22 - The latest version Visual Studio 2017 or Visual Studio for Mac with Xamarin support installed.
24 BUILD section in gRPC C# on Xamarin
25 -------
27 - Open the `HelloworldXamarin.sln` in Visual Studio (or Visual Studio for Mac)
28 - Build the solution (Build -> Build All)
[all …]
/external/mesa3d/
D.travis.yml12 - XORG_RELEASES=http://xorg.freedesktop.org/releases/individual
13 - XCB_RELEASES=http://xcb.freedesktop.org/dist
14 - WAYLAND_RELEASES=http://wayland.freedesktop.org/releases
15 - XORGMACROS_VERSION=util-macros-1.19.0
16 - GLPROTO_VERSION=glproto-1.4.17
17 - DRI2PROTO_VERSION=dri2proto-2.8
18 - LIBPCIACCESS_VERSION=libpciaccess-0.13.4
19 - LIBDRM_VERSION=libdrm-2.4.74
20 - XCBPROTO_VERSION=xcb-proto-1.11
21 - LIBXCB_VERSION=libxcb-1.11
[all …]
/external/grpc-grpc/summerofcode/2018/
Dnaresh.md9 gRPC Python currently has a constellation of scripts written to build the
11 [Bazel](https://bazel.build/) is the open-sourced variant of Google's internal
16 The project aimed to fill this gap and build gRPC Python with Bazel.
20 …storage.googleapis.com/summerofcode-prod.appspot.com/gsoc/core_project/doc/5316764725411840_152204…
32 Python](https://groups.google.com/forum/#!topic/bazel-sig-python/iQjV9sfSufw)
34 Using pip packages is still in experimental. Bazel Python support is currently
60 on their side. The way it works is by including Cython as a third-party Bazel
66 pip and PyPI still remain the de-facto standard for distributing Python
67 packages. Although Bazel is pretty versatile and is amazing for it's
68 reproducible and incremental build capabilities, these can only be still used
[all …]

12345678910>>...39