aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schäfer <gentryx@gmx.de>2013-11-21 09:05:01 +0100
committerAndreas Schäfer <gentryx@gmx.de>2013-11-21 09:05:01 +0100
commit115ec0196912644d173dbe8d979292e8db46f715 (patch)
tree02c77ccd5e59f4afebb63f26b6f243ea147597ba /sys-cluster
parentadded ebuild for Open MPI 1.7.3 (diff)
downloadsci-115ec0196912644d173dbe8d979292e8db46f715.tar.gz
sci-115ec0196912644d173dbe8d979292e8db46f715.tar.bz2
sci-115ec0196912644d173dbe8d979292e8db46f715.zip
refactored CUDA use flag handling
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/openmpi/openmpi-1.7.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/openmpi/openmpi-1.7.3.ebuild b/sys-cluster/openmpi/openmpi-1.7.3.ebuild
index b0fbfaa2e..7b028cc10 100644
--- a/sys-cluster/openmpi/openmpi-1.7.3.ebuild
+++ b/sys-cluster/openmpi/openmpi-1.7.3.ebuild
@@ -53,7 +53,7 @@ MPI_UNCLASSED_DEP_STR="
)"
RDEPEND="
- amd64? ( cuda? ( dev-util/nvidia-cuda-toolkit ) )
+ cuda? ( dev-util/nvidia-cuda-toolkit )
dev-libs/libevent
>=sys-apps/hwloc-1.3
elibc_FreeBSD? ( dev-libs/libexecinfo )