From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9F9951383D3 for ; Tue, 1 Sep 2015 10:34:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E836C1425C; Tue, 1 Sep 2015 10:26:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93E501425C for ; Tue, 1 Sep 2015 10:26:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2B40340687 for ; Tue, 1 Sep 2015 10:26:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92F2C114 for ; Tue, 1 Sep 2015 10:26:30 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1441095372.c0b79811015288696f74c4c55694e6c3c1b95413.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/petsc/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/petsc/ChangeLog sci-mathematics/petsc/petsc-3.5.3.ebuild sci-mathematics/petsc/petsc-3.6.0.ebuild X-VCS-Directories: sci-mathematics/petsc/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c0b79811015288696f74c4c55694e6c3c1b95413 X-VCS-Branch: master Date: Tue, 1 Sep 2015 10:26:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 619211c9-4118-4418-9f56-6ef03afce9da X-Archives-Hash: c77faf186406ab995d4347fae65cf060 commit: c0b79811015288696f74c4c55694e6c3c1b95413 Author: Marius Brehler linux sungazer de> AuthorDate: Tue Sep 1 08:16:12 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Sep 1 08:16:12 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c0b79811 sci-mathematics/petsc: Add subslot for fftw dependency Package-Manager: portage-2.2.20.1 sci-mathematics/petsc/ChangeLog | 4 ++++ sci-mathematics/petsc/petsc-3.5.3.ebuild | 2 +- sci-mathematics/petsc/petsc-3.6.0.ebuild | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/petsc/ChangeLog b/sci-mathematics/petsc/ChangeLog index ede47d8..861d62b 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 petsc-3.5.3.ebuild, + petsc-3.6.0.ebuild: + sci-mathematics/petsc: Add subslot for fftw dependency + 23 Jun 2015; Matthias Maier 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 44076f7..a5d339b 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 6a5ce37..874eca0 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?] )