From 2aa8da207ba7521628dbe964a5af753260fb2012 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Sat, 20 Dec 2025 23:29:49 +0100 Subject: [PATCH] sci-ml/onnx: fix build on multiple python target Closes: https://bugs.gentoo.org/967468 Signed-off-by: Alfredo Tupone --- sci-ml/onnx/onnx-1.20.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-ml/onnx/onnx-1.20.0.ebuild b/sci-ml/onnx/onnx-1.20.0.ebuild index 3f2d90b2229e..93612ebdf18f 100644 --- a/sci-ml/onnx/onnx-1.20.0.ebuild +++ b/sci-ml/onnx/onnx-1.20.0.ebuild @@ -53,6 +53,7 @@ python_compile() { "${mycmakeargs[@]}" -Dnanobind_DIR="$(python_get_sitedir)/nanobind/cmake" ) + rm -rf .setuptools-cmake-build CMAKE_ARGS="${mycmakeargs[@]}" distutils-r1_python_compile }