diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-10-14 20:53:31 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-10-14 20:53:31 +0000 |
commit | 44f197b68767abd831104eeabc374041f027c704 (patch) | |
tree | a5345f0298ce2d854dabec9c62f6a5539e2b580e /sys-cluster/openmpi | |
parent | sci-libs/lis: Correct wrong variable naming, FORTRAN_DEPEND -> FORTRAN_NEEDED (diff) | |
download | gentoo-2-44f197b68767abd831104eeabc374041f027c704.tar.gz gentoo-2-44f197b68767abd831104eeabc374041f027c704.tar.bz2 gentoo-2-44f197b68767abd831104eeabc374041f027c704.zip |
sys-cluster/openmpi: Missed one ebuild for fortran
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/openmpi')
-rw-r--r-- | sys-cluster/openmpi/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/openmpi/metadata.xml | 10 | ||||
-rw-r--r-- | sys-cluster/openmpi/openmpi-1.6.2.ebuild | 5 |
3 files changed, 14 insertions, 7 deletions
diff --git a/sys-cluster/openmpi/ChangeLog b/sys-cluster/openmpi/ChangeLog index c0214cd4c7ed..c819b9ba5dd3 100644 --- a/sys-cluster/openmpi/ChangeLog +++ b/sys-cluster/openmpi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/openmpi # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.112 2012/10/14 19:40:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.113 2012/10/14 20:53:31 jlec Exp $ + + 14 Oct 2012; Justin Lecher <jlec@gentoo.org> openmpi-1.6.2.ebuild, + metadata.xml: + Missed one ebuild for fortran 14 Oct 2012; Justin Lecher <jlec@gentoo.org> openmpi-1.4.3.ebuild, openmpi-1.4.4.ebuild, openmpi-1.5.5.ebuild, openmpi-1.6-r1.ebuild, diff --git a/sys-cluster/openmpi/metadata.xml b/sys-cluster/openmpi/metadata.xml index 15b79cac215d..ac659c71fa26 100644 --- a/sys-cluster/openmpi/metadata.xml +++ b/sys-cluster/openmpi/metadata.xml @@ -6,11 +6,11 @@ <email>jsbronder@gentoo.org</email> </maintainer> <use> - <flag name='heterogeneous'>Enable features required for heterogeneous + <flag name="heterogeneous">Enable features required for heterogeneous platform support</flag> - <flag name='pbs'>Add support for the Portable Batch System (PBS)</flag> - <flag name='romio'>Build the ROMIO MPI-IO component</flag> - <flag name='mpi-threads'>Enable MPI_THREAD_MULTIPLE</flag> - <flag name='vt'>Enable bundled VampirTrace support</flag> + <flag name="pbs">Add support for the Portable Batch System (PBS)</flag> + <flag name="romio">Build the ROMIO MPI-IO component</flag> + <flag name="mpi-threads">Enable MPI_THREAD_MULTIPLE</flag> + <flag name="vt">Enable bundled VampirTrace support</flag> </use> </pkgmetadata> diff --git a/sys-cluster/openmpi/openmpi-1.6.2.ebuild b/sys-cluster/openmpi/openmpi-1.6.2.ebuild index 86f98e43cd4e..e3d2b7dcf32b 100644 --- a/sys-cluster/openmpi/openmpi-1.6.2.ebuild +++ b/sys-cluster/openmpi/openmpi-1.6.2.ebuild @@ -1,8 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.6.2.ebuild,v 1.1 2012/10/07 17:53:28 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.6.2.ebuild,v 1.2 2012/10/14 20:53:31 jlec Exp $ EAPI=4 + +FORTRAN_NEEDED=fortran + inherit eutils fortran-2 multilib flag-o-matic toolchain-funcs versionator MY_P=${P/-mpi} |