This directory contains a CLISP add-on module for calling PARI functions.
See <http://pari.math.u-bordeaux.fr/>.

To install the pari-bindings, do the following:

$ ./configure --with-module=pari --with-libpari-prefix=/usr/local/ --cbc build-pari

If you have built clisp already,

$ cd build-dir && make MODULES=pari MODULE_CONFIGURE_FLAGS=--with-libpari-prefix=/usr/local/
