mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-30 20:58:14 -07:00
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>
14 lines
495 B
XML
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>
|