Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 946358 - virtual/mpi: drop multilib support after >=dev-libs/openmpi-5 dropped 32-bit support
Summary: virtual/mpi: drop multilib support after >=dev-libs/openmpi-5 dropped 32-bit ...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-13 14:31 UTC by Sam James
Modified: 2024-12-13 14:31 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-12-13 14:31:56 UTC
>=dev-libs/openmpi-5 dropped 32-bit support so dropped multilib.

virtual/mpi-2.0-r8 currently still has:
```
RDEPEND="|| (
        >=sys-cluster/openmpi-4.1.2[${MULTILIB_USEDEP},cxx(-)?,fortran?,romio?,threads(+)?]
        >=sys-cluster/mpich-3.4.3[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?]
        sys-cluster/native-mpi
        nullmpi? ( sys-cluster/nullmpi[${MULTILIB_USEDEP},cxx(-)?,fortran(-)?,romio(-)?,threads(-)?] )
)"
```

This means that if ABI_X86="64 32" (often set globally), one can't upgrade to >=openmpi-5 and it gets skipped.

If we drop multilib just from openmpi, that'll lead to confusing conflicts or solutions from Portage (where mpich may be pulled instead, etc).

It seems to me we're best off by recursively dropping multilib from the MPI ecosystem, given I don't think it's particularly likely to be useful, and the flagship openmpi can't support it anymore. Objections (please no)?

CC'd a few people who may have an opinion.