Home
last modified time | relevance | path

Searched +full:build +full:- +full:mac +full:- +full:intel (Results 1 – 25 of 271) sorted by relevance

1234567891011

/external/python/cpython2/Mac/
DREADME2 Python on Mac OS X README
6 Jack Jansen (2004-07),
7 Ronald Oussoren (2010-04),
8 Ned Deily (2014-05)
12 This document provides a quick overview of some Mac OS X specific features in
18 * ``--enable-framework[=DIR]``
20 If this argument is specified the build will create a Python.framework rather
22 _`Building and using a framework-based Python on Mac OS X` for more
29 $ ./configure --enable-framework=/Users/ronald/Library/Frameworks
34 command-line tools in ``/Users/ronald/bin``.
[all …]
/external/python/cpython3/Mac/BuildScript/
DREADME.rst1 Building a Python Mac OS X distribution
4 The ``build-install.py`` script creates Python distributions, including
5 certain third-party libraries as necessary. It builds a complete
6 framework-based Python out-of-tree, installs it in a funny place with
25 available in the on-line Apple Developer Documentation and man pages.
27 A goal of PSF-provided (python.org) Python binaries for macOS is to
28 support a wide-range of operating system releases with one set of
30 binaries is macOS 10.9; it is still possible to build Python and
39 and weak-linking). To build a Python that is to be used on a
40 range of macOS releases, it was necessary to always build on the
[all …]
/external/python/cpython2/Mac/BuildScript/
DREADME.txt1 Building a Python Mac OS X distribution
5 -------
7 The instructions in this README are incomplete and not up-to-date.
9 package from the now obsolete bundle-format installer package produced
10 by ``build-installer.py``.
12 The ``build-installer.py`` script creates Python distributions, including
13 certain third-party libraries as necessary. It builds a complete
14 framework-based Python out-of-tree, installs it in a funny place with
23 Beginning with Python 2.7.9, PSF practice is to build two installer variants
28 transforming the output build artifacts into signed flat packages is not
[all …]
/external/angle/infra/
DREADME.md4 the tree. We scale our pre-commit and post-commit testing to many machines
6 existing work in Chromium. We also run compile-only
11 ## Pre-Commit Testing
13 See the pre-commit try waterfall here:
17 We currently run pre-commit tests on:
19 * Windows 32-bit AMD and Windows 64-bit Intel and NVIDIA GPUs
20 * Linux 64-bit NVIDIA and Intel GPUs
21 * Mac NVIDIA, Intel and AMD GPUs
25 Looking at an example build shows how tests are split up between machines. See for example:
27 …ci.chromium.org/ui/p/angle/builders/ci/mac-rel/8123/overview`](https://ci.chromium.org/ui/p/angle/…
[all …]
/external/flatbuffers/.github/workflows/
Dbuild.yml2 permissions: read-all
9 - "*" # new tag version, like `0.8.4` or else
11 - master
14 - master
17 build-linux:
21 digests-gcc: ${{ steps.hash-gcc.outputs.hashes }}
22 digests-clang: ${{ steps.hash-clang.outputs.hashes }}
23 name: Build Linux
24 runs-on: ubuntu-latest
27 cxx: [g++-10, clang++-12]
[all …]
/external/python/cpython3/Mac/
DREADME.rst6 Jack Jansen (2004-07),
7 Ronald Oussoren (2010-04),
8 Ned Deily (2012-06)
18 a compiler that includes an SDK that targets the OS on the build machine, that is
29 * ``--enable-framework[=DIR]``
31 If this argument is specified the build will create a Python.framework rather
33 _`Building and using a framework-based Python on macOS` for more
40 $ ./configure --enable-framework=/Users/ronald/Library/Frameworks
45 command-line tools in ``/Users/ronald/bin``.
47 * ``--with-framework-name=NAME``
[all …]
/external/cronet/testing/unexpected_passes_common/
Dexpectations_unittest.py3 # Use of this source code is governed by a BSD-style license that can be
39 # tags: [ mac ]
42 crbug.com/4567 [ mac ] foo/test [ Failure ]
59 # mac ]
60 # tags: [ nvidia nvidia-0x1111
61 # intel intel-0x2222
62 # amd amd-0x3333]
72 def setUp(self) -> None:
86 def testExclusiveOr(self) -> None:
95 def testExpectationFile(self) -> None:
[all …]
/external/skia/site/docs/user/
Dbuild.md1 ---
2 title: 'How to build Skia'
3 linkTitle: 'How to build Skia'
6 ---
14 ## `is_official_build` and Third-party Dependencies
19 This mode configures Skia in a way that's suitable to ship: an optimized build
20 with no debug symbols, dynamically linked against its third-party dependencies
23 In contrast, the developer-oriented default is an unoptimized build with full
24 debug symbols and all third-party dependencies built from source and embedded
27 Skia offers several features that make use of third-party libraries, like
[all …]
/external/angle/infra/config/
Dmain.star4 # Use of this source code is governed by a BSD-style license that can be
14 # Fail build when merge script fails.
21 "-module-docstring",
22 "-function-docstring",
28 buildbucket = "cr-buildbucket.appspot.com",
29 logdog = "luci-logdog.appspot.com",
30 milo = "luci-milo.appspot.com",
31 notify = "luci-notify.appspot.com",
32 scheduler = "luci-scheduler.appspot.com",
33 swarming = "chromium-swarm.appspot.com",
[all …]
/external/python/cpython2/Doc/using/
Dmac.rst2 .. _using-on-mac:
8 :Author: Bob Savage <bobsavage@mac.com>
11 Python on a Macintosh running Mac OS X is in principle very similar to Python on
15 The Mac-specific modules are documented in :ref:`mac-specific-services`.
17 Python on Mac OS 9 or earlier can be quite different from Python on Unix or
20 installers for the latest 2.3 release for Mac OS 9 and related documentation.
23 .. _getting-osx:
28 Mac OS X 10.8 comes with Python 2.7 pre-installed by Apple. If you wish, you
30 (https://www.python.org). A current "universal binary" build of Python, which
31 runs natively on the Mac's new Intel and legacy PPC CPU's, is available there.
[all …]
/external/sdv/vsomeip/third_party/boost/config/include/boost/config/platform/
Dmacos.hpp1 // (C) Copyright John Maddock 2001 - 2003.
2 // (C) Copyright Darin Adler 2001 - 2002.
10 // Mac OS specific config options:
12 #define BOOST_PLATFORM "Mac OS"
16 // Using the Mac OS X system BSD-style C library.
25 // to replace the platform-native BSD one. G++ users
52 // Both gcc and intel require these.
62 // We will eventually support threads in non-Carbon builds, but we do
70 // We are doing a Carbon/Mach-O/MSL build which has pthreads, but only the
/external/wpa_supplicant_8/hostapd/
DREADME-WPS1 hostapd and Wi-Fi Protected Setup (WPS)
10 -------------------
12 Wi-Fi Protected Setup (WPS) is a mechanism for easy configuration of a
16 with PIN method and push-button configuration (PBC) being the most
28 - access point: the WLAN access point
29 - Registrar: a device that control a network and can authorize
33 - Enrollee: a device that is being authorized to use the network
40 More information about WPS is available from Wi-Fi Alliance:
41 http://www.wi-fi.org/wifi-protected-setup
45 ----------------------
[all …]
/external/python/cpython3/Doc/using/
Dmac.rst2 .. _using-on-mac:
5 Using Python on a Mac
8 :Author: Bob Savage <bobsavage@mac.com>
11 Python on a Mac running macOS is in principle very similar to Python on
15 .. _getting-osx:
20 macOS used to come with Python 2.7 pre-installed between versions
21 10.8 and `12.3 <https://developer.apple.com/documentation/macos-release-notes/macos-12_3-release-no…
23 website (https://www.python.org). A current "universal binary" build of Python,
24 which runs natively on the Mac's new Intel and legacy PPC CPU's, is available
31 Python distributions; and PythonLauncher, which handles double-clicking Python
[all …]
/external/skia/toolchain/
DBUILD.bazel15 # https://bazel.build/docs/toolchains
16 # https://bazel.build/reference/be/platform#toolchain
26 # What can this toolchain build?
37 …tps://github.com/bazelbuild/rules_cc/blob/8bb0eb5c5ccd96b91753bb112096bb6993d16d13/cc/BUILD#L32-L36
41 # Our one mac toolchain can run on either Intel Macs or M1 Macs, however Bazel does not allow you t…
55 …tps://github.com/bazelbuild/rules_cc/blob/8bb0eb5c5ccd96b91753bb112096bb6993d16d13/cc/BUILD#L32-L36
71 …tps://github.com/bazelbuild/rules_cc/blob/8bb0eb5c5ccd96b91753bb112096bb6993d16d13/cc/BUILD#L32-L36
75 # Cross compilation toolchain for an Intel Mac host and Apple silicon target
88 …tps://github.com/bazelbuild/rules_cc/blob/8bb0eb5c5ccd96b91753bb112096bb6993d16d13/cc/BUILD#L32-L36
93 # https://skia.googlesource.com/skcms/+/ba39d81f9797aa973bdf01aa6b0363b280352fba/toolchain/BUILD.ba…
[all …]
Ddownload_toolchains.bzl5 - Linux amd64
6 - Mac (one toolchain for both M1 and Intel CPUs)
9 - Windows amd64
19 # toolchain_config.bzl file or it will not be able to locate the sysroot to build with.
/external/python/cpython3/Modules/_decimal/
DREADME.txt7 library for correctly-rounded arbitrary precision decimal floating point
12 Build process for the module
15 As usual, the build process for _decimal.so is driven by setup.py in the top
16 level directory. setup.py autodetects the following build configurations:
18 1) x64 - 64-bit Python, x86_64 processor (AMD, Intel)
20 2) uint128 - 64-bit Python, compiler provides __uint128_t (gcc)
22 3) ansi64 - 64-bit Python, ANSI C
24 4) ppro - 32-bit Python, x86 CPU, PentiumPro or later
26 5) ansi32 - 32-bit Python, ANSI C
28 6) ansi-legacy - 32-bit Python, compiler without uint64_t
[all …]
/external/skia/tools/
Dxsan.supp1 # If you change this file, then you will need to do a clean build (gn clean) in order
5 # libpng and zlib both dereference under-aligned pointers.
6 # TODO: it'd be nice to tag these as [alignment] only but our Mac toolchain can't yet.
8 src:.*third_party/externals/libpng/intel/filter_sse2_intrinsics.c
/external/kotlinx.serialization/docs/
Dbuilding.md5 To build Kotlin Serialization JDK version 11 or higher is required. Make sure this is your default …
6 This is needed to compile the `module-info` file included for JPMS support.
9 completely with `disableJPMS` property: add `disableJPMS=true` to gradle.properties or `-PdisableJP…
14 To build library from the source and run all tests, use `./gradlew build`. Corresponding platform t…
29 compile "org.jetbrains.kotlinx:kotlinx-serialization-core:$serialization_version"
33 …e target is built (the one that is the current host, e.g. `macosX64` on Intel Mac machines, `linux…
36 To use snapshot version of compiler (if you have built and install it from sources), use flag `-Pbo…
38 (usually `kotlin-native/dist` folder inside Kotlin project).
41 …not be compatible in terms of bytecode produced by plugin, you'll need to build the plugin by your…
47 Sources and steps to build it are located [here](https://github.com/JetBrains/kotlin/tree/master/pl…
[all …]
/external/perfetto/gn/
Dperfetto.gni7 # http://www.apache.org/licenses/LICENSE-2.0
15 import("//build_overrides/build.gni")
18 # Summary of our typical build configurations:
55 # +----------------------------------------------------------------------------+
57 # +----------------------------------------------------------------------------+
59 # and the build environment. Only tools/gen_xxx should customize them.
64 # Chromium sets this to true in its //build_overrides/build.gni.
81 # .gni files from //gn rather than //build.
110 import("//build/config/android/config.gni") # For android_api_level
117 # In all other cases (i.e. when true), a temporary in-process instance will be
[all …]
/external/cronet/base/system/
Dsys_info.h2 // Use of this source code is governed by a BSD-style license that can be
20 #include "build/build_config.h"
21 #include "third_party/abseil-cpp/absl/types/optional.h"
59 // security mitigations are enabled on Mac.
66 // application. This is typically e-cores on Intel hybrid architecture, or
73 // If low-end device mode is manually enabled via command line flag, this
80 // impact on the system. It can lead to freeing inactive file-backed
81 // and/or speculative file-backed memory).
101 // or -1 on failure.
104 // Return the total disk space in bytes on the volume containing |path|, or -1
[all …]
/external/libpng/scripts/
DREADME.txt7 makefile.linux-opt=> Linux/ELF makefile with hardware optimizations on
14 makefile.bc32 => 32-bit Borland C++ (all modules compiled in C mode)
17 makefile.darwin => Darwin makefile, for macOS (formerly Mac OS X)
24 makefile.hp64 => HPUX (10.20 and 11.00) makefile, 64-bit
26 makefile.intel => Intel C/C++ version 4.0 and later
40 makefile.32sunu => Sun Ultra 32-bit makefile
41 makefile.64sunu => Sun Ultra 64-bit makefile
43 makevms.com => VMS build script
50 libpng-config-body.in => used by several makefiles to create libpng-config
51 libpng-config-head.in => used by several makefiles to create libpng-config
/external/python/cpython2/Mac/BuildScript/resources/
DReadMe.rtf18 \i 64-bit-only
22 \i 64-bit/32-bit Intel
27-bit-only variant. If you are running on macOS 10.9 or later and if you have no need for compatibi…
35 …ivate copy of OpenSSL 1.0.2. Unlike previous releases, the deprecated Apple-supplied OpenSSL libr…
43 \f0 to install a curated bundle of default root certificates from the third-party
59 … with its own private version of Tcl/Tk 8.6. It does not use system-supplied or third-party suppli…
61 For the 10.6+ variant, you continue to need to install a newer third-party version of the
63 …nst{HYPERLINK "https://www.python.org/download/mac/tcltk/"}}{\fldrslt https://www.python.org/downl…
68 Binary installer support for Mac OS X 10.5 and earlier discontinued [CHANGED for Python 2.7.15]
71Mac OS X 10.5 (Leopard) systems. Binary installer support for Mac OS X 10.3.9 (Panther) and 10.4…
[all …]
/external/python/cpython3/Lib/distutils/tests/
Dtest_util.py72 '[MSC v.1310 32 bit (Intel)]')
81 self.assertEqual(get_platform(), 'win-amd64')
86 '\n[GCC 4.0.1 (Apple Computer, Inc. build 5341)]')
91 'root:xnu-792.25.20~1/RELEASE_I386'), 'i386'))
95 get_config_vars()['CFLAGS'] = ('-fno-strict-aliasing -DNDEBUG -g '
96 '-fwrapv -O3 -Wall -Wstrict-prototypes')
99 sys.maxsize = (2 ** 31)-1
101 self.assertEqual(get_platform(), 'macosx-10.3-i386')
108 get_config_vars()['CFLAGS'] = ('-arch ppc -arch i386 -isysroot '
110 '-fno-strict-aliasing -fno-common '
[all …]
/external/ms-tpm-20-ref/Samples/TPMCmd-DeviceID/
Dbuild-tpmsimulator-deviceid7 # Copyright (c) Intel Corporation
34 # Script will build tpm2-simulator by using DeviceID.
37 # storage device serial numbers and networking card MAC address), it can only be used for the sim…
43 cp -r -n -v $basedir/TPMCmd/* $basedir/Samples/TPMCmd-DeviceID
45 cd $basedir/Samples/TPMCmd-DeviceID
48 ./configure --enable-usedeviceid=yes
49 make -j2
/external/openscreen/
DDEPS5 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code
7 # When adding a new dependency, please update the top-level .gitignore file
32 # buildbot to call tools/download-clang-update-script.py instead.
53 '/external/github.com/llvm/llvm-project/clang/tools/clang-format.git' +
60 'package': 'gn/gn/linux-amd64',
67 'buildtools/mac': {
70 'package': 'gn/gn/mac-${{arch}}',
75 'condition': 'host_os == "mac" and not build_with_chromium',
84 'third_party/libprotobuf-mutator/src': {
86 '/external/github.com/google/libprotobuf-mutator.git' +
[all …]

1234567891011