Searched +full:python3 +full:- +full:wheel (Results 1 – 10 of 10) sorted by relevance
1 QEMU_VENV_DIR=.dev-venv2 QEMU_MINVENV_DIR=.min-venv9 @echo "make check-minreqs:"13 @echo " Hint (Fedora): 'sudo dnf install python3.9'"15 @echo "make check-tox:"18 @echo " Requires: Python 3.9 - 3.11, and tox."19 @echo " Hint (Fedora): 'sudo dnf install python3-tox python3.11'"23 @echo "make check-dev:"24 @echo " Run tests in a venv against your default python3 version."37 @echo "make min-venv"[all …]
16 python3:17 OpenSUSELeap15: python311-base19 python3-PyYAML:22 python3-devel:23 OpenSUSELeap15: python311-devel25 python3-docutils:28 python3-numpy:31 python3-opencv:34 python3-pillow:37 python3-pip:[all …]
2 # Docker TriCore cross-compiler target8 # Copyright (c) 2018 Philippe Mathieu-Daudé10 # SPDX-License-Identifier: GPL-2.0-or-later12 FROM docker.io/library/debian:11-slim15 DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \16 DEBIAN_FRONTEND=noninteractive eatmydata apt install -yy \19 ca-certificates \26 libglib2.0-dev \27 libpixman-1-dev \30 ninja-build \[all …]
1 # Docker legacy cross-compiler target (tests and minimal qemu)6 # libc6.1-dev-alpha-cross: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=10544127 # sh4-linux-user: binaries don't run with bookworm compiler9 # As we are targeting check-tcg here we only need minimal qemu12 FROM docker.io/library/debian:11-slim14 # Duplicate deb line as deb-src15 RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sources.list18 apt-get update && \19 apt-get install -y eatmydata && \20 eatmydata apt-get dist-upgrade -y && \[all …]
2 # Docker cross-compiler target5 # https://github.com/loongson/build-tools/releases7 FROM docker.io/library/debian:11-slim9 # Duplicate deb line as deb-src10 RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sources.list13 apt-get update && \14 apt-get install -y eatmydata && \15 eatmydata apt-get dist-upgrade -y && \16 apt build-dep -yy qemu18 RUN apt-get update && \[all …]
2 # Docker Hexagon cross-compiler target6 # build-deps.8 FROM docker.io/library/debian:11-slim10 # Duplicate deb line as deb-src11 RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sources.list12 RUN apt-get update && \13 DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \16 apt-get install -y --no-install-recommends \19 xz-utils \20 ca-certificates \[all …]
2 # Docker all cross-compiler target (tests only)7 # to build and run linux-user tests on GitLab9 FROM docker.io/library/debian:12-slim11 # Duplicate deb line as deb-src12 RUN sed -in "s/Types: deb/Types: deb deb-src/g" /etc/apt/sources.list.d/debian.sources15 apt-get update && \16 apt-get install -y eatmydata && \17 eatmydata apt-get dist-upgrade -y && \18 apt build-dep -yy qemu22 apt install -y --no-install-recommends \[all …]
1 #!/usr/bin/env python35 # Copyright 2017-2019 Red Hat Inc.12 # the COPYING file in the top-level directory.25 link = "https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.3/images/NetBSD-9.3-amd64.iso"30 "git-base",34 "ninja-build",40 "gettext-tools",66 set -e;67 rm -rf /home/qemu/qemu-test.*68 cd $(mktemp -d /home/qemu/qemu-test.XXXXXX);[all …]
... 1.8.1.dist-info/WHEEL meson-1.8.1.dist-info/entry_points.
14 - build artifacts outside of QEMU source tree entirely::22 - build artifacts in a subdir of QEMU source tree::38 - detect the host architecture40 - list the targets for which to build emulators; the list of43 - find the compilers (native and cross) used to build executables,45 fragments (``config-host.mak``) or a Meson machine file46 (``config-meson.cross``)48 - create a virtual environment in which all Python code runs during51 - invoke Meson in the virtual environment, to perform the actual55 which a same-named Meson option exists; dashes in the command line are[all …]