blob: 3fadb3c53b01bab4f9aeb93f105e1492885e6e1c (
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
|
<?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>
<maintainer type="person" proxied="yes">
<email>frp.bissey@gmail.com</email>
<name>Francois Bissey</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<maintainer type="project">
<email>sci-mathematics@gentoo.org</email>
<name>Gentoo Mathematics Project</name>
</maintainer>
<longdescription>
Giac is a free computer algebra system that can be used to perform
computer algebra, function graphs, interactive geometry (2-d and
3-d), spreadsheet and statistics, programmation. It may be used as
a replacement for high end graphic calculators for example on
netbooks (for about the same price as a calculator but with much
more performances).
</longdescription>
<use>
<flag name="glpk">Enable the use of <pkg>sci-mathematics/glpk</pkg></flag>
<flag name="ecm">Enable the use of <pkg>sci-mathematics/gmp-ecm</pkg></flag>
<flag name="gc">Enable garbage collection support via <pkg>dev-libs/boehm-gc</pkg></flag>
</use>
</pkgmetadata>
|