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 06:13:31
Message-Id: 1573711308.c2c778c07dd1a8a631c2d1e4d959512db8675062.tamiko@gentoo
1 commit: c2c778c07dd1a8a631c2d1e4d959512db8675062
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 14 05:00:41 2019 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 14 06:01:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c778c0
7
8 sci-mathematics/petsc: version bump to 3.12.1
9
10 Package-Manager: Portage-2.3.78, Repoman-2.3.17
11 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
12
13 sci-mathematics/petsc/Manifest | 1 +
14 sci-mathematics/petsc/petsc-3.11.3.ebuild | 2 +-
15 sci-mathematics/petsc/{petsc-3.11.3.ebuild => petsc-3.12.1.ebuild} | 2 +-
16 3 files changed, 3 insertions(+), 2 deletions(-)
17
18 diff --git a/sci-mathematics/petsc/Manifest b/sci-mathematics/petsc/Manifest
19 index 3be30d7421f..35342d214c5 100644
20 --- a/sci-mathematics/petsc/Manifest
21 +++ b/sci-mathematics/petsc/Manifest
22 @@ -1 +1,2 @@
23 DIST petsc-3.11.3.tar.gz 33279017 BLAKE2B 870b8245e5e06d8538ea3ee1d01fa2cebade4a0bd79dfcf17d74e6201f41d21ca021e206744ece28847b434ece142a2789851b5514a8a1e3f82a8551288b695b SHA512 e545f69e87bc72950939ff3cec3e0ba225a5b3e7f1cb93b0fb6123194eb7240ac1d97ba397235d8ab872c653caab1427673124e5e1e706b796c0ae46ec1bcffa
24 +DIST petsc-3.12.1.tar.gz 34592587 BLAKE2B b48056a1fe1d507338f7d145f5fceeab2b2f576470d8af90c9d7828de9b775daadf11198fecc46b5e48fcf1eb38addb366e3a908dab5c4ffaf7f9b71ff17b3d8 SHA512 df33170922c0b34136d2fd5bdc3c68a80d3a5873d66bfb03b2cea4a6456393c7181a8da673911b89ea0fcb51d5fd89b5b4c8b76ddb1df573180a92d029fbc1fb
25
26 diff --git a/sci-mathematics/petsc/petsc-3.11.3.ebuild b/sci-mathematics/petsc/petsc-3.11.3.ebuild
27 index 88fb1f58da1..50ce3b7f663 100644
28 --- a/sci-mathematics/petsc/petsc-3.11.3.ebuild
29 +++ b/sci-mathematics/petsc/petsc-3.11.3.ebuild
30 @@ -154,7 +154,7 @@ src_configure() {
31 $(petsc_enable threads pthread) \
32 $(petsc_with afterimage afterimage \
33 /usr/include/libAfterImage -lAfterImage) \
34 - $(petsc_with hdf5) \
35 + $(use_with hdf5) \
36 $(petsc_with hypre hypre \
37 /usr/include/hypre -lHYPRE) \
38 $(petsc_with sparse suitesparse) \
39
40 diff --git a/sci-mathematics/petsc/petsc-3.11.3.ebuild b/sci-mathematics/petsc/petsc-3.12.1.ebuild
41 similarity index 99%
42 copy from sci-mathematics/petsc/petsc-3.11.3.ebuild
43 copy to sci-mathematics/petsc/petsc-3.12.1.ebuild
44 index 88fb1f58da1..50ce3b7f663 100644
45 --- a/sci-mathematics/petsc/petsc-3.11.3.ebuild
46 +++ b/sci-mathematics/petsc/petsc-3.12.1.ebuild
47 @@ -154,7 +154,7 @@ src_configure() {
48 $(petsc_enable threads pthread) \
49 $(petsc_with afterimage afterimage \
50 /usr/include/libAfterImage -lAfterImage) \
51 - $(petsc_with hdf5) \
52 + $(use_with hdf5) \
53 $(petsc_with hypre hypre \
54 /usr/include/hypre -lHYPRE) \
55 $(petsc_with sparse suitesparse) \