Difference between revisions of "Pari"
From CBLFS
Jump to navigationJump to searchChipster19 (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|...) |
Weibullguy (talk | contribs) |
||
Line 74: | Line 74: | ||
|libpari.so | |libpari.so | ||
|} | |} | ||
+ | |||
+ | [[Category:Science_Engineering]] |
Latest revision as of 10:30, 18 August 2008
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 |