Lines Matching +full:python3 +full:- +full:numpy

1 # THIS FILE WAS AUTO-GENERATED
3 # $ lcitool dockerfile --layers all --cross-arch mingw64 fedora-40 qemu,qemu-win-installer
5 # https://gitlab.com/libvirt/libvirt-ci
9 RUN dnf install -y nosync && \
11 if test -d /usr/lib64\n\
19 nosync dnf update -y && \
20 nosync dnf install -y \
23 bindgen-cli \
26 ca-certificates \
29 dbus-daemon \
36 glib2-devel \
37 glibc-langpack-en \
43 ninja-build \
44 nmap-ncat \
45 openssh-clients \
46 python3 \
47 python3-PyYAML \
48 python3-numpy \
49 python3-opencv \
50 python3-pillow \
51 python3-pip \
52 python3-sphinx \
53 python3-sphinx_rtd_theme \
54 python3-zombie-imp \
62 tesseract-langpack-eng \
63 util-linux \
67 nosync dnf autoremove -y && \
68 nosync dnf clean all -y && \
69 rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED
71 ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
72 ENV LANG "en_US.UTF-8"
75 ENV PYTHON "/usr/bin/python3"
77 RUN nosync dnf install -y \
78 mingw-w64-tools \
79 mingw32-nsis \
80 mingw64-SDL2 \
81 mingw64-SDL2_image \
82 mingw64-bzip2 \
83 mingw64-curl \
84 mingw64-gcc \
85 mingw64-gcc-c++ \
86 mingw64-gettext \
87 mingw64-glib2 \
88 mingw64-gnutls \
89 mingw64-gtk-vnc2 \
90 mingw64-gtk3 \
91 mingw64-libepoxy \
92 mingw64-libgcrypt \
93 mingw64-libjpeg-turbo \
94 mingw64-libpng \
95 mingw64-libtasn1 \
96 mingw64-nettle \
97 mingw64-pixman \
98 mingw64-pkg-config && \
99 nosync dnf clean all -y && \
100 rpm -qa | sort > /packages.txt && \
101 mkdir -p /usr/libexec/ccache-wrappers && \
102 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-w64-mingw32-c++ && \
103 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-w64-mingw32-cc && \
104 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-w64-mingw32-g++ && \
105 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-w64-mingw32-gcc
107 ENV ABI "x86_64-w64-mingw32"
108 ENV MESON_OPTS "--cross-file=/usr/share/mingw/toolchain-mingw64.meson"
109 ENV QEMU_CONFIGURE_OPTS --cross-prefix=x86_64-w64-mingw32-
110 ENV DEF_TARGET_LIST x86_64-softmmu
115 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi