aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2015-09-01 10:16:12 +0200
committerMarius Brehler <marbre@linux.sungazer.de>2015-09-01 10:16:12 +0200
commitc0b79811015288696f74c4c55694e6c3c1b95413 (patch)
tree1b897fc3aa1c6921d61348066b4348ca6072bd14
parentMerge branch 'jupyter' (diff)
downloadsci-c0b79811015288696f74c4c55694e6c3c1b95413.tar.gz
sci-c0b79811015288696f74c4c55694e6c3c1b95413.tar.bz2
sci-c0b79811015288696f74c4c55694e6c3c1b95413.zip
sci-mathematics/petsc: Add subslot for fftw dependency
Package-Manager: portage-2.2.20.1
-rw-r--r--sci-mathematics/petsc/ChangeLog4
-rw-r--r--sci-mathematics/petsc/petsc-3.5.3.ebuild2
-rw-r--r--sci-mathematics/petsc/petsc-3.6.0.ebuild2
3 files changed, 6 insertions, 2 deletions
diff --git a/sci-mathematics/petsc/ChangeLog b/sci-mathematics/petsc/ChangeLog
index ede47d82c..861d62baa 100644
--- a/sci-mathematics/petsc/ChangeLog
+++ b/sci-mathematics/petsc/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 01 Sep 2015; Marius Brehler <marbre@linux.sungazer.de> petsc-3.5.3.ebuild,
+ petsc-3.6.0.ebuild:
+ sci-mathematics/petsc: Add subslot for fftw dependency
+
23 Jun 2015; Matthias Maier <tamiko@gentoo.org> petsc-3.5.3.ebuild,
petsc-3.6.0.ebuild:
sci-mathematics/petsc: Avoid a sandbox violation, bug #548498
diff --git a/sci-mathematics/petsc/petsc-3.5.3.ebuild b/sci-mathematics/petsc/petsc-3.5.3.ebuild
index 44076f724..a5d339b56 100644
--- a/sci-mathematics/petsc/petsc-3.5.3.ebuild
+++ b/sci-mathematics/petsc/petsc-3.5.3.ebuild
@@ -38,7 +38,7 @@ RDEPEND="
virtual/lapack
afterimage? ( media-libs/libafterimage )
boost? ( dev-libs/boost )
- fftw? ( sci-libs/fftw[mpi?] )
+ fftw? ( sci-libs/fftw:3.0[mpi?] )
hdf5? ( sci-libs/hdf5[mpi?] )
hypre? ( >=sci-libs/hypre-2.8.0b[mpi?] )
mpi? ( virtual/mpi[cxx?,fortran?] )
diff --git a/sci-mathematics/petsc/petsc-3.6.0.ebuild b/sci-mathematics/petsc/petsc-3.6.0.ebuild
index 6a5ce3781..874eca0a4 100644
--- a/sci-mathematics/petsc/petsc-3.6.0.ebuild
+++ b/sci-mathematics/petsc/petsc-3.6.0.ebuild
@@ -38,7 +38,7 @@ RDEPEND="
virtual/lapack
afterimage? ( media-libs/libafterimage )
boost? ( dev-libs/boost )
- fftw? ( sci-libs/fftw[mpi?] )
+ fftw? ( sci-libs/fftw:3.0[mpi?] )
hdf5? ( sci-libs/hdf5[mpi?] )
hypre? ( >=sci-libs/hypre-2.8.0b[mpi?] )
mpi? ( virtual/mpi[cxx?,fortran?] )