blob: e44d74974d4a3055ad0296463e1ad7ae8aabeb17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.5 2019/08/08 19:53:45 brook Exp $
R_PKGNAME= RandomFields
R_PKGVER= 3.3.6
CATEGORIES= math
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Simulation and analysis of random fields
LICENSE= gnu-gpl-v3
DEPENDS+= R-sp>=1.3.1:../../math/R-sp
USE_LANGUAGES+= c c++ fortran
.include "../../math/R/Makefile.extension"
.include "../../math/R-RandomFieldsUtils/buildlink3.mk"
.include "../../math/blas/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|