1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name pari |
---|
5 | version 2.1.5 |
---|
6 | categories math |
---|
7 | maintainers sleepinghead@netzero.net |
---|
8 | description PARI/GP computer algebra system |
---|
9 | long_description PARI/GP is a widely used computer algebra system designed \ |
---|
10 | for fast computations in number theory (factorizations, \ |
---|
11 | algebraic number theory, elliptic curves...) |
---|
12 | homepage http://pari.math.u-bordeaux.fr/ |
---|
13 | master_sites ${homepage}/download/ |
---|
14 | checksums md5 194e9d1cc11926e457028c6a7cba15f0 |
---|
15 | extract.suffix .tgz |
---|
16 | depends_build bin:tex:teTeX |
---|
17 | configure.args --mandir=${prefix}/share/man |
---|
18 | configure.env LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include |
---|