summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2020-03-19 19:36:40 -0400
committerMichael Orlitzky <mjo@gentoo.org>2020-03-19 19:41:11 -0400
commit55ef90fedba601304e7c2479f267940f0af380e7 (patch)
tree422f647ec0988e770417571ab197f26da9504f7f /sci-libs/brial/metadata.xml
parentfeatures/musl/package.use.mask: maks dev-lang/gforth[check], bug #713138 (diff)
downloadgentoo-55ef90fedba601304e7c2479f267940f0af380e7.tar.gz
gentoo-55ef90fedba601304e7c2479f267940f0af380e7.tar.bz2
gentoo-55ef90fedba601304e7c2479f267940f0af380e7.zip
sci-libs/brial: new library for polynomials over boolean rings.
This library is maintained upstream and in the sage-on-gentoo overlay by François Bissey, but it is well-packaged and passes its tests. It is a dependency of SageMath, and the system copy will eventually be usable by Sage, so now is a good time to adopt it. The overlay ebuild was used with minimal changes. Closes: https://bugs.gentoo.org/713330 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-libs/brial/metadata.xml')
-rw-r--r--sci-libs/brial/metadata.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/sci-libs/brial/metadata.xml b/sci-libs/brial/metadata.xml
new file mode 100644
index 000000000000..7bb93bb41ee3
--- /dev/null
+++ b/sci-libs/brial/metadata.xml
@@ -0,0 +1,31 @@
+<?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>
+
+ <longdescription lang="en">
+ BRiAl is a C++ library (the successor to PolyBoRi) that provides
+ high-level data types for Boolean polynomials and monomials,
+ exponent vectors, as well as for the underlying polynomial rings
+ and subsets of the powerset of the Boolean variables.
+ </longdescription>
+
+ <upstream>
+ <remote-id type="github">BRiAl/BRiAl</remote-id>
+ </upstream>
+</pkgmetadata>