aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2016-09-17 14:10:36 -0600
committerChristoph Junghans <ottxor@gentoo.org>2016-09-17 14:10:36 -0600
commitf84924a717e7fa4eae47ba1e904fd6d826648e8d (patch)
tree278c48a572b3869905dd293954cc4d248f408598
parentsci-biology/igv: version bump, no KEYWORDS (diff)
downloadsci-f84924a7.tar.gz
sci-f84924a7.tar.bz2
sci-f84924a7.zip
virtual/mpi: moved to gx86
-rw-r--r--virtual/mpi/metadata.xml11
-rw-r--r--virtual/mpi/mpi-2.0-r3.ebuild26
2 files changed, 0 insertions, 37 deletions
diff --git a/virtual/mpi/metadata.xml b/virtual/mpi/metadata.xml
deleted file mode 100644
index 327f69e33..000000000
--- 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>cluster@gentoo.org</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 0434eb166..000000000
--- 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=""