mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
Add a global USE=opencl flag. The flag is used consistently in 30 packages, and most of them do not provide any additional information worth preserving. Signed-off-by: Michał Górny <mgorny@gentoo.org>
34 lines
1.1 KiB
XML
34 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>mjo@gentoo.org</email>
|
|
</maintainer>
|
|
<!--
|
|
mjo: François maintained this package in the sage-on-gentoo overlay
|
|
long before I moved it into ::gentoo. You don't need an ACK from me
|
|
to merge his changes.
|
|
-->
|
|
<maintainer type="person" proxied="yes">
|
|
<email>frp.bissey@gmail.com</email>
|
|
<name>François Bissey</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
|
|
<longdescription lang="en">
|
|
LinBox is a C++ template library for exact, high-performance
|
|
linear algebra computation with dense, sparse, and structured
|
|
matrices over the integers and over finite fields. LinBox relies
|
|
on closely aligned libraries fflas-ffpack (exact dense matrix
|
|
linear algebra kernels), and Givaro (finite fields, integers, and
|
|
polynomials).
|
|
</longdescription>
|
|
|
|
<upstream>
|
|
<remote-id type="github">linbox-team/linbox</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|