d69db65a06
Multiple Precision Arithmetic (big integers and rationals, prime number tests, matrix computation), "arithmetic without limitations" using the C library GMP (GNU Multiple Precision Arithmetic). WWW: https://cran.r-project.org/web/packages/gmp/
19 lines
317 B
Makefile
19 lines
317 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gmp
|
|
DISTVERSION= 0.5-12
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Multiple Precision Arithmetic
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
LIB_DEPENDS= libgmp.so:math/gmp
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|