From 09b5acb5874f7aa6b2985e54fc8d6183ea8524fb Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Sat, 16 Aug 2025 17:43:55 +0200 Subject: [PATCH] sci-ml/NNPACK: keyword 2020.12.22-r4 for ~x86 Signed-off-by: Alfredo Tupone --- sci-ml/NNPACK/NNPACK-2020.12.22-r4.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/sci-ml/NNPACK/NNPACK-2020.12.22-r4.ebuild b/sci-ml/NNPACK/NNPACK-2020.12.22-r4.ebuild index 2867626cc08ec..99199c03181bd 100644 --- a/sci-ml/NNPACK/NNPACK-2020.12.22-r4.ebuild +++ b/sci-ml/NNPACK/NNPACK-2020.12.22-r4.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}"/${PN}-${CommitId} LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="test test-full" RESTRICT="!test? ( test )" REQUIRED_USE="${PYTHON_REQUIRED_USE}" @@ -61,7 +61,12 @@ src_configure() { } src_test() { - use test-full || local CMAKE_SKIP_TESTS=( + local CMAKE_SKIP_TESTS=() + use x86 && CMAKE_SKIP_TESTS+=( + softmax-output-smoketest + softmax-output-imagenet + ) + use test-full || CMAKE_SKIP_TESTS+=( convolution-output-overfeat convolution-kernel-gradient-vgg convolution-input-gradient-overfeat