summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2020-05-04 08:21:52 -0400
committerMichael Orlitzky <mjo@gentoo.org>2020-05-04 08:42:36 -0400
commit87e61bbe8bc610d59716cee5dcfb972d300191eb (patch)
treef3ff689445952cf5a6b2cd522539bd8d5aad700c /sci-libs/linbox/metadata.xml
parentwww-servers/tornado: Remove old (diff)
downloadgentoo-87e61bbe8bc610d59716cee5dcfb972d300191eb.tar.gz
gentoo-87e61bbe8bc610d59716cee5dcfb972d300191eb.tar.bz2
gentoo-87e61bbe8bc610d59716cee5dcfb972d300191eb.zip
sci-libs/linbox: new C++ template library for linear algebra.
This is a straightforward import of the sci-libs/linbox package from the sage-on-gentoo overlay where François Bissey has been maintaining it. Linbox is a dependency of SageMath, and users will soon be able to use the system copy of linbox; see ticket 29631 on the SageMath Trac instance. Having this in Gentoo will therefore avoid pointless rebuilds of linbox for our SageMath users. Closes: https://bugs.gentoo.org/227813 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-libs/linbox/metadata.xml')
-rw-r--r--sci-libs/linbox/metadata.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/sci-libs/linbox/metadata.xml b/sci-libs/linbox/metadata.xml
new file mode 100644
index 000000000000..b8fdd1af15d4
--- /dev/null
+++ b/sci-libs/linbox/metadata.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://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">
+ <email>frp.bissey@gmail.com</email>
+ <name>François Bissey</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+
+ <use>
+ <flag name="opencl">
+ Enable the use of OpenCL in LinBox
+ </flag>
+ </use>
+
+ <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>