mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 00:05:54 +03:00
Signed-off-by: Filip Kobierski <fkobi@pm.me> Closes: https://github.com/gentoo/gentoo/pull/39781 Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
21 lines
857 B
XML
21 lines
857 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>sci@gentoo.org</email>
|
|
<name>Gentoo Science Project</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
The Intel Threading Building Blocks is a library that helps you
|
|
leverage multi-core processor performance without having to be a
|
|
threading expert. It represents a higher-level, task-based
|
|
parallelism that abstracts platform details and threading mechanism
|
|
for performance and scalability.
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/uxlfoundation/oneTBB/issues</bugs-to>
|
|
<doc>https://github.com/uxlfoundation/oneTBB?tab=readme-ov-file#documentation</doc>
|
|
<remote-id type="github">uxlfoundation/oneTBB</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|