Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/sionlib/
Date: Sun, 16 May 2021 14:06:16
Message-Id: 1621173903.e41e695aadbca19c4c09e8c319073e625c5a126f.cybertailor@gentoo
1 commit: e41e695aadbca19c4c09e8c319073e625c5a126f
2 Author: Anna Vyalkova <cyber <AT> sysrq <DOT> in>
3 AuthorDate: Sun May 16 14:00:50 2021 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Sun May 16 14:05:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e41e695a
7
8 sys-cluster/sionlib: fix compiler vars
9
10 Closes: https://bugs.gentoo.org/785727
11 Signed-off-by: Anna Vyalkova <cyber <AT> sysrq.in>
12
13 sys-cluster/sionlib/sionlib-1.7.6-r1.ebuild | 8 +++-----
14 1 file changed, 3 insertions(+), 5 deletions(-)
15
16 diff --git a/sys-cluster/sionlib/sionlib-1.7.6-r1.ebuild b/sys-cluster/sionlib/sionlib-1.7.6-r1.ebuild
17 index da6004314..4b8328064 100644
18 --- a/sys-cluster/sionlib/sionlib-1.7.6-r1.ebuild
19 +++ b/sys-cluster/sionlib/sionlib-1.7.6-r1.ebuild
20 @@ -45,14 +45,11 @@ pkg_setup() {
21 }
22
23 src_configure() {
24 - export AR=$(tc-getAR)
25 - export CC=$(tc-getCC)
26 - export CXX=$(tc-getCXX)
27 + tc-export AR CC CXX F77 FC
28 export MPICC=/usr/bin/mpicc
29 export MPICXX=/usr/bin/mpicxx
30 export MPIF77=/usr/bin/mpif77
31 export MPIF90=/usr/bin/mpif90
32 - export F77=$(tc-getF77)
33 export F90=$(tc-getFC)
34 export OMPF77=$(tc-getF77)
35 export OMPF90=$(tc-getFC)
36 @@ -81,7 +78,8 @@ src_configure() {
37
38 src_compile() {
39 export VARTEXFONTS="${T}/fonts"
40 - default
41 + emake C_AR=$(tc-getAR)
42 +
43 if use doc ; then
44 doxygen -u doxy || die
45 doxygen doxy || die