mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
55cf20a31c
Computation of the matrix exponential, logarithm, sqrt, and related quantities. WWW: https://cran.r-project.org/web/packages/expm/
17 lines
297 B
Makefile
17 lines
297 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= expm
|
|
DISTVERSION= 0.999-2
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Matrix Exponential, Log, 'etc'
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|