Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/petsc/
Date: Tue, 01 Sep 2015 10:34:54
Message-Id: 1441095372.c0b79811015288696f74c4c55694e6c3c1b95413.jlec@gentoo
1 commit: c0b79811015288696f74c4c55694e6c3c1b95413
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Tue Sep 1 08:16:12 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 08:16:12 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c0b79811
7
8 sci-mathematics/petsc: Add subslot for fftw dependency
9
10 Package-Manager: portage-2.2.20.1
11
12 sci-mathematics/petsc/ChangeLog | 4 ++++
13 sci-mathematics/petsc/petsc-3.5.3.ebuild | 2 +-
14 sci-mathematics/petsc/petsc-3.6.0.ebuild | 2 +-
15 3 files changed, 6 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-mathematics/petsc/ChangeLog b/sci-mathematics/petsc/ChangeLog
18 index ede47d8..861d62b 100644
19 --- a/sci-mathematics/petsc/ChangeLog
20 +++ b/sci-mathematics/petsc/ChangeLog
21 @@ -2,6 +2,10 @@
22 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
23 # $Id$
24
25 + 01 Sep 2015; Marius Brehler <marbre@××××××××××××××.de> petsc-3.5.3.ebuild,
26 + petsc-3.6.0.ebuild:
27 + sci-mathematics/petsc: Add subslot for fftw dependency
28 +
29 23 Jun 2015; Matthias Maier <tamiko@g.o> petsc-3.5.3.ebuild,
30 petsc-3.6.0.ebuild:
31 sci-mathematics/petsc: Avoid a sandbox violation, bug #548498
32
33 diff --git a/sci-mathematics/petsc/petsc-3.5.3.ebuild b/sci-mathematics/petsc/petsc-3.5.3.ebuild
34 index 44076f7..a5d339b 100644
35 --- a/sci-mathematics/petsc/petsc-3.5.3.ebuild
36 +++ b/sci-mathematics/petsc/petsc-3.5.3.ebuild
37 @@ -38,7 +38,7 @@ RDEPEND="
38 virtual/lapack
39 afterimage? ( media-libs/libafterimage )
40 boost? ( dev-libs/boost )
41 - fftw? ( sci-libs/fftw[mpi?] )
42 + fftw? ( sci-libs/fftw:3.0[mpi?] )
43 hdf5? ( sci-libs/hdf5[mpi?] )
44 hypre? ( >=sci-libs/hypre-2.8.0b[mpi?] )
45 mpi? ( virtual/mpi[cxx?,fortran?] )
46
47 diff --git a/sci-mathematics/petsc/petsc-3.6.0.ebuild b/sci-mathematics/petsc/petsc-3.6.0.ebuild
48 index 6a5ce37..874eca0 100644
49 --- a/sci-mathematics/petsc/petsc-3.6.0.ebuild
50 +++ b/sci-mathematics/petsc/petsc-3.6.0.ebuild
51 @@ -38,7 +38,7 @@ RDEPEND="
52 virtual/lapack
53 afterimage? ( media-libs/libafterimage )
54 boost? ( dev-libs/boost )
55 - fftw? ( sci-libs/fftw[mpi?] )
56 + fftw? ( sci-libs/fftw:3.0[mpi?] )
57 hdf5? ( sci-libs/hdf5[mpi?] )
58 hypre? ( >=sci-libs/hypre-2.8.0b[mpi?] )
59 mpi? ( virtual/mpi[cxx?,fortran?] )