Home
last modified time | relevance | path

Searched +full:python3 +full:- +full:numpy (Results 1 – 25 of 63) sorted by relevance

123

/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-numpy_2.2.6.bb2 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 \
13 file://run-ptest \
17 GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases"
20 inherit pkgconfig ptest python_mesonpy github-releases cython
22 S = "${WORKDIR}/numpy-${PV}"
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pandas_2.2.3.bb1 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 \
13 SRC_URI:append:class-target = " file://0001-BLD-add-option-to-specify-numpy-header-location.patch "
20 python3-numpy \
21 python3-versioneer-native \
24 CFLAGS:append:toolchain-clang = " -Wno-error=deprecated-declarations"
27 python3-json \
[all …]
H A Dpython3-h5py_3.13.0.bb1 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 Dpython3-pycocotools_2.0.8.bb3 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 Dpython3-fsspec_2025.3.2.bb3 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 Dpython3-fastnumbers_5.1.1.bb1 SUMMARY = "Super-fast and clean conversions to numbers."
10 inherit pypi python_setuptools_build_meta ptest-python-pytest
12 DEPENDS += "python3-setuptools-scm-native"
14 RDEPENDS:${PN}-ptest += "\
15 python3-ctypes \
16 python3-hypothesis \
17 python3-numpy \
18 python3-typing-extensions \
H A Dpython3-matplotlib_3.10.3.bb4 publication-quality figures in a variety of hardcopy formats \
8 LICENSE = "PSF-2.0"
14 python3-setuptools-scm-native \
17 python3-pybind11 \
21 SRC_URI += "file://run-ptest \
22 file://0001-Do-not-download-external-dependency-tarballs-via-mes.patch \
23 file://0001-Change-types-for-width-height-to-match-definitions-i.patch \
27 inherit pypi pkgconfig python3targetconfig meson ptest-python-pytest
29 EXTRA_OEMESON += "-Dsystem-freetype=true -Dsystem-qhull=true"
32 LDFLAGS:append:toolchain-clang = " -fuse-ld=lld"
[all …]
H A Dpython3-imageio_2.37.0.bb5 LICENSE = "BSD-2-Clause"
12 RDEPENDS:${PN} = "python3-numpy python3-pillow"
H A Dpython3-keras-applications_1.0.8.bb2 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/conf/distro/include/
H A Dptest-packagelists.inc2 # 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/poky/meta/recipes-devtools/python/python3-numpy/
H A Dfix_reproducibility.patch4 Subject: [PATCH] This regex decides whether to use O3 opimisation on numpy or
8 but not "qemux86-world".
12 -fmacro-prefix-map=/XXX/build/tmp/work/core2-64-poky-linux/python3-numpy/1.26.0/numpy-1.26.0=/usr/s…
19 The autobuilder race depended upon whether qemux86-world or the
22 Upstream-Status: Inappropriate [upstream have dropped distutils and switched to meson]
23 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
24 ---
25 numpy/distutils/ccompiler_opt.py | 2 +-
26 1 file changed, 1 insertion(+), 1 deletion(-)
28 diff --git a/numpy/distutils/ccompiler_opt.py b/numpy/distutils/ccompiler_opt.py
[all …]
H A Drun-ptest3 # By default, numpy will use /tmp as the root path for temporary files used
8 export PYTEST_DEBUG_TEMPROOT="/usr/lib/python3-numpy/ptest/tmp"
9 mkdir -p "$PYTEST_DEBUG_TEMPROOT"
14 pytest --automake -m "not slow" -k "not test_mem_policy and not test_big_arrays" /usr/lib/python3.*…
15 rm -rf "$PYTEST_DEBUG_TEMPROOT"
/openbmc/qemu/tests/lcitool/
H A Dmappings.yml12 python3:
13 OpenSUSELeap15: python311-base
15 python3-PyYAML:
18 python3-devel:
19 OpenSUSELeap15: python311-devel
21 python3-docutils:
24 python3-numpy:
27 python3-opencv:
30 python3-pillow:
33 python3-pip:
[all …]
/openbmc/openbmc/poky/meta/recipes-core/images/
H A Dcore-image-ptest.bb4 require core-image-minimal.bb
5 require conf/distro/include/ptest-packagelists.inc
13 IMAGE_INSTALL:append = " ${MCNAME}-ptest openssh"
20 # strace-ptest in particular needs more than 500MB
23 IMAGE_ROOTFS_EXTRA_SPACE:virtclass-mcextend-mdadm = "1524288"
24 IMAGE_ROOTFS_EXTRA_SPACE:virtclass-mcextend-strace = "1524288"
25 IMAGE_ROOTFS_EXTRA_SPACE:virtclass-mcextend-lttng-tools = "1524288"
27 # tar-ptest in particular needs more space
28 IMAGE_ROOTFS_EXTRA_SPACE:virtclass-mcextend-tar = "1524288"
30 # python3-numpy-ptest requires a lot of extra space
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-nltk/
H A Dpython3-nltk_3.9.1.bb3 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 Dpython3-wxgtk4_4.2.2.bb1 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 \
14 SRC_URI += "file://add-back-option-build-base.patch \
15 file://wxgtk-fixup-build-scripts.patch \
16 file://not-overwrite-cflags-cxxflags.patch \
17 file://0001-sip-Conditionally-use-GetAssertStackTrace-under-USE_.patch \
21 S = "${WORKDIR}/wxPython-${PV}"
27 …ort WX_CONFIG = "'${RECIPE_SYSROOT_NATIVE}${bindir}/wx-config --prefix=${STAGING_EXECPREFIXDIR} --
30 python3-difflib \
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-rouge-score/
H A Dpython3-rouge-score_0.1.2.bb1 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/qemu/tests/lcitool/projects/
H A Dqemu.yml1 ---
3 - alsa
4 - bash
5 - bc
6 - bindgen
7 - bison
8 - brlapi
9 - bzip2
10 - bzip2-libs
11 - capstone
[all …]
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/meta-python/recipes-devtools/python/
H A Dpython3-sense-hat_2.2.0.bb2 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/scripts/ci/setup/ubuntu/
H A Dubuntu-2204-aarch64.yaml1 # 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 Dubuntu-2204-s390x.yaml1 # 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 …]
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-support/smem/
H A Dsmem_1.5.bb9 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/qemu/.gitlab-ci.d/cirrus/
H A Dmacos-14.vars1 # 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 Dfreebsd-14.vars1 # 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 ccache4 cmocka ctags curl cyrus-sasl dbus diffutils dt…
16 PYTHON='/usr/local/bin/python3'
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/
H A Dopencv_4.11.0.bb5 LICENSE = "Apache-2.0"
11 DEPENDS = "libtool swig-native bzip2 zlib glib-2.0 libwebp"
18 SRCREV_wechat-qrcode = "a8b69ccc738421293254aec5ddb38bd523503252"
28 …v_3rdparty.git;branch=wechat_qrcode;destsuffix=git/wechat_qrcode;name=wechat-qrcode;protocol=https…
30 file://0003-To-fix-errors-as-following.patch \
31 file://0001-Temporarliy-work-around-deprecated-ffmpeg-RAW-functi.patch \
32 file://0001-Dont-use-isystem.patch \
34 file://0001-Make-ts-module-external.patch \
35 file://0008-Do-not-embed-build-directory-in-binaries.patch \
36 file://0001-core-fixed-VSX-intrinsics-implementation.patch \
[all …]

123