From 4042e529b9cfcd5b598e53a1db839e9964caffe2 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 9 Apr 2025 18:23:38 -0700 Subject: python3-matplotlib: Upgrade to 3.10.1 - Adjust for move to meson build system. - Use system freetype and qhull - Add ptest insfrastructure, they do not pass yet - Add a patch to fix build on 32bit machines Signed-off-by: Khem Raj Cc: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-matplotlib/run-ptest | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-matplotlib/run-ptest (limited to 'meta-python/recipes-devtools/python/python3-matplotlib/run-ptest') diff --git a/meta-python/recipes-devtools/python/python3-matplotlib/run-ptest b/meta-python/recipes-devtools/python/python3-matplotlib/run-ptest new file mode 100644 index 0000000000..e99c96b342 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-matplotlib/run-ptest @@ -0,0 +1,3 @@ +#!/bin/sh + +pytest --automake --pyargs matplotlib -- cgit v1.2.3-54-g00ecf