commit: 601f39a40aa46dd8cc0e144005d3b4e73c2e1708 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org> AuthorDate: Thu Oct 16 14:35:32 2014 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Thu Oct 16 15:48:52 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=601f39a4
version bump Package-Manager: portage-2.2.8-r2 --- sci-libs/pfft/ChangeLog | 36 +++++++++++++++++++++++ sci-libs/pfft/metadata.xml | 9 ++++++ sci-libs/pfft/pfft-1.0.7_alpha.ebuild | 54 +++++++++++++++++++++++++++++++++++ sci-libs/pfft/pfft-9999.ebuild | 54 +++++++++++++++++++++++++++++++++++ 4 files changed, 153 insertions(+) diff --git a/sci-libs/pfft/ChangeLog b/sci-libs/pfft/ChangeLog new file mode 100644 index 0000000..afb9a68 --- /dev/null +++ b/sci-libs/pfft/ChangeLog @@ -0,0 +1,36 @@ +# ChangeLog for sci-libs/pfft +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*pfft-1.0.7_alpha (16 Oct 2014) +*pfft-9999 (16 Oct 2014) + + 16 Oct 2014; Christoph Junghans <[email protected]> +pfft-1.0.7_alpha.ebuild, + +pfft-9999.ebuild, -files/pfft-1.0alpha2-Makefile.am, + -files/pfft-1.0alpha2-configure.ac, -files/pfft-1.0alpha2-libpfft.pc.in, + -pfft-1.0_alpha2.ebuild: + version bump + +*pfft-1.0_alpha2 (11 Sep 2011) + + 11 Sep 2011; Christoph Junghans <[email protected]> -pfft-1.0_alpha1.ebuild, + +pfft-1.0_alpha2.ebuild, -files/pfft-1.0alpha1-Makefile.am, + -files/pfft-1.0alpha1-configure.ac, -files/pfft-1.0alpha1-libpfft.pc.in, + +files/pfft-1.0alpha2-Makefile.am, +files/pfft-1.0alpha2-configure.ac, + +files/pfft-1.0alpha2-libpfft.pc.in, metadata.xml: + version bump + + 24 Jun 2011; Justin Lecher <[email protected]> pfft-1.0_alpha1.ebuild: + Fixed Manifest and cleaned ebuild + + 15 Sep 2010; Christoph Junghans <[email protected]> + pfft-1.0_alpha1.ebuild, files/pfft-1.0alpha1-Makefile.am, + files/pfft-1.0alpha1-configure.ac, +files/pfft-1.0alpha1-libpfft.pc.in: + added --disable-la-files option + +*pfft-1.0_alpha1 (12 Sep 2010) + + 12 Sep 2010; Christoph Junghans <[email protected]> + +pfft-1.0_alpha1.ebuild, +files/pfft-1.0alpha1-Makefile.am, + +files/pfft-1.0alpha1-configure.ac, +metadata.xml, +metadata.xml~: + Initial commit diff --git a/sci-libs/pfft/metadata.xml b/sci-libs/pfft/metadata.xml new file mode 100644 index 0000000..119d0fd --- /dev/null +++ b/sci-libs/pfft/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci</herd> + <maintainer> + <email>[email protected]</email> + <name>Christoph Junghans</name> + </maintainer> +</pkgmetadata> diff --git a/sci-libs/pfft/pfft-1.0.7_alpha.ebuild b/sci-libs/pfft/pfft-1.0.7_alpha.ebuild new file mode 100644 index 0000000..73fc7e0 --- /dev/null +++ b/sci-libs/pfft/pfft-1.0.7_alpha.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit autotools-utils fortran-2 multibuild + +DESCRIPTION="Parallel 3d FFT" +HOMEPAGE="http://www-user.tu-chemnitz.de/~mpip/software.php" + +if [[ $PV = *9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/mpip/pfft.git" + KEYWORDS="" + AUTOTOOLS_AUTORECONF=1 +else + SRC_URI="http://www-user.tu-chemnitz.de/~mpip/software/${P//_/-}.tar.gz" + KEYWORDS="~x86 ~amd64" + S="${WORKDIR}/${P//_/-}" +fi + +LICENSE="GPL-3" +SLOT="0" +IUSE="static-libs" + +RDEPEND=" + sci-libs/fftw:3.0[mpi,fortran] + virtual/mpi + " + +DEPEND=" + ${RDEPEND} + " + +src_configure() { + MULTIBUILD_VARIANTS=( single double long-double ) + my_src_configure() { + local myeconfargs=( + $([[ ${MULTIBUILD_VARIANT} != double ]] && echo "--enable-${MULTIBUILD_VARIANT}") + ) + autotools-utils_src_configure + } + + multibuild_parallel_foreach_variant my_src_configure +} + +src_compile() { + multibuild_foreach_variant autotools-utils_src_compile +} + +src_install() { + multibuild_parallel_foreach_variant autotools-utils_src_install +} diff --git a/sci-libs/pfft/pfft-9999.ebuild b/sci-libs/pfft/pfft-9999.ebuild new file mode 100644 index 0000000..73fc7e0 --- /dev/null +++ b/sci-libs/pfft/pfft-9999.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit autotools-utils fortran-2 multibuild + +DESCRIPTION="Parallel 3d FFT" +HOMEPAGE="http://www-user.tu-chemnitz.de/~mpip/software.php" + +if [[ $PV = *9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/mpip/pfft.git" + KEYWORDS="" + AUTOTOOLS_AUTORECONF=1 +else + SRC_URI="http://www-user.tu-chemnitz.de/~mpip/software/${P//_/-}.tar.gz" + KEYWORDS="~x86 ~amd64" + S="${WORKDIR}/${P//_/-}" +fi + +LICENSE="GPL-3" +SLOT="0" +IUSE="static-libs" + +RDEPEND=" + sci-libs/fftw:3.0[mpi,fortran] + virtual/mpi + " + +DEPEND=" + ${RDEPEND} + " + +src_configure() { + MULTIBUILD_VARIANTS=( single double long-double ) + my_src_configure() { + local myeconfargs=( + $([[ ${MULTIBUILD_VARIANT} != double ]] && echo "--enable-${MULTIBUILD_VARIANT}") + ) + autotools-utils_src_configure + } + + multibuild_parallel_foreach_variant my_src_configure +} + +src_compile() { + multibuild_foreach_variant autotools-utils_src_compile +} + +src_install() { + multibuild_parallel_foreach_variant autotools-utils_src_install +}
