PKGNAME=pari
PKGSEC=libs
PKGDEP="gmp perl readline x11-lib"
PKGDES="Computer algebra system designed for fast computations in number theory"

ABTYPE=self
AUTOTOOLS_AFTER=(
	'--with-readline'
	'--mt=pthread'
	'--with-gmp'
)
AB_FLAGS_O3=1
ABMK="all"
