sci-libs/kissfft: fix tests

Closes: https://bugs.gentoo.org/790302

Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/20857
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Aisha Tammy 2021-05-17 22:23:19 +00:00 committed by Sam James
parent 9ca12402d4
commit ba2eb87c86
No known key found for this signature in database
GPG Key ID: F4922810EEA0483B
2 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ pkg_setup() {
src_configure() {
local mycmakeargs=(
-DKISSFFT_OPENMP=$(usex openmp)
-DKISSFFT_OPENMP=$(usex openmp 1 0)
-DKISSFFT_TEST=$(usex test)
-DKISSFFT_TOOLS=$(usex tools)
-DKISSFFT_USE_ALLOCA=$(usex alloca)

View File

@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/mborgerding/kissfft/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi
LICENSE="BSD"
@ -43,7 +43,7 @@ pkg_setup() {
src_configure() {
local mycmakeargs=(
-DKISSFFT_OPENMP=$(usex openmp)
-DKISSFFT_OPENMP=$(usex openmp 1 0)
-DKISSFFT_TEST=$(usex test)
-DKISSFFT_TOOLS=$(usex tools)
-DKISSFFT_USE_ALLOCA=$(usex alloca)