/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-numpy_2.1.3.bb | 2 HOMEPAGE = "https://numpy.org/" 3 DESCRIPTION = "NumPy is the fundamental package needed for scientific computing with Python." 5 LICENSE = "BSD-3-Clause & BSD-2-Clause & PSF-2.0 & Apache-2.0 & MIT" 8 SRCNAME = "numpy" 10 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${SRCNAME}-${PV}.tar.gz \ 11 file://0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch \ 12 file://0001-numpy-core-Define-RISCV-32-support.patch \ 14 file://run-ptest \ 18 GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases" 21 inherit pkgconfig ptest python_mesonpy github-releases cython [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-pandas_2.2.2.bb | 1 SUMMARY = "pandas library for high-performance data analysis tools" 2 DESCRIPTION = "pandas is an open source, BSD-licensed library providing \ 3 high-performance, easy-to-use data structures and data analysis tools for \ 6 LICENSE = "BSD-3-Clause" 10 file://0001-pyproject.toml-don-t-pin-dependency-versions.patch \ 11 file://0001-pyproject.toml-Downgrade-numpy-version-needs-to-1.x.patch \ 19 python3-numpy-native \ 20 python3-versioneer-native \ 23 CFLAGS:append:toolchain-clang = " -Wno-error=deprecated-declarations" 26 python3-json \ [all …]
|
H A D | python3-h5py_3.12.1.bb | 1 SUMMARY = "Provides both a high- and low-level interface to the HDF5 library from Python." 4 LICENSE = "BSD-3-Clause" 9 SRC_URI += "file://0001-setup_build.py-avoid-absolute-path.patch" 15 DEPENDS = "python3-pkgconfig-native \ 16 python3-numpy-native \ 17 python3-six-native \ 18 hdf5-native \ 19 python3 \ 23 RDEPENDS:${PN} = "python3-numpy \ 24 python3-six \ [all …]
|
H A D | python3-pycocotools_2.0.8.bb | 3 LICENSE = "BSD-2-Clause" 8 SRC_URI += "file://0001-downgrade-numpy-version-to-1.26.4.patch" 12 DEPENDS = "python3-numpy-native virtual/crypt" 13 RDEPENDS:${PN} = "python3-matplotlib python3-pillow python3-profile"
|
H A D | python3-matplotlib_3.7.2.bb | 4 publication-quality figures in a variety of hardcopy formats \ 8 LICENSE = "PSF-2.0" 17 python3-numpy-native \ 18 python3-pip-native \ 19 python3-dateutil-native \ 20 python3-pytz-native \ 21 python3-certifi-native \ 22 python3-setuptools-scm-native \ 23 python3-pybind11-native \ 31 SRC_URI += "file://matplotlib-disable-download.patch \ [all …]
|
H A D | python3-fsspec_2024.10.0.bb | 3 LICENSE = "BSD-3-Clause" 12 DEPENDS = "python3-hatch-vcs-native python3-hatchling-native" 14 RDEPENDS:${PN}-ptest += "\ 15 python3-pytest \ 16 python3-pytest-mock \ 17 python3-pytest-asyncio \ 18 python3-pytest-cov \ 19 python3-pytest-benchmark \ 20 python3-aiohttp \ 21 python3-numpy \ [all …]
|
H A D | python3-imageio_2.36.1.bb | 5 LICENSE = "BSD-2-Clause" 12 RDEPENDS:${PN} = "python3-numpy python3-pillow"
|
H A D | python3-keras-applications_1.0.8.bb | 2 HOMEPAGE = "https://github.com/keras-team/keras-applications" 7 SRC_URI = "git://github.com/keras-team/keras-applications.git;branch=master;protocol=https" 16 RDEPENDS:${PN} = "python3-numpy \ 17 python3-h5py \
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-numpy/ |
H A D | fix_reproducibility.patch | 1 This regex decides whether to use O3 opimisation on numpy or not. 4 but not "qemux86-world". 8 -fmacro-prefix-map=/XXX/build/tmp/work/core2-64-poky-linux/python3-numpy/1.26.0/numpy-1.26.0=/usr/s… 15 The autobuilder race depended upon whether qemux86-world or the 18 Upstream-Status: Inappropriate [upstream have dropped distutils and switched to meson] 19 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 21 Index: numpy-1.26.0/numpy/distutils/ccompiler_opt.py 23 --- numpy-1.26.0.orig/numpy/distutils/ccompiler_opt.py 24 +++ numpy-1.26.0/numpy/distutils/ccompiler_opt.py 25 @@ -990,7 +990,7 @@ class _CCompiler: [all …]
|
/openbmc/qemu/tests/lcitool/ |
H A D | mappings.yml | 9 # Due to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1081535 we 10 # have to disable all packages that depend on libgl1-mesa-dri:mips64el 12 mips64el-deb: 15 mips64el-deb: 18 mips64el-deb: 20 gtk-vnc: 21 mips64el-deb: 23 mesa-libgbm: 24 mips64el-deb: 29 python3: [all …]
|
/openbmc/openbmc/poky/meta/conf/distro/include/ |
H A D | ptest-packagelists.inc | 2 # Lists of the ptests in OE-Core, sorted into two sets by the time they take 8 apr-util \ 25 gdk-pixbuf \ 26 glib-networking \ 28 json-c \ 29 json-glib \ 30 libconvert-asn1-perl \ 32 libgpg-error\ 36 libtest-fatal-perl \ 37 libtest-needs-perl \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-nltk/ |
H A D | python3-nltk_3.9.1.bb | 3 with human language data. It provides easy-to-use interfaces to \ 7 LICENSE = "Apache-2.0" 11 python3-click \ 12 python3-joblib \ 13 python3-tqdm \ 14 python3-regex \ 15 python3-xmlschema \ 19 python3-numpy \
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/ |
H A D | python3-wxgtk4_4.2.2.bb | 1 DESCRIPTION = "Python3 interface to the wxWidgets Cross-platform C++ GUI toolkit." 4 LICENSE = "LGPL-2.0-only & WXwindows & BSD-2-Clause" 7 DEPENDS = "python3-attrdict3-native python3-six-native wxwidgets-native \ 13 SRC_URI += "file://add-back-option-build-base.patch \ 14 file://wxgtk-fixup-build-scripts.patch \ 15 file://not-overwrite-cflags-cxxflags.patch \ 16 file://0001-sip-Conditionally-use-GetAssertStackTrace-under-USE_.patch \ 20 S = "${WORKDIR}/wxPython-${PV}" 26 …ort WX_CONFIG = "'${RECIPE_SYSROOT_NATIVE}${bindir}/wx-config --prefix=${STAGING_EXECPREFIXDIR} --… 29 python3-difflib \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-rouge-score/ |
H A D | python3-rouge-score_0.1.2.bb | 1 SUMMARY = "Pure python implementation of ROUGE-1.5.5." 4 HOMEPAGE = "https://github.com/google-research/google-research/tree/master/rouge" 5 LICENSE = "Apache-2.0" 9 python3-absl \ 10 python3-nltk \ 11 python3-numpy \ 12 python3-six (>=1.14) \
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/meta-python/recipes-devtools/python/ |
H A D | python3-sense-hat_2.2.0.bb | 2 HOMEPAGE = "https://github.com/RPi-Distro/python-sense-hat" 4 LICENSE = "BSD-3-Clause" 9 PYPI_PACKAGE = "sense-hat" 21 python3-numpy \ 22 python3-rtimu \ 23 python3-pillow \
|
/openbmc/qemu/tests/lcitool/projects/ |
H A D | qemu.yml | 1 --- 3 - alsa 4 - bash 5 - bc 6 - bindgen 7 - bison 8 - brlapi 9 - bzip2 10 - bzip2-libs 11 - capstone [all …]
|
/openbmc/qemu/scripts/ci/setup/ubuntu/ |
H A D | ubuntu-2204-aarch64.yaml | 1 # THIS FILE WAS AUTO-GENERATED 3 # $ lcitool variables --host-arch aarch64 ubuntu-2204 qemu 5 # https://gitlab.com/libvirt/libvirt-ci 8 - bash 9 - bc 10 - bison 11 - bsdextrautils 12 - bzip2 13 - ca-certificates 14 - ccache [all …]
|
H A D | ubuntu-2204-s390x.yaml | 1 # THIS FILE WAS AUTO-GENERATED 3 # $ lcitool variables --host-arch s390x ubuntu-2204 qemu 5 # https://gitlab.com/libvirt/libvirt-ci 8 - bash 9 - bc 10 - bison 11 - bsdextrautils 12 - bzip2 13 - ca-certificates 14 - ccache [all …]
|
H A D | ubuntu-2204-armhf-cross.yml | 1 # THIS FILE WAS AUTO-GENERATED 3 # $ lcitool variables --cross-arch armv7l ubuntu-2204 qemu 5 # https://gitlab.com/libvirt/libvirt-ci 8 - bash 9 - bc 10 - bison 11 - bsdextrautils 12 - bzip2 13 - ca-certificates 14 - ccache [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-support/smem/ |
H A D | smem_1.5.bb | 9 LICENSE = "GPL-2.0-or-later" 14 file://0001-smem-fix-support-for-source-option-python3.patch" 20 S = "${WORKDIR}/${BPN}-${HG_CHANGESET}" 23 ${CC} ${CFLAGS} ${LDFLAGS} smemcap.c -o smemcap 27 install -d ${D}/${bindir}/ 28 install -d ${D}/${mandir}/man8 29 install -m 0755 ${S}/smem ${D}${bindir}/ 30 sed -i -e '1s,#!.*python.*,#!${USRBINPATH}/env python3,' ${D}${bindir}/smem 31 install -m 0755 ${S}/smemcap ${D}${bindir}/ 32 install -m 0644 ${S}/smem.8 ${D}/${mandir}/man8/ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/ |
H A D | opencv_4.10.0.bb | 5 LICENSE = "Apache-2.0" 11 DEPENDS = "libtool swig-native bzip2 zlib glib-2.0 libwebp" 18 SRCREV_wechat-qrcode = "a8b69ccc738421293254aec5ddb38bd523503252" 27 …v_3rdparty.git;branch=wechat_qrcode;destsuffix=git/wechat_qrcode;name=wechat-qrcode;protocol=https… 28 file://0003-To-fix-errors-as-following.patch \ 29 file://0001-Temporarliy-work-around-deprecated-ffmpeg-RAW-functi.patch \ 30 file://0001-Dont-use-isystem.patch \ 32 file://0001-Make-ts-module-external.patch \ 33 file://0008-Do-not-embed-build-directory-in-binaries.patch \ 35 SRC_URI:append:riscv64 = " file://0001-Use-Os-to-compile-tinyxml2.cpp.patch;patchdir=contrib" [all …]
|
/openbmc/qemu/.gitlab-ci.d/cirrus/ |
H A D | macos-14.vars | 1 # THIS FILE WAS AUTO-GENERATED 3 # $ lcitool variables macos-14 qemu 5 # https://gitlab.com/libvirt/libvirt-ci 14 …-sed gnutls gtk+3 gtk-vnc jemalloc jpeg-turbo json-c libcbor libepoxy libffi libgcrypt libiscsi li… 15 PYPI_PKGS='PyYAML numpy pillow sphinx sphinx-rtd-theme tomli' 16 PYTHON='/opt/homebrew/bin/python3'
|
H A D | freebsd-14.vars | 1 # THIS FILE WAS AUTO-GENERATED 3 # $ lcitool variables freebsd-14 qemu 5 # https://gitlab.com/libvirt/libvirt-ci 14 …-lib bash bison bzip2 ca_root_nss capstone4 ccache cmocka ctags curl cyrus-sasl dbus diffutils dtc… 16 PYTHON='/usr/local/bin/python3'
|
/openbmc/qemu/tests/docker/dockerfiles/ |
H A D | fedora-win64-cross.docker | 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 \ [all …]
|
H A D | centos9.docker | 1 # THIS FILE WAS AUTO-GENERATED 3 # $ lcitool dockerfile --layers all centos-stream-9 qemu 5 # https://gitlab.com/libvirt/libvirt-ci 9 RUN dnf distro-sync -y && \ 10 dnf install 'dnf-command(config-manager)' -y && \ 11 dnf config-manager --set-enabled -y crb && \ 12 dnf install -y epel-release && \ 13 dnf install -y epel-next-release && \ 14 dnf install -y \ 15 SDL2-devel \ [all …]
|