Home
last modified time | relevance | path

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

12345678910>>...30

/third_party/python/Mac/BuildScript/
DREADME.rst4 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
10 The installer package built on the dmg is a macOS bundle format installer
12 macOS systems; it is usable on macOS 10.6 and earlier systems.
13 To be usable on newer versions of macOS, the bits in the bundle package
14 must be assembled in a macOS flat installer package, using current
15 versions of the pkgbuild and productbuild utilities. To pass macoS
18 Starting with macOS 10.15 Catalina, Gatekeeper now also requires
22 the macOS 10.9 SDK, must now be signed with the codesign utility,
[all …]
/third_party/python/Mac/
DREADME.rst2 Python on macOS README
6 Jack Jansen (2004-07),
7 Ronald Oussoren (2010-04),
8 Ned Deily (2012-06)
10 This document provides a quick overview of some macOS specific features in
13 macOS specific arguments to configure
16 * ``--enable-framework[=DIR]``
18 If this argument is specified the build will create a Python.framework rather
20 _`Building and using a framework-based Python on macOS` for more
27 $ ./configure --enable-framework=/Users/ronald/Library/Frameworks
[all …]
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/
Dbuild_macos_test.dart2 // Use of this source code is governed by a BSD-style license that can be
13 import 'package:flutter_tools/src/commands/build.dart';
54 testUsingContext('macOS build fails when there is no macos project', () async {
58 const <String>['build', 'macos']
65 testUsingContext('macOS build fails on non-macOS platform', () async {
73 const <String>['build', 'macos']
81 testUsingContext('macOS build invokes xcode build', () async {
84 fs.directory('macos').createSync();
94 '-workspace', flutterProject.macos.xcodeWorkspace.path,
95 '-configuration', 'Release',
[all …]
Dconfig_test.dart2 // Use of this source code is governed by a BSD-style license that can be
48 expect(jsonObject.containsKey('android-studio-dir'), true);
49 expect(jsonObject['android-studio-dir'], isNotNull);
51 expect(jsonObject.containsKey('android-sdk'), true);
52 expect(jsonObject['android-sdk'], isNotNull);
58 testUsingContext('Can set build-dir', () async {
64 '--build-dir=foo'
70 testUsingContext('throws error on absolute path to build-dir', () async {
76 '--build-dir=/foo'
86 '--enable-web',
[all …]
/third_party/libsnd/.github/workflows/
Daction.yml6 build:
8 fail-fast: false
11 ubuntu-gcc-autotools,
12 ubuntu-clang-autotools,
13 ubuntu-gcc-ossfuzz,
14 macos-autotools,
15 ubuntu-gcc-cmake,
16 ubuntu-gcc-cmake-shared,
17 ubuntu-clang-cmake,
18 ubuntu-clang-cmake-shared,
[all …]
/third_party/skia/third_party/externals/freetype/
D.gitlab-ci.yml2 - build
4 # FIXME: Use --werror once warnings are fixed.
6 MESON_ARGS: --fatal-meson-warnings
7 MESON_ARGS_WINDOWS: ${MESON_ARGS} --force-fallback-for=zlib
9 .build windows common:
11 # https://gitlab.freedesktop.org/gstreamer/gst-ci/container_registry/213
12 image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/windows:v14-master'
13 stage: 'build'
15 - 'docker'
16 - 'windows'
[all …]
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Dbuild_macos.dart2 // Use of this source code is governed by a BSD-style license that can be
12 import '../macos/build_macos.dart';
15 import 'build.dart';
17 /// A command to build a macOS desktop target through a build shell script.
25 final String name = 'macos';
32 DevelopmentArtifact.macOS,
37 String get description => 'build the macOS desktop target.';
45 throwToolExit('"build macos" is not currently supported.');
48 throwToolExit('"build macos" only supported on macOS hosts.');
50 if (!flutterProject.macos.existsSync()) {
[all …]
/third_party/mesa3d/docs/
Dmacos.rst1 Notes for macOS
4 Mesa builds on macOS without modifications. However, there are some details to
7 - Mesa has a number of build-time dependencies. Most dependencies, including
11 - macOS's default C compiler doesn't play nice with some C11 idioms used in
12 Mesa. To workaround, set `-Dc_std=c11`.
13 - macOS is picky about its build-time environment. Type `brew sh` before
17 hardware-accelerated system OpenGL framework, to provide hardware acceleration
18 to X11 applications on macOS running via XQuartz.
20 Mesa's software rasterizers also work on macOS. To build, set the build options
21 `-Dosmesa=true -Dglx=gallium-xlib` and select an appropriate Gallium software
/third_party/flutter/flutter/packages/flutter_tools/lib/src/macos/
Dbuild_macos.dart2 // Use of this source code is governed by a BSD-style license that can be
19 /// Builds the macOS project through xcodebuild.
38 await processPodsIfNeeded(flutterProject.macos, getMacOSBuildDirectory(), buildInfo.mode);
40 if (!flutterProject.macos.inputFileList.existsSync()) {
41 flutterProject.macos.inputFileList.createSync(recursive: true);
43 if (!flutterProject.macos.outputFileList.existsSync()) {
44 flutterProject.macos.outputFileList.createSync(recursive: true);
52 // Run build script provided by application.
58 '-workspace', flutterProject.macos.xcodeWorkspace.path,
59 '-configuration', '$config',
[all …]
/third_party/protobuf/
DREADME.md1 Protocol Buffers - Google's data interchange format
6 https://developers.google.com/protocol-buffers/
9 --------
11 Protocol Buffers (a.k.a., protobuf) are Google's language-neutral,
12 platform-neutral, extensible mechanism for serializing structured data. You
13 …uf's documentation on the Google Developers site](https://developers.google.com/protocol-buffers/).
20 ------------------------------
26 For non-C++ users, the simplest way to install the protocol compiler is to
27 download a pre-built binary from our release page:
31 In the downloads section of each release, you can find pre-built binaries in
[all …]
/third_party/boost/libs/predef/
Dazure-pipelines.yml5 # Copyright Rene Rivera 2019-2020.
10 - develop
11 - master
12 - feature/*
16 - develop
20 AZP_REPO_DIR: $(Build.Repository.LocalPath)
21 AZP_BRANCH: $(Build.SourceBranch)
22 AZP_BRANCH_NAME: $(Build.SourceBranchName)
23 AZP_COMMIT: $(Build.SourceVersion)
24 AZP_REPO: $(Build.Repository.Name)
[all …]
/third_party/node/
DBUILDING.md3 Depending on what platform or features you need, the build process may
13 * [Supported platforms](#supported-platforms)
16 * [Platform list](#platform-list)
17 * [Supported toolchains](#supported-toolchains)
18 * [Official binary platforms and toolchains](#official-binary-platforms-and-toolchains)
19 * [OpenSSL asm support](#openssl-asm-support)
20 * [Previous versions of this document](#previous-versions-of-this-document)
21 * [Building Node.js on supported platforms](#building-nodejs-on-supported-platforms)
22 * [Note about Python 2 and Python 3](#note-about-python-2-and-python-3)
23 * [Unix and macOS](#unix-and-macos)
[all …]
/third_party/nghttp2/.github/workflows/
Dbuild.yml1 name: build
6 build:
7 runs-on: ${{ matrix.os }}
11 os: [ubuntu-20.04, macos-10.15]
16 - uses: actions/checkout@v2
17 - name: Linux setup
20 sudo apt-get install \
21 g++-8 \
22 clang-10 \
25 autotools-dev \
[all …]
/third_party/skia/third_party/externals/freetype/builds/mac/
DREADME9 ------------------------------------------------------------
12 ---------------
14 Files in this directory are designed to build FreeType
15 running on classic MacOS. To build FreeType running on
16 Mac OS X, build as the system is UNIX.
19 vanilla FreeType to fit classic MacOS.
21 The information about MacOS specific API is written in
25 --------------
27 You can use MPW: a free-charged developer environment
33 2-1. Apple MPW
[all …]
/third_party/flutter/skia/third_party/externals/freetype/builds/mac/
DREADME9 ------------------------------------------------------------
12 ---------------
14 Files in this directory are designed to build FreeType
15 running on classic MacOS. To build FreeType running on
16 Mac OS X, build as the system is UNIX.
19 vanilla FreeType to fit classic MacOS.
21 The information about MacOS specific API is written in
25 --------------
27 You can use MPW: a free-charged developer environment
33 2-1. Apple MPW
[all …]
/third_party/freetype/builds/mac/
DREADME9 ------------------------------------------------------------
12 ---------------
14 Files in this directory are designed to build FreeType
15 running on classic MacOS. To build FreeType running on
16 Mac OS X, build as the system is UNIX.
19 vanilla FreeType to fit classic MacOS.
21 The information about MacOS specific API is written in
25 --------------
27 You can use MPW: a free-charged developer environment
33 2-1. Apple MPW
[all …]
/third_party/flutter/flutter/packages/flutter_tools/lib/src/build_system/targets/
Dmacos.dart2 // Use of this source code is governed by a BSD-style license that can be
16 import '../../macos/xcode.dart';
21 const String _kOutputPrefix = '{PROJECT_DIR}/macos/Flutter/ephemeral/FlutterMacOS.framework';
23 /// The copying logic for flutter assets in macOS.
24 // TODO(jonahwilliams): remove once build planning lands.
31 assetBundle.build(
48 assetBundle.build(
53 final String prefix = fs.path.join(flutterProject.macos.ephemeralDirectory.path,
64 /// Copy the macOS framework to the correct copy dir by invoking 'cp -R'.
80 Source.pattern('{FLUTTER_ROOT}/packages/flutter_tools/lib/src/build_system/targets/macos.dart'),
[all …]
/third_party/spirv-headers/.github/workflows/
Dpresubmit.yml5 build:
6 name: Build ${{ matrix.os }}
7 runs-on: ${{ matrix.os }}
10 os: [ubuntu-latest, macos-latest, windows-latest]
12 - uses: actions/checkout@v2
13 - name: Install Ubuntu packages
14 if: matrix.os == 'ubuntu-latest'
15 run: sudo apt install -y dos2unix
16 - name: Install macOS packages
17 if: matrix.os == 'macos-latest'
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/.github/workflows/
Dpresubmit.yml5 build:
6 name: Build ${{ matrix.os }}
7 runs-on: ${{ matrix.os }}
10 os: [ubuntu-latest, macos-latest, windows-latest]
12 - uses: actions/checkout@v2
13 - name: Install Ubuntu packages
14 if: matrix.os == 'ubuntu-latest'
15 run: sudo apt install -y dos2unix
16 - name: Install macOS packages
17 if: matrix.os == 'macos-latest'
[all …]
/third_party/boost/tools/build/
Dazure-pipelines.yml5 # Copyright Rene Rivera 2015-2019.
10 - develop
11 - master
12 - feature/*
15 - appveyor.yml
19 - develop
22 - appveyor.yml
26 - stage: Test
29 - job: 'Linux'
31 vmImage: 'ubuntu-16.04'
[all …]
/third_party/harfbuzz/.circleci/
Dconfig.yml4 win32-executor:
6 - image: cimg/base:edge-20.04
7 autotools-executor:
9 - image: cimg/base:edge-20.04
13 macos-10_14_4-aat-fonts:
14 macos:
17 - checkout
18- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g…
19 - run: pip3 install meson --upgrade
20- run: PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig" me…
[all …]
/third_party/benchmark/.github/workflows/
Dwheels.yml1 name: Build and upload Python wheels
7 - published
11 name: Build source distribution
12 runs-on: ubuntu-latest
14 - name: Check out repo
17 - name: Install Python 3.9
18 uses: actions/setup-python@v2
20 python-version: 3.9
22 - name: Build and check sdist
25 - name: Upload sdist
[all …]
/third_party/vulkan-headers/
DBUILD.md1 # Build Instructions
3 Instructions for building this repository on Windows, Linux, and MacOS.
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).
26 However, this repository contains CMake build configuration files to "install"
[all …]
/third_party/skia/third_party/externals/libwebp/
Dxcframeworkbuild.sh10 # directory (the previous build will be erased if it exists).
13 set -e
21 readonly XCODE=$(xcodebuild -version | grep Xcode | cut -d " " -f2)
22 if [[ -z "${XCODE}" ]] || [[ "${XCODE%%.*}" -lt 11 ]]; then
30 xcodebuild -showsdks \
31 | grep iphoneos | sort | tail -n 1 | awk '{print substr($NF, 9)}'
32 xcodebuild -showsdks \
33 | grep macosx | sort | tail -n 1 | awk '{print substr($NF, 7)}'
36 readonly MACOS=1
43 # Names should be of the form '<platform>-[<variant>-]<architecture>'.
[all …]
/third_party/curl/.github/workflows/
Dmacos.yml1 name: macOS
8 - master
9 - '*/ci'
12 - master
16 name: ${{ matrix.build.name }}
17 runs-on: 'macos-latest'
18 timeout-minutes: 90
20 fail-fast: false
22 build:
23 - name: normal
[all …]

12345678910>>...30