commit: 09b5acb5874f7aa6b2985e54fc8d6183ea8524fb
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 16 15:43:55 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Aug 16 15:44:24 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09b5acb5
sci-ml/NNPACK: keyword 2020.12.22-r4 for ~x86
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
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 2867626cc08e..99199c03181b 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