./math/pari, Software package for computer-aided number theory

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2016Q1, Version: 2.7.5nb1, Package name: pari-2.7.5nb1, Maintainer: pkgsrc-users

PARI-GP is a package which is aimed at efficient computations in
number theory, but also contains a large number of other useful
functions. It is somewhat related to a Computer Algebra System, but
is not really one since it treats symbolic expressions as mathematical
entities such as matrices, polynomials, series, etc..., and not as
expressions per se. However it is often much faster than other CAS,
and contains a large number of specific functions not found elsewhere,
essentially for use in number theory.

This package can be used in an interactive shell (GP) or as a C/C++
library (PARI). It is free software, in the sense of freedom AND 'free
of charge'.


Required to run:
[lang/perl5] [devel/readline] [devel/gmp]

Required to build:
[print/dvipsk] [print/tex-pdftex] [fonts/tex-amsfonts]

Package options: doc, gmp

Master sites:

SHA1: ca6f6bc57d2028df5a5bddd3810a82cb05d139f2
RMD160: b5cc28e5382cc31d7da7dcb9258a7099d31872ce
Filesize: 3085.062 KB

Version history: (Expand)


CVS history: (Expand)


   2016-05-23 06:58:36 by Benny Siegert | Files touched by this commit (3)
Log message:
Pullup ticket #4993 - requested by joerg
math/pari: build fix

Revisions pulled up:
- math/pari/Makefile                                            1.68
- math/pari/distinfo                                            1.25
- math/pari/patches/patch-config_Makefile.SH                    1.2

---
   Module Name:	pkgsrc
   Committed By:	joerg
   Date:		Sat May  7 10:03:25 UTC 2016

   Modified Files:
   	pkgsrc/math/pari: Makefile distinfo
   	pkgsrc/math/pari/patches: patch-config_Makefile.SH

   Log message:
   Fix gp linking to not include the temporary DESTDIR. Bump revision.