Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/kissfft/
Date: Mon, 17 May 2021 22:25:28
Message-Id: 1621290312.ba2eb87c865d17a690ed0db9dacdb957a5b3f2c4.sam@gentoo
1 commit: ba2eb87c865d17a690ed0db9dacdb957a5b3f2c4
2 Author: Aisha Tammy <floss <AT> bsd <DOT> ac>
3 AuthorDate: Mon May 17 22:23:19 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 17 22:25:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba2eb87c
7
8 sci-libs/kissfft: fix tests
9
10 Closes: https://bugs.gentoo.org/790302
11
12 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
13 Closes: https://github.com/gentoo/gentoo/pull/20857
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 sci-libs/kissfft/kissfft-131.1.0.ebuild | 2 +-
17 sci-libs/kissfft/kissfft-9999.ebuild | 4 ++--
18 2 files changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/sci-libs/kissfft/kissfft-131.1.0.ebuild b/sci-libs/kissfft/kissfft-131.1.0.ebuild
21 index d85c68aee2c..71928527528 100644
22 --- a/sci-libs/kissfft/kissfft-131.1.0.ebuild
23 +++ b/sci-libs/kissfft/kissfft-131.1.0.ebuild
24 @@ -43,7 +43,7 @@ pkg_setup() {
25
26 src_configure() {
27 local mycmakeargs=(
28 - -DKISSFFT_OPENMP=$(usex openmp)
29 + -DKISSFFT_OPENMP=$(usex openmp 1 0)
30 -DKISSFFT_TEST=$(usex test)
31 -DKISSFFT_TOOLS=$(usex tools)
32 -DKISSFFT_USE_ALLOCA=$(usex alloca)
33
34 diff --git a/sci-libs/kissfft/kissfft-9999.ebuild b/sci-libs/kissfft/kissfft-9999.ebuild
35 index ad2bc1ff31a..71928527528 100644
36 --- a/sci-libs/kissfft/kissfft-9999.ebuild
37 +++ b/sci-libs/kissfft/kissfft-9999.ebuild
38 @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]] ; then
39 inherit git-r3
40 else
41 SRC_URI="https://github.com/mborgerding/kissfft/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 - KEYWORDS="~amd64 ~x86"
43 + KEYWORDS="~amd64 ~arm ~arm64 ~x86"
44 fi
45
46 LICENSE="BSD"
47 @@ -43,7 +43,7 @@ pkg_setup() {
48
49 src_configure() {
50 local mycmakeargs=(
51 - -DKISSFFT_OPENMP=$(usex openmp)
52 + -DKISSFFT_OPENMP=$(usex openmp 1 0)
53 -DKISSFFT_TEST=$(usex test)
54 -DKISSFFT_TOOLS=$(usex tools)
55 -DKISSFFT_USE_ALLOCA=$(usex alloca)