Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gfan/
Date: Fri, 06 Mar 2020 16:58:30
Message-Id: 1583513760.f2f461b73ee564076c4c71d16754364677de0e55.mjo@gentoo
1 commit: f2f461b73ee564076c4c71d16754364677de0e55
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 6 16:56:00 2020 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 6 16:56:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f461b7
7
8 sci-mathematics/gfan: improve the long description in metadata.xml.
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
12
13 sci-mathematics/gfan/metadata.xml | 17 ++++++++++++++++-
14 1 file changed, 16 insertions(+), 1 deletion(-)
15
16 diff --git a/sci-mathematics/gfan/metadata.xml b/sci-mathematics/gfan/metadata.xml
17 index abc08ece608..c9e1ddd54b3 100644
18 --- a/sci-mathematics/gfan/metadata.xml
19 +++ b/sci-mathematics/gfan/metadata.xml
20 @@ -6,6 +6,21 @@
21 <name>Gentoo Mathematics Project</name>
22 </maintainer>
23 <longdescription lang="en">
24 - gfan is a computer algebra tool to compute Groebner fans and tropical varieties.
25 + Gfan is a software package for computing Gröbner fans and tropical
26 + varieties. These are polyhedral fans associated to polynomial
27 + ideals. The maximal cones of a Gröbner fan are in bijection with the
28 + marked reduced Gröbner bases of its defining ideal. The software
29 + computes all marked reduced Gröbner bases of an ideal. Their union
30 + is a universal Gröbner basis. The tropical variety of a polynomial
31 + ideal is a certain subcomplex of the Gröbner fan. Gfan contains
32 + algorithms for computing this complex for general ideals and
33 + specialized algorithms for tropical curves, tropical hypersurfaces
34 + and tropical varieties of prime ideals. In addition to the above
35 + core functions the package contains many tools which are useful in
36 + the study of Gröbner bases, initial ideals and tropical
37 + geometry. The full list of commands can be found in Appendix B of
38 + the manual. For ordinary Gröbner basis computations Gfan is not
39 + competitive in speed compared to programs such as CoCoA, Singular
40 + and Macaulay2.
41 </longdescription>
42 </pkgmetadata>