Pari
From CBLFS
Revision as of 10:47, 21 November 2007 by Chipster19 (talk | contribs) (New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-{{Pari-Version}}.tar.gz |} ---- {{Package-Introduction|...)
Download Source: | http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.3.2.tar.gz |
---|
Contents
Introduction to Pari
Pari is a widely used computer algebra system designed for fast computations in number theory (factorizations, algebraic number theory, elliptic curves...)
Project Homepage: http://pari.math.u-bordeaux.fr/download.html
Dependencies
Required
Non-Multilib
Compile the package:
./Configure --prefix=/usr && make all && make bench
Install the package:
make install
Multilib
32Bit
Compile the package:
To do ...
Install the package:
make install
N32
Compile the package:
To do ...
Install the package:
make install
64Bit
Compile the package:
To do ...
Install the package:
make install
Contents
Installed Directories: | /usr/include/pari |
---|---|
Installed Programs: | gp-2.3, gp |
Installed Libraries: | libpari.so |