diff options
Diffstat (limited to 'sys-cluster/mpich')
-rw-r--r-- | sys-cluster/mpich/mpich-3.3-r1.ebuild (renamed from sys-cluster/mpich/mpich-3.3.ebuild) | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sys-cluster/mpich/mpich-3.3.ebuild b/sys-cluster/mpich/mpich-3.3-r1.ebuild index 7f8f685b41ad..5aab7b8bb090 100644 --- a/sys-cluster/mpich/mpich-3.3.ebuild +++ b/sys-cluster/mpich/mpich-3.3-r1.ebuild @@ -16,16 +16,20 @@ SRC_URI="http://www.mpich.org/static/downloads/${PV}/${P}.tar.gz" SLOT="0" LICENSE="mpich2" KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="+cxx doc fortran mpi-threads romio threads" +IUSE="+cxx doc fortran mpi-threads +romio threads" +REQUIRED_USE="mpi-threads? ( threads )" COMMON_DEPEND=" >=dev-libs/libaio-0.3.109-r5[${MULTILIB_USEDEP}] >=sys-apps/hwloc-2.0.2[${MULTILIB_USEDEP}] - romio? ( net-fs/nfs-utils )" + sys-libs/libunwind[${MULTILIB_USEDEP}] + romio? ( net-fs/nfs-utils ) +" DEPEND="${COMMON_DEPEND} dev-lang/perl - sys-devel/libtool" + sys-devel/libtool +" RDEPEND="${COMMON_DEPEND} !sys-cluster/mpich2 |