- Add --with-gmp configuration option for performance improvement

PR:		ports/132103
Submitted by:	Yoshiaki Uchikawa <yoshiaki AT kt.rim.or.jp>
This commit is contained in:
Li-Wen Hsu 2009-03-14 07:12:04 +00:00
parent f91321f9e7
commit cccd3267bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230024
2 changed files with 6 additions and 3 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= pari
PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION}.${REV_VERSION}
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/
DISTNAME= pari-${MAJOR_VERSION}.${MINOR_VERSION}.${REV_VERSION}
@ -14,10 +15,12 @@ DISTNAME= pari-${MAJOR_VERSION}.${MINOR_VERSION}.${REV_VERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Mathematics library and advanced calculator package
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
USE_LDCONFIG= yes
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS= --prefix=${PREFIX} --share-prefix=${PREFIX}/share
CONFIGURE_ARGS= --prefix=${PREFIX} --share-prefix=${PREFIX}/share --with-gmp
MAKE_ARGS= gp
PLIST_SUB= MAJOR_VERSION=${MAJOR_VERSION} MINOR_VERSION=${MINOR_VERSION} REV_VERSION=${REV_VERSION}

View file

@ -19,8 +19,8 @@ include/pari/parisys.h
include/pari/pariport.h
include/pari/paridecl.h
include/pari/genpari.h
lib/libpari.so.%%MAJOR_VERSION%%.%%MINOR_VERSION%%.%%REV_VERSION%%
lib/libpari.so.%%MAJOR_VERSION%%
lib/libpari-gmp.so.%%MAJOR_VERSION%%.%%MINOR_VERSION%%.%%REV_VERSION%%
lib/libpari-gmp.so.%%MAJOR_VERSION%%
lib/libpari.so
lib/pari/pari.cfg
%%DOCSDIR%%/AUTHORS