Searched +full:wheel +full:- +full:macos (Results 1 – 25 of 98) sorted by relevance
1234
| /external/cronet/third_party/re2/src/.github/workflows/ |
| D | python.yml | 9 wheel-linux: 11 runs-on: ${{ matrix.arch.runs-on }} 13 image: quay.io/pypa/${{ matrix.os }}_${{ matrix.arch.python-name }} 17 options: --init --user 1001 19 fail-fast: false 22 - { name: X64, python-name: x86_64, runs-on: [ubuntu-latest] } 23 - { name: ARM64, python-name: aarch64, runs-on: [self-hosted, linux, arm64] } 32 - uses: actions/checkout@v3 34 - run: echo "timestamp=$(git log -1 --pretty=%ct)" >> "${GITHUB_ENV}" 37 - uses: bazelbuild/setup-bazelisk@6244971d4f7ba9aca943c2f3ede2bbd813fcca51 [all …]
|
| /external/grpc-grpc/tools/internal_ci/macos/ |
| D | grpc_distribtests_python.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 29 python3.7 -m pip install -U 'cython<3.0.0rc1' setuptools==65.4.1 wheel --user 30 python3.8 -m pip install -U 'cython<3.0.0rc1' setuptools==65.4.1 wheel --user 31 python3.9 -m pip install -U 'cython<3.0.0rc1' setuptools==65.4.1 wheel --user 32 python3.10 -m pip install -U 'cython<3.0.0rc1' setuptools==65.4.1 wheel --user 33 python3.11 -m pip install -U 'cython<3.0.0rc1' setuptools==65.4.1 wheel --user 34 python3.12 -m pip install -U 'cython<3.0.0rc1' setuptools==65.4.1 wheel --user 36 # Build all python macos artifacts (this step actually builds all the binary wheels and source arch… 37 tools/run_tests/task_runner.py -f artifact macos python ${TASK_RUNNER_EXTRA_FILTERS} -j 2 -x build_… [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/internal_ci/macos/ |
| D | grpc_distribtests_python.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 29 python3.7 -m pip install -U cython setuptools==65.4.1 wheel --user 30 python3.8 -m pip install -U cython setuptools==65.4.1 wheel --user 31 python3.9 -m pip install -U cython setuptools==65.4.1 wheel --user 32 python3.10 -m pip install -U cython setuptools==65.4.1 wheel --user 33 python3.11 -m pip install -U cython setuptools==65.4.1 wheel --user 35 # Build all python macos artifacts (this step actually builds all the binary wheels and source arch… 36 tools/run_tests/task_runner.py -f artifact macos python ${TASK_RUNNER_EXTRA_FILTERS} -j 4 -x build_… 39 rm -rf input_artifacts [all …]
|
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/.github/workflows/ |
| D | python_tests.yml | 6 - main 7 - '[0-9]+.x' 10 - main 11 - '[0-9]+.x' 17 runs-on: ubuntu-large 21 …DOCKER_IMAGE: us-docker.pkg.dev/protobuf-build/release-containers/linux/apple@sha256:bb1d147384499… 24 - uses: actions/checkout@v2 25 - name: Set up Cloud SDK 26 uses: google-github-actions/auth@v0 30 - name: Use gcloud CLI [all …]
|
| /external/tensorflow/tensorflow/tools/ci_build/release/ |
| D | mac_build_utils.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 # Shared functions to build and test Python package for TensorFlow on MacOS 19 set -e 20 set -x 28 # Write an entry to the sponge key-value store for this job. 30 # The location of the key-value CSV file sponge imports. 35 # Runs bazel build and saves wheel files them in PIP_WHL_DIR 38 if [[ -z "${1}" ]]; then 39 die "Missing wheel file path to install and test build" 45 mkdir -p "${PIP_WHL_DIR}" [all …]
|
| D | common.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 31 if [[ $? -ne 0 ]]; then 49 set -x 55 mkdir -p /tmpfs/bazel_output 62 case "$(uname -s)" in 63 Darwin) local name=bazelisk-darwin-amd64 ;; 65 case "$(uname -m)" in 66 x86_64) local name=bazelisk-linux-amd64 ;; 67 aarch64) local name=bazelisk-linux-arm64 ;; 68 *) die "Unknown machine type: $(uname -m)" ;; [all …]
|
| /external/tink/python/tools/distribution/ |
| D | create_release.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 18 # source distribution and binary wheels for Linux and macOS. All Python tests 19 # are exectued for each binary wheel and the source distribution. 21 set -euox pipefail 23 declare -a PYTHON_VERSIONS= 41 # Builds Tink Python built distribution (Wheel) [1]. 45 # [1] https://packaging.python.org/en/latest/glossary/#term-Built-Distribution 61 local -r tink_base_dir="/tmp/tink" 62 local -r tink_py_relative_path="${PWD##*/}" 63 local -r workdir="${tink_base_dir}/${tink_py_relative_path}" [all …]
|
| /external/fonttools/.github/workflows/ |
| D | wheels.yml | 7 …# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispat… 11 # skip binary wheels for pypy (preferable to use pure-python) and 32-bit Linux 17 CIBW_TEST_COMMAND: "tox -c {package}/tox.ini -e py-cy-noextra --installpkg {wheel}" 22 runs-on: ubuntu-latest 24 - uses: actions/checkout@v4 25 - name: Set up Python 26 uses: actions/setup-python@v5 28 python-version: '3.x' 29 - name: Install dependencies 31 pip install setuptools wheel twine [all …]
|
| /external/tensorflow/tensorflow/tools/ci_build/builds/ |
| D | pip_new.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 27 # OS_TYPE: (UBUNTU | MACOS) 30 # e.g. TF_BUILD_FLAGS="--config=opt" 32 # e.g. TF_TEST_FLAGS="--verbose_failures=true \ 33 # --build_tests_only --test_output=errors" 35 # input tags for `--test_filter_tags` flag. 36 # e.g. TF_TEST_FILTER_TAGS="no_pip,-nomac,no_oss" 39 # -//tensorflow/contrib/... \ 40 # -//tensorflow/python/..." 43 # e.g. IS_NIGHTLY=0 # non-nightly runs [all …]
|
| /external/cronet/third_party/google_benchmark/src/docs/ |
| D | python_bindings.md | 3 Python bindings are available as wheels on [PyPI](https://pypi.org/project/google-benchmark/) for i… 5 Currently, pre-built wheels exist for macOS (both ARM64 and Intel x86), Linux x86-64 and 64-bit Win… 6 Supported Python versions are Python 3.7 - 3.10. 11 python -m pip install --upgrade pip # for manylinux2014 support 12 python -m pip install google-benchmark 19 To build a wheel directly from source, you can follow these steps: 24 python3 -m venv venv --system-site-packages 27 # upgrade Python's system-wide packages 28 python -m pip install --upgrade pip setuptools wheel 29 # builds the wheel and stores it in the directory "wheelhouse". [all …]
|
| /external/python/pyyaml/.github/workflows/ |
| D | ci.yaml | 1 --- 21 runs-on: ubuntu-latest 23 - name: Checkout PyYAML 26 - name: Install a python 27 uses: actions/setup-python@v2 29 python-version: 3.x 31 - name: Build sdist 36 python -V 37 python -m pip install build 39 python -m build . [all …]
|
| D | manual_artifact_build.yaml | 1 --- 19 runs-on: ubuntu-latest 21 - name: Checkout PyYAML 24 - name: Install a python 25 uses: actions/setup-python@v2 27 python-version: 3.x 29 - name: Build sdist 34 python -V 35 python -m pip install build 37 python -m build . [all …]
|
| /external/google-benchmark/docs/ |
| D | python_bindings.md | 3 Python bindings are available as wheels on [PyPI](https://pypi.org/project/google-benchmark/) for i… 5 Currently, pre-built wheels exist for macOS (both ARM64 and Intel x86), Linux x86-64 and 64-bit Win… 6 Supported Python versions are Python 3.8 - 3.12. 11 python -m pip install --upgrade pip # for manylinux2014 support 12 python -m pip install google-benchmark 19 To build a wheel directly from source, you can follow these steps: 24 python3 -m venv venv --system-site-packages 27 # upgrade Python's system-wide packages 28 python -m pip install --upgrade pip build 29 # builds the wheel and stores it in the directory "dist". [all …]
|
| /external/cronet/third_party/protobuf/kokoro/release/python/macos/ |
| D | config.sh | 2 # Test for OSX with [ -n "$IS_OSX" ] 6 # macOS on Kokoro, so just leave them be. 12 PIP_CMD="sudo $PYTHON_EXE -m pip${pip_args:+ $pip_args}" 13 $PIP_CMD install --upgrade pip 19 $PIP_CMD install --upgrade virtualenv 20 VIRTUALENV_CMD="$PYTHON_EXE -m virtualenv" 32 CXXFLAGS="-std=c++14 -fPIC -g -O2" ./configure 33 make -j8 44 # Builds wheel with bdist_wheel, puts into wheelhouse 46 # It may sometimes be useful to use bdist_wheel for the wheel building [all …]
|
| /external/protobuf/kokoro/release/python/macos/ |
| D | config.sh | 2 # Test for OSX with [ -n "$IS_OSX" ] 6 # macOS on Kokoro, so just leave them be. 12 PIP_CMD="sudo $PYTHON_EXE -m pip${pip_args:+ $pip_args}" 13 $PIP_CMD install --upgrade pip 19 $PIP_CMD install --upgrade virtualenv 20 VIRTUALENV_CMD="$PYTHON_EXE -m virtualenv" 30 export PROTOC=$PWD/bazel-bin/protoc 32 ln -s $PWD/bazel-bin/libprotobuf.a src/.libs/libprotobuf.a 33 ln -s $PWD/bazel-bin/libprotobuf_lite.a src/.libs/libprotobuf-lite.a 44 # Builds wheel with bdist_wheel, puts into wheelhouse [all …]
|
| /external/grpc-grpc/tools/run_tests/helper_scripts/ |
| D | build_python.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 25 PLATFORM=$(uname -s) 60 if [[ -n "${VIRTUAL_ENV}" ]]; then 67 $1 -c "import sys; print('py{}{}'.format(*sys.version_info[:2]))" 93 PYTHON=${1:-python2.7} 94 VENV=${2:-$(venv "$PYTHON")} 95 VENV_RELATIVE_PYTHON=${3:-$(venv_relative_python)} 96 TOOLCHAIN=${4:-$(toolchain)} 105 export CFLAGS="-I$ROOT/include -fno-wrapv $CFLAGS" [all …]
|
| /external/bazelbuild-rules_python/.bazelci/ |
| D | presubmit.yml | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 --- 17 # keep these arguments in sync with .pre-commit-config.yaml 29 - "--" 30 - "..." 31 # As a regression test for #225, check that wheel targets still build when 33 - "@rules_python//examples/wheel/..." 35 - "--keep_going" 37 - "--" 38 - "..." [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/run_tests/artifacts/ |
| D | build_artifact_python.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 21 export PYTHON=${PYTHON:-python} 22 export AUDITWHEEL=${AUDITWHEEL:-auditwheel} 28 # Needed for building binary distribution wheels -- bdist_wheel 29 "${PYTHON}" -m pip install --upgrade wheel 33 # Install Cython to avoid source wheel build failure. 34 # This only needs to be done when not running under docker (=on MacOS) 36 # already have a new-enough version of cython pre-installed. 38 # so we are trying to perform as few download-and-install operations [all …]
|
| /external/python/cpython3/Doc/installing/ |
| D | index.rst | 3 .. _installing-index: 9 :Email: distutils-sig@python.org 22 :ref:`distribution guide <distributing-index>`. 37 * A *virtual environment* is a semi-isolated Python environment that allows 71 <https://packaging.python.org/installing/#creating-virtual-environments>`__ 83 python -m pip install SomePackage 87 For POSIX users (including macOS and Linux users), the examples in 99 python -m pip install SomePackage==1.0.4 # specific version 100 python -m pip install "SomePackage>=1.0.4" # minimum version 106 python -m pip install --upgrade SomePackage [all …]
|
| /external/grpc-grpc/tools/distrib/python/grpcio_tools/ |
| D | setup.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 53 "Development Status :: 5 - Production/Stable", 73 # At least on linux, this is normally not needed as we can build manylinux-compatible wheels on lin… 74 # without statically linking libstdc++ (which leads to a slight increase in the wheel size). 76 # it's difficult to ensure that the crosscompilation toolchain has a high-enough version 77 # of GCC (we require >=5.1) but still uses old-enough libstdc++ symbols. 92 [cxx, "-x", "c++", "-std=c++14", "-"], 100 # Double-check to see if -latomic actually can solve the problem. 103 [cxx, "-x", "c++", "-std=c++14", "-", "-latomic"], 118 # E.g. on x64 linux the suffix is ".cpython-XYZ-x86_64-linux-gnu.so" [all …]
|
| /external/selinux/ |
| D | README.md | 7 [](https:/… 16 SELinux-based system. 24 ------------ 32 * Gentoo (https://packages.gentoo.org/packages/sys-apps/policycoreutils) 34 * Yocto Project (http://git.yoctoproject.org/cgit/cgit.cgi/meta-selinux/tree/recipes-security/selin… 39 -------------------- 46 audit-libs-devel \ 48 bzip2-devel \ 49 CUnit-devel \ 54 glib2-devel \ [all …]
|
| /external/tensorflow/tensorflow/tools/ci_build/nightly_release/windows/ |
| D | upload_nightly_pip.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -e 17 set -x 22 python3.9 -m venv venv && source venv/bin/activate 25 python -m pip install --upgrade pip setuptools 28 python -m pip install --upgrade twine 30 # Install a more recent version of wheel (needed for renaming) 31 python -m pip install --upgrade wheel 34 for f in $(ls "${KOKORO_GFILE_DIR}"/tf_nightly_gpu*dev*cp3*-cp3*-win_amd64.whl); do 42 # do for Ubuntu and MacOS. The benefit is that we only build the Windows wheels [all …]
|
| /external/grpc-grpc/tools/run_tests/artifacts/ |
| D | build_artifact_python.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 21 export PYTHON=${PYTHON:-python} 22 export AUDITWHEEL=${AUDITWHEEL:-auditwheel} 28 # Needed for building binary distribution wheels -- bdist_wheel 29 "${PYTHON}" -m pip install --upgrade pip wheel setuptools 33 # Install Cython to avoid source wheel build failure. 34 # This only needs to be done when not running under docker (=on MacOS) 36 # already have a new-enough version of cython pre-installed. 38 # so we are trying to perform as few download-and-install operations [all …]
|
| /external/cronet/third_party/google_benchmark/src/.github/workflows/ |
| D | test_bindings.yml | 1 name: test-bindings 12 runs-on: ${{ matrix.os }} 14 fail-fast: false 16 os: [ ubuntu-latest, macos-latest, windows-latest ] 19 - uses: actions/checkout@v3 20 - name: Set up Python 21 uses: actions/setup-python@v4 23 python-version: 3.11 24 - name: Install GBM Python bindings on ${{ matrix.os}} 26 python -m pip install wheel . [all …]
|
| /external/capstone/.github/workflows/ |
| D | python-publish.yml | 7 runs-on: ${{ matrix.os }} 9 fail-fast: false 11 os: [macos-latest, ubuntu-latest, windows-latest] 14 - uses: actions/checkout@v2 16 - name: Set up Python 17 uses: actions/setup-python@v2 19 python-version: '3.x' 21 - name: Set up MSVC x86 22 if: matrix.os == 'windows-latest' && matrix.platform == 'x32' 23 uses: ilammy/msvc-dev-cmd@v1 [all …]
|
1234