Searched +full:python3 +full:- +full:dev (Results 1 – 25 of 883) sorted by relevance
12345678910>>...36
| /external/grpc-grpc/tools/dockerfile/test/python_debian11_default_x64/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 21 RUN apt-get update && apt-get install -y \ 22 build-essential \ 25 pkg-config \ 26 && apt-get clean 29 RUN apt-get update && apt-get install -y \ 32 && apt-get clean 35 RUN apt-get update && apt-get install -y \ 37 libc6-dbg \ 38 libc6-dev \ [all …]
|
| /external/mesa3d/.gitlab-ci/container/debian/ |
| D | x86_64_test-base.sh | 5 # .gitlab-ci/image-tags.yml tags: 8 set -e 9 set -o xtrace 13 apt-get install -y ca-certificates gnupg2 software-properties-common 15 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list.d/* 17 …b.freedesktop.org/gfx-ci/ci-deb-repo/-/raw/${PKG_REPO_REV}/ ${FDO_DISTRIBUTION_VERSION%-*} main" |… 30 "clang-${LLVM_VERSION}" 32 glslang-tools 34 libasound2-dev 35 libcap-dev [all …]
|
| D | x86_64_build-base.sh | 5 # .gitlab-ci/image-tags.yml tags: 8 set -e 9 set -o xtrace 14 apt-get install -y ca-certificates 15 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list.d/* 16 …b.freedesktop.org/gfx-ci/ci-deb-repo/-/raw/${PKG_REPO_REV}/ ${FDO_DISTRIBUTION_VERSION%-*} main" |… 24 apt-utils 28 "clang-${LLVM_VERSION}" 29 "clang-format-${LLVM_VERSION}" 30 dpkg-cross [all …]
|
| D | x86_64_test-vk.sh | 6 set -e 7 set -o xtrace 11 apt-get install -y libelogind0 # this interfere with systemd deps, install separately 18 glslang-tools 19 libexpat1-dev 21 libdrm-dev 22 libgbm-dev 23 libgles2-mesa-dev 24 liblz4-dev 25 libpciaccess-dev [all …]
|
| D | arm64_build.sh | 4 set -e 5 set -o xtrace 9 apt-get -y install ca-certificates 10 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list.d/* 11 …b.freedesktop.org/gfx-ci/ci-deb-repo/-/raw/${PKG_REPO_REV}/ ${FDO_DISTRIBUTION_VERSION%-*} main" |… 12 apt-get update 16 libssl-dev 20 apt-utils 21 android-libext4-utils 30 flatbuffers-compiler [all …]
|
| D | x86_64_test-gl.sh | 4 set -e 5 set -o xtrace 10 apt-get install -y libelogind0 # this interfere with systemd deps, install separately 16 "clang-${LLVM_VERSION}" 19 glslang-tools 20 libasound2-dev 21 libcap-dev 22 "libclang-cpp${LLVM_VERSION}-dev" 23 libdrm-dev 24 libgles2-mesa-dev [all …]
|
| /external/mesa3d/.gitlab-ci/container/ |
| D | lava_build.sh | 6 # .gitlab-ci/image-tags.yml tags: 9 set -e 10 set -o xtrace 17 S3_PATH="${S3_HOST}/mesa-lava/$1/${DISTRIBUTION_TAG}/${DEBIAN_ARCH}" 18 if curl -L --retry 4 -f --retry-delay 60 -s -X HEAD \ 20 echo "Remote files are up-to-date, skip rebuilding them." 28 . .gitlab-ci/container/container_pre_build.sh 30 # Install rust, which we'll be using for deqp-runner. It will be cleaned up at the end. 31 . .gitlab-ci/container/build-rust.sh 34 GCC_ARCH="aarch64-linux-gnu" [all …]
|
| /external/harfbuzz_ng/.circleci/ |
| D | config.yml | 4 win32-executor: 6 - image: cimg/base:edge-20.04 7 win64-executor: 9 - image: cimg/base:edge-20.04 10 autotools-executor: 12 - image: cimg/base:edge-20.04 16 macos-aat-fonts: 20 - checkout 21 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g… 22 - run: pip3 install meson --upgrade [all …]
|
| /external/bcc/debian/ |
| D | control | 5 Standards-Version: 3.9.5 6 Build-Depends: debhelper (>= 9), cmake, 8 llvm-9-dev | llvm-8-dev | llvm-6.0-dev | llvm-3.8-dev [!arm64] | llvm-3.7-dev [!arm64], 9 …libclang-9-dev | libclang-8-dev | libclang-6.0-dev | libclang-3.8-dev [!arm64] | libclang-3.7-dev … 10 …clang-format-9 | clang-format-8 | clang-format-6.0 | clang-format-3.8 [!arm64] | clang-format-3.7 … 11 libelf-dev, bison, flex, libfl-dev, libedit-dev, zlib1g-dev, git, 12 python (>= 2.7), python-netaddr, python-pyroute2 | python3-pyroute2, luajit, 13 libluajit-5.1-dev, arping, inetutils-ping | iputils-ping, iperf, netperf, 14 ethtool, devscripts, python3, dh-python 15 # add 'libdebuginfod-dev' to Build-Depends for libdebuginfod support [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/python_debian11_default_x64/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 21 RUN apt-get update && apt-get install -y \ 22 build-essential \ 25 pkg-config \ 26 && apt-get clean 29 RUN apt-get update && apt-get install -y \ 32 && apt-get clean 35 RUN apt-get update && apt-get install -y \ 37 libc6-dbg \ 38 libc6-dev \ [all …]
|
| /external/bcc/ |
| D | INSTALL.md | 3 * [Kernel Configuration](#kernel-configuration) 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) 13 - [Amazon Linux 2](#amazon-linux-2---binary) [all …]
|
| /external/grpc-grpc/tools/buildgen/ |
| D | generate_projects.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 17 set -e 19 export TEST=${TEST:-false} 21 YAML_OK=$(python3 -c "import yaml; print(yaml.__version__.split('.') >= ['5', '4', '1'])") 26 python3 -m pip install --upgrade --ignore-installed PyYAML==5.3.1 --user 32 rm -f build_autogenerated.yaml 33 python3 tools/buildgen/extract_metadata_from_bazel_xml.py 37 # /usr/local/google/home/rbellevi/dev/tmp/grpc/venv/bin/python3: No module named virtualenv 38 # Generate xds-protos 39 if [[ ! -d generate_projects_virtual_environment ]]; then [all …]
|
| /external/bcc/examples/usdt_sample/ |
| D | usdt_sample.sh | 3 … sudo apt-get install linux-headers-$(uname -r) "llvm-13*" libclang-13-dev luajit luajit-5.1-dev l… 4 # mkdir -p build && cd build 5 # cmake .. -DPYTHON_CMD=python3 6 # make -j4 9 gcc --version 10 rm -rf examples/usdt_sample/build_gcc 11 mkdir -p examples/usdt_sample/build_gcc && pushd examples/usdt_sample/build_gcc 16 # sudo dnf install systemtap-sdt-dev # For Ubuntu 21.10, other distro's might have differently nam… 17 # dtrace -h -s usdt_sample_lib1/src/lib1_sdt.d -o usdt_sample_lib1/include/usdt_sample_lib1/lib1_sd… 18 # dtrace -G -s usdt_sample_lib1/src/lib1_sdt.d -o lib1_sdt.o [all …]
|
| /external/virglrenderer/ci/ |
| D | build-container.sh | 3 set -e 4 set -o xtrace 9 export LD_LIBRARY_PATH=/usr/local/lib64:/usr/local/lib:/usr/local/lib/x86_64-linux-gnu 10 …fig:/usr/local/lib64/pkgconfig:/usr/local/share/pkgconfig:/usr/local/lib/x86_64-linux-gnu/pkgconfig 11 export LDFLAGS="-L/usr/local/lib64 -L/usr/local/lib/ -L/usr/local/lib/x86_64-linux-gnu" 14 export CFLAGS="-g3" 15 export CXXFLAGS="-g3" 16 export GIT_DATE="2020-02-02" 19 echo 'path-exclude=/usr/share/doc/*' > /etc/dpkg/dpkg.cfg.d/99-exclude-cruft 20 echo 'path-exclude=/usr/share/man/*' >> /etc/dpkg/dpkg.cfg.d/99-exclude-cruft [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/ |
| D | Dockerfile.rbe.cuda10.1-cudnn7-ubuntu16.04-manylinux2010 | 1 # Dockerfile to build a manylinux 2010 compliant cross-compiler. 7 # $ docker build -f Dockerfile.rbe.cuda10.1-cudnn7-ubuntu16.04-manylinux2010 \ 8 # --tag "gcr.io/tensorflow-testing/nosla-cuda10.1-cudnn7-ubuntu16.04-manylinux2010" . 9 # $ docker push gcr.io/tensorflow-testing/nosla-cuda10.1-cudnn7-ubuntu16.04-manylinux2010 11 FROM nvidia/cuda:10.1-cudnn7-devel-ubuntu16.04 as devtoolset 14 RUN apt-get update && apt-get install -y \ 24 rm -rf /var/lib/apt/lists/* 28 ADD devtoolset/rpm-patch.sh rpm-patch.sh 30 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-7 in /dt7. 31 RUN /build_devtoolset.sh devtoolset-7 /dt7 [all …]
|
| /external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/ |
| D | devel-gpu-jupyter.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}.1-base-ubuntu${UBUNTU_VERSION} as base 31 ARG CUDNN=8.1.0.77-1 34 ARG LIBNVINFER=7.2.2-1 38 SHELL ["/bin/bash", "-c"] 40 RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x8… 41 apt-get update && apt-get install -y --no-install-recommends \ 42 build-essential \ 43 clang-format \ 44 cuda-command-line-tools-${CUDA/./-} \ [all …]
|
| /external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/ppc64le/ |
| D | devel-gpu-ppc64le-jupyter.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}.1-base-ubuntu${UBUNTU_VERSION} as base 31 ARG CUDNN=8.1.0.77-1 34 ARG LIBNVINFER=7.2.2-1 38 SHELL ["/bin/bash", "-c"] 40 RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x8… 41 apt-get update && apt-get install -y --no-install-recommends \ 42 build-essential \ 43 clang-format \ 44 cuda-command-line-tools-${CUDA/./-} \ [all …]
|
| /external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/arm64v8/ |
| D | devel-cpu-arm64v8-jupyter.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 27 RUN apt-get update && apt-get install -y --no-install-recommends \ 28 build-essential \ 29 clang-format \ 32 libcurl3-dev \ 33 libfreetype6-dev \ 34 libhdf5-serial-dev \ 35 libzmq3-dev \ 36 pkg-config \ 38 software-properties-common \ [all …]
|
| D | devel-cpu-arm64v8.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 27 RUN apt-get update && apt-get install -y --no-install-recommends \ 28 build-essential \ 29 clang-format \ 32 libcurl3-dev \ 33 libfreetype6-dev \ 34 libhdf5-serial-dev \ 35 libzmq3-dev \ 36 pkg-config \ 38 software-properties-common \ [all …]
|
| /external/libdrm/.gitlab-ci/ |
| D | debian-install.sh | 2 set -o errexit 3 set -o xtrace 9 dpkg --add-architecture $arch 12 apt-get install -y \ 13 ca-certificates 15 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list 16 echo 'deb https://deb.debian.org/debian buster-backports main' >/etc/apt/sources.list.d/backports.l… 18 apt-get update 23 Pin: release a=buster-backports 24 Pin-Priority: 500 [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/php7_debian11_arm64/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 21 RUN apt-get update && apt-get install -y \ 22 build-essential \ 25 pkg-config \ 26 && apt-get clean 29 RUN apt-get update && apt-get install -y \ 32 && apt-get clean 35 RUN apt-get update && apt-get install -y \ 37 libc6-dbg \ 38 libc6-dev \ [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/php7_debian11_x64/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 21 RUN apt-get update && apt-get install -y \ 22 build-essential \ 25 pkg-config \ 26 && apt-get clean 29 RUN apt-get update && apt-get install -y \ 32 && apt-get clean 35 RUN apt-get update && apt-get install -y \ 37 libc6-dbg \ 38 libc6-dev \ [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/dockerfile/interoptest/grpc_interop_php7/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 21 RUN apt-get update && apt-get install -y \ 22 build-essential \ 25 pkg-config \ 26 && apt-get clean 29 RUN apt-get update && apt-get install -y \ 32 && apt-get clean 35 RUN apt-get update && apt-get install -y \ 37 libc6-dbg \ 38 libc6-dev \ [all …]
|
| /external/drm_hwcomposer/ |
| D | .gitlab-ci.yml | 5 - if: $CI_PIPELINE_SOURCE == 'merge_request_event' 6 - if: $CI_PIPELINE_SOURCE == 'push' 12 - apt-get --quiet update --yes >/dev/null 13 …- apt-get --quiet install --yes clang-15 clang-tidy-15 clang-format-15 git libdrm-dev blueprint-to… 14 …- apt-get --quiet install --yes clang llvm make python3 wget sudo rsync lld pkg-config ninja-build… 15 - apt-get --quiet install --yes python3-mako python3-jinja2 python3-ply python3-yaml >/dev/null 18 - build 19 - tidy 20 - style 25 - mkdir -p install/arm64 [all …]
|
12345678910>>...36