mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-ml/NNPACK: keyword 2020.12.22-r4 for ~x86
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user