Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/petsc/
Date: Thu, 14 Nov 2019 23:26:54
Message-Id: 1573774000.3fae04d5214f2296674ad463bb8ebdc83d2245fa.tamiko@gentoo
1 commit: 3fae04d5214f2296674ad463bb8ebdc83d2245fa
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 14 23:25:42 2019 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 14 23:26:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fae04d5
7
8 sci-mathematics/petsc: more configuration fixes
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
12
13 sci-mathematics/petsc/petsc-3.12.1.ebuild | 12 ++++++------
14 1 file changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/sci-mathematics/petsc/petsc-3.12.1.ebuild b/sci-mathematics/petsc/petsc-3.12.1.ebuild
17 index 2e5365823ea..845d7ff75d6 100644
18 --- a/sci-mathematics/petsc/petsc-3.12.1.ebuild
19 +++ b/sci-mathematics/petsc/petsc-3.12.1.ebuild
20 @@ -159,23 +159,23 @@ src_configure() {
21 $(use_with hdf5) \
22 $(petsc_with hypre hypre \
23 /usr/include/hypre -lHYPRE) \
24 - $(petsc_with sparse suitesparse) \
25 + $(use_with sparse suitesparse) \
26 $(petsc_with superlu superlu \
27 /usr/include/superlu -lsuperlu) \
28 - $(petsc_with X x) \
29 - $(petsc_with X x11) \
30 + $(use_with X x) \
31 + $(use_with X x11) \
32 $(petsc_with scotch ptscotch \
33 /usr/include/scotch \
34 [-lptesmumps,-lptscotch,-lptscotcherr,-lscotch,-lscotcherr]) \
35 $(petsc_with mumps scalapack \
36 /usr/include/scalapack -lscalapack) \
37 - $(petsc_with mumps mumps \
38 + $(use_with mumps mumps \
39 /usr/include \
40 [-lcmumps,-ldmumps,-lsmumps,-lzmumps,-lmumps_common,-lpord]) \
41 --with-imagemagick=0 \
42 --with-python=0 \
43 - $(petsc_with boost) \
44 - $(petsc_with fftw)
45 + $(use_with boost) \
46 + $(use_with fftw)
47 }
48
49 src_install() {