aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@gentoo.org>2017-03-22 16:17:23 -0400
committerJustin Bronder <jsbronder@gentoo.org>2017-03-22 16:17:23 -0400
commit6be46f9ef148637824579de0b5e51d2df9c13427 (patch)
treeaec3dc57190a4dc57f590ff90dc3e64122a0f87c /sys-cluster
parentsys-cluster/openmpi: bump 2.1.0 (diff)
downloadsci-6be46f9ef148637824579de0b5e51d2df9c13427.tar.gz
sci-6be46f9ef148637824579de0b5e51d2df9c13427.tar.bz2
sci-6be46f9ef148637824579de0b5e51d2df9c13427.zip
sys-cluster/openmpi: require dev-libs/libevent with threads
Fixes #602514. Package-Manager: portage-2.3.3
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/openmpi/openmpi-2.0.2.ebuild2
-rw-r--r--sys-cluster/openmpi/openmpi-2.1.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/openmpi/openmpi-2.0.2.ebuild b/sys-cluster/openmpi/openmpi-2.0.2.ebuild
index a799f29b7..559289ae8 100644
--- a/sys-cluster/openmpi/openmpi-2.0.2.ebuild
+++ b/sys-cluster/openmpi/openmpi-2.0.2.ebuild
@@ -51,7 +51,7 @@ MPI_UNCLASSED_DEP_STR="
"
CDEPEND="
- >=dev-libs/libevent-2.0.22[${MULTILIB_USEDEP}]
+ >=dev-libs/libevent-2.0.22[${MULTILIB_USEDEP},threads]
dev-libs/libltdl:0[${MULTILIB_USEDEP}]
>=sys-apps/hwloc-1.11.2[${MULTILIB_USEDEP},numa?]
>=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
diff --git a/sys-cluster/openmpi/openmpi-2.1.0.ebuild b/sys-cluster/openmpi/openmpi-2.1.0.ebuild
index eb83a4599..cf808b6ae 100644
--- a/sys-cluster/openmpi/openmpi-2.1.0.ebuild
+++ b/sys-cluster/openmpi/openmpi-2.1.0.ebuild
@@ -49,7 +49,7 @@ MPI_UNCLASSED_DEP_STR="
"
CDEPEND="
- >=dev-libs/libevent-2.0.22[${MULTILIB_USEDEP}]
+ >=dev-libs/libevent-2.0.22[${MULTILIB_USEDEP},threads]
dev-libs/libltdl:0[${MULTILIB_USEDEP}]
>=sys-apps/hwloc-1.11.2[${MULTILIB_USEDEP},numa?]
>=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]