Files
gentoo/virtual/mpi/metadata.xml
Sam James a7aef4a542 virtual/mpi: add USE=nullmpi
nullmpi doesn't implement all of the MPI spec/functions and
ends up calling broken builds which is confusing for users.

Tagged one example but there's been quite a few more.

Bug: https://bugs.gentoo.org/636120
Signed-off-by: Sam James <sam@gentoo.org>
2021-12-03 22:40:33 +00:00

14 lines
495 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://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>
<flag name="nullmpi">Allow <pkg>sys-cluster/nullmpi</pkg> a minimal incomplete MPI implementation as a provider</flag>
</use>
<stabilize-allarches/>
</pkgmetadata>