From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QYzYy-000803-Nl for garchives@archives.gentoo.org; Tue, 21 Jun 2011 11:56:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEEB61C202; Tue, 21 Jun 2011 11:54:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id ADE4A1C202 for ; Tue, 21 Jun 2011 11:54:20 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D0A22AC02C for ; Tue, 21 Jun 2011 11:54:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id CD37D8003D for ; Tue, 21 Jun 2011 11:54:19 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <98459df51562bca28ce7cf4521fed627b445cb49.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/fftw/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/fftw/ChangeLog sci-libs/fftw/fftw-3.3_alpha1.ebuild X-VCS-Directories: sci-libs/fftw/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 98459df51562bca28ce7cf4521fed627b445cb49 Date: Tue, 21 Jun 2011 11:54:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 252ee37b8a03831fd55c189612016ea1 commit: 98459df51562bca28ce7cf4521fed627b445cb49 Author: Justin Lecher gentoo org> AuthorDate: Tue Jun 21 11:42:02 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Jun 21 11:42:02 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D98459df5 Added fortran-2.eclass support (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sci-libs/fftw/ChangeLog | 5 ++++- sci-libs/fftw/fftw-3.3_alpha1.ebuild | 12 +++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/sci-libs/fftw/ChangeLog b/sci-libs/fftw/ChangeLog index cf0de93..d1d8a04 100644 --- a/sci-libs/fftw/ChangeLog +++ b/sci-libs/fftw/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-libs/fftw -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 21 Jun 2011; Justin Lecher fftw-3.3_alpha1.ebuild: + Added fortran-2.eclass support + *fftw-3.3_alpha1 (12 Sep 2010) =20 12 Sep 2010; Christoph Junghans diff --git a/sci-libs/fftw/fftw-3.3_alpha1.ebuild b/sci-libs/fftw/fftw-3.= 3_alpha1.ebuild index 2c6abdd..700e8ab 100644 --- a/sci-libs/fftw/fftw-3.3_alpha1.ebuild +++ b/sci-libs/fftw/fftw-3.3_alpha1.ebuild @@ -1,25 +1,27 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 EAPI=3D2 -inherit flag-o-matic eutils toolchain-funcs autotools + +inherit autotools eutils flag-o-matic fortran-2 toolchain-funcs =20 DESCRIPTION=3D"Fast C library for the Discrete Fourier Transform" HOMEPAGE=3D"http://www.fftw.org/" SRC_URI=3D"http://www.fftw.org/${P//_}.tar.gz" =20 -DEPEND=3D"mpi? ( virtual/mpi )" -RDEPEND=3D"${DEPEND}" - LICENSE=3D"GPL-2" SLOT=3D"3.0" KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86= ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE=3D"altivec doc fortran mpi openmp sse sse2 static-libs threads" =20 +DEPEND=3D"mpi? ( virtual/mpi )" +RDEPEND=3D"${DEPEND}" + S=3D"${WORKDIR}/${P//_}" =20 pkg_setup() { + use fortran && fortran-2_pkg_setup FFTW_THREADS=3D"--disable-threads --disable-openmp" if use openmp; then FFTW_THREADS=3D"--disable-threads --enable-openmp"