summaryrefslogtreecommitdiff
path: root/sci-mathematics/maxima/metadata.xml
blob: 5e2cf6968da4017287bb830d71fb521bcf26a8c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person">
    <email>grozin@gentoo.org</email>
    <name>Andrey Grozin</name>
  </maintainer>
  <maintainer type="project">
    <email>sci-mathematics@gentoo.org</email>
    <name>Gentoo Mathematics Project</name>
  </maintainer>
  <longdescription lang="en">
  Computer Algebra system, descendent of Macsyma.
  Maxima is a system for the manipulation of symbolic and
  numerical expressions, including differentiation, integration,
  Taylor series, Laplace transforms, ordinary differential
  equations, systems of linear equations, and vectors, matrices,
  and tensors. Maxima produces high precision results by using
  exact fractions and arbitrarily long floating point representations,
  and can plot functions and data in two and three dimensions.
  </longdescription>
  <use>
    <flag name="clisp">Compile maxima with GNU CLISP
    (<pkg>dev-lisp/clisp</pkg>)</flag>
    <flag name="clozurecl">Compile maxima with 32-bit Clozure Common Lisp
    (<pkg>dev-lisp/clozurecl</pkg>)</flag>
    <flag name="clozurecl64">Compile maxima with 64-bit Clozure Common Lisp
    (<pkg>dev-lisp/clozurecl</pkg>)</flag>
    <flag name="cmucl">Compile maxima with CMU Common Lisp
    (<pkg>dev-lisp/cmucl</pkg>)</flag>
    <flag name="ecl">Compile maxima with Embeddable Common Lisp
    (<pkg>dev-lisp/ecl</pkg>)</flag>
    <flag name="gcl">Compile maxima with GNU Common Lisp
    (<pkg>dev-lisp/gcl</pkg>)</flag>
    <flag name="sbcl">Compile maxima with Steel Bank Common Lisp
    (<pkg>dev-lisp/sbcl</pkg>)</flag>
    <flag name="vtk">
      Support plotting with <pkg>sci-libs/vtk</pkg>
    </flag>
  </use>
  <upstream>
    <remote-id type="sourceforge">maxima</remote-id>
  </upstream>
</pkgmetadata>