Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/fftw/
Date: Sun, 05 May 2019 19:05:40
Message-Id: 1557083042.57ecc0fe4b74dbf6019c5e1931750a64a5366ae6.floppym@gentoo
1 commit: 57ecc0fe4b74dbf6019c5e1931750a64a5366ae6
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Sun May 5 02:46:00 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun May 5 19:04:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57ecc0fe
7
8 sci-libs/fftw: Fix usage of tc-getCC().
9
10 Fixes: https://bugs.gentoo.org/618282
11 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
12 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
13
14 sci-libs/fftw/fftw-3.3.6_p2.ebuild | 4 ++--
15 sci-libs/fftw/fftw-3.3.8.ebuild | 2 +-
16 sci-libs/fftw/fftw-9999.ebuild | 4 ++--
17 3 files changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/sci-libs/fftw/fftw-3.3.6_p2.ebuild b/sci-libs/fftw/fftw-3.3.6_p2.ebuild
20 index 35d91fe43ac..4535c715b26 100644
21 --- a/sci-libs/fftw/fftw-3.3.6_p2.ebuild
22 +++ b/sci-libs/fftw/fftw-3.3.6_p2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -130,7 +130,7 @@ multilib_src_configure() {
30 ;;
31 esac
32
33 - ECONF_SOURCE="${S}" econf "${myconf[@]}" MPICC="$(tc-getCC -lmpi)"
34 + ECONF_SOURCE="${S}" econf "${myconf[@]}" MPICC="$(tc-getCC) -lmpi"
35 }
36
37 src_configure() {
38
39 diff --git a/sci-libs/fftw/fftw-3.3.8.ebuild b/sci-libs/fftw/fftw-3.3.8.ebuild
40 index d345f5d141f..c89038acc6a 100644
41 --- a/sci-libs/fftw/fftw-3.3.8.ebuild
42 +++ b/sci-libs/fftw/fftw-3.3.8.ebuild
43 @@ -131,7 +131,7 @@ multilib_src_configure() {
44 ;;
45 esac
46
47 - ECONF_SOURCE="${S}" econf "${myconf[@]}" MPICC="$(tc-getCC -lmpi)"
48 + ECONF_SOURCE="${S}" econf "${myconf[@]}" MPICC="$(tc-getCC) -lmpi"
49 }
50
51 src_configure() {
52
53 diff --git a/sci-libs/fftw/fftw-9999.ebuild b/sci-libs/fftw/fftw-9999.ebuild
54 index c08278dde80..a43b48e5809 100644
55 --- a/sci-libs/fftw/fftw-9999.ebuild
56 +++ b/sci-libs/fftw/fftw-9999.ebuild
57 @@ -1,4 +1,4 @@
58 -# Copyright 1999-2018 Gentoo Foundation
59 +# Copyright 1999-2019 Gentoo Authors
60 # Distributed under the terms of the GNU General Public License v2
61
62 EAPI=6
63 @@ -138,7 +138,7 @@ multilib_src_configure() {
64 MY_S="${BUILD_DIR}"
65 fi
66
67 - ECONF_SOURCE="${MY_S}" econf "${myconf[@]}" MPICC="$(tc-getCC -lmpi)"
68 + ECONF_SOURCE="${MY_S}" econf "${myconf[@]}" MPICC="$(tc-getCC) -lmpi"
69 }
70
71 src_configure() {