mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 08:20:42 +00:00
matplotlib: Upgrade to 3.5.3
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
67caf9050d
commit
1274e2772e
@ -6,10 +6,11 @@ Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
|
|||||||
|
|
||||||
--- a/setup.py
|
--- a/setup.py
|
||||||
+++ b/setup.py
|
+++ b/setup.py
|
||||||
@@ -317,7 +317,6 @@ setup( # Finally, pass this all along t
|
@@ -316,8 +316,6 @@ setup( # Finally, pass this all along t
|
||||||
|
setup_requires=[
|
||||||
"certifi>=2020.06.20",
|
"certifi>=2020.06.20",
|
||||||
"numpy>=1.17",
|
"numpy>=1.17",
|
||||||
"setuptools_scm>=4",
|
- "setuptools_scm>=4,<7",
|
||||||
- "setuptools_scm_git_archive",
|
- "setuptools_scm_git_archive",
|
||||||
],
|
],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
|||||||
@ -19,9 +19,9 @@ DEPENDS = "\
|
|||||||
python3-dateutil-native \
|
python3-dateutil-native \
|
||||||
python3-pytz-native \
|
python3-pytz-native \
|
||||||
python3-certifi-native \
|
python3-certifi-native \
|
||||||
|
python3-setuptools-scm-native \
|
||||||
"
|
"
|
||||||
|
SRC_URI[sha256sum] = "339cac48b80ddbc8bfd05daae0a3a73414651a8596904c2a881cfd1edb65f26c"
|
||||||
SRC_URI[sha256sum] = "48cf850ce14fa18067f2d9e0d646763681948487a8080ec0af2686468b4607a2"
|
|
||||||
|
|
||||||
inherit pypi setuptools3 pkgconfig
|
inherit pypi setuptools3 pkgconfig
|
||||||
|
|
||||||
@ -40,7 +40,6 @@ SRC_URI[qhull.sha256sum] = "b5c2d7eb833278881b952c8a52d20179eab87766b00b86500046
|
|||||||
# LTO with clang needs lld
|
# LTO with clang needs lld
|
||||||
LDFLAGS:append:toolchain-clang = " -fuse-ld=lld"
|
LDFLAGS:append:toolchain-clang = " -fuse-ld=lld"
|
||||||
LDFLAGS:remove:toolchain-clang:mips = "-fuse-ld=lld"
|
LDFLAGS:remove:toolchain-clang:mips = "-fuse-ld=lld"
|
||||||
|
|
||||||
RDEPENDS:${PN} = "\
|
RDEPENDS:${PN} = "\
|
||||||
freetype \
|
freetype \
|
||||||
libpng \
|
libpng \
|
||||||
@ -57,6 +56,7 @@ RDEPENDS:${PN} = "\
|
|||||||
ENABLELTO:toolchain-clang:riscv64 = "echo enable_lto = False >> ${S}/mplsetup.cfg"
|
ENABLELTO:toolchain-clang:riscv64 = "echo enable_lto = False >> ${S}/mplsetup.cfg"
|
||||||
ENABLELTO:toolchain-clang:riscv32 = "echo enable_lto = False >> ${S}/mplsetup.cfg"
|
ENABLELTO:toolchain-clang:riscv32 = "echo enable_lto = False >> ${S}/mplsetup.cfg"
|
||||||
ENABLELTO:toolchain-clang:mips = "echo enable_lto = False >> ${S}/mplsetup.cfg"
|
ENABLELTO:toolchain-clang:mips = "echo enable_lto = False >> ${S}/mplsetup.cfg"
|
||||||
|
|
||||||
do_compile:prepend() {
|
do_compile:prepend() {
|
||||||
echo [libs] > ${S}/mplsetup.cfg
|
echo [libs] > ${S}/mplsetup.cfg
|
||||||
echo system_freetype = True >> ${S}/mplsetup.cfg
|
echo system_freetype = True >> ${S}/mplsetup.cfg
|
||||||
Loading…
x
Reference in New Issue
Block a user