commit: f84924a717e7fa4eae47ba1e904fd6d826648e8d Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org> AuthorDate: Sat Sep 17 20:10:36 2016 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Sat Sep 17 20:10:36 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f84924a7
virtual/mpi: moved to gx86 virtual/mpi/metadata.xml | 11 ----------- virtual/mpi/mpi-2.0-r3.ebuild | 26 -------------------------- 2 files changed, 37 deletions(-) diff --git a/virtual/mpi/metadata.xml b/virtual/mpi/metadata.xml deleted file mode 100644 index 327f69e..0000000 --- a/virtual/mpi/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Cluster Project</name> - </maintainer> - <use> - <flag name="romio">Enable romio, a high-performance portable MPI-IO</flag> - </use> -</pkgmetadata> diff --git a/virtual/mpi/mpi-2.0-r3.ebuild b/virtual/mpi/mpi-2.0-r3.ebuild deleted file mode 100644 index 0434eb1..0000000 --- a/virtual/mpi/mpi-2.0-r3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -DESCRIPTION="Virtual for Message Passing Interface (MPI) v2.0 implementation" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="cxx fortran romio threads" - -RDEPEND=" - || ( - sys-cluster/openmpi[cxx?,fortran?,romio?,threads?] - sys-cluster/mpich[cxx?,fortran?,romio?,threads?] - sys-cluster/mpich2[cxx?,fortran?,romio?,threads?] - sys-cluster/mvapich2[fortran?,romio?,threads?] - sys-cluster/nullmpi[cxx(-)?,fortran(-)?,romio(-)?,threads(-)?] - sys-cluster/native-mpi - ) -" -DEPEND=""
