blob: ec3908bdebc52ad5528e6026f4545b081c82435e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# $NetBSD: Makefile,v 1.15 2022/04/25 23:48:53 mef Exp $
R_PKGNAME= gstat
R_PKGVER= 2.0-9
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Spatial & spatio-temporal modelling, prediction and simulation
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
DEPENDS+= R-FNN>=1.1.3:../../math/R-FNN
DEPENDS+= R-sp>=0.9.98:../../math/R-sp
DEPENDS+= R-spacetime>=1.0.0:../../math/R-spacetime
DEPENDS+= R-zoo>=1.8.3:../../math/R-zoo
# Packages suggested but not available: 'fields', 'future', 'future.apply'
TEST_DEPENDS+= R-mapdata-[0-9]*:../../geography/R-mapdata
TEST_DEPENDS+= R-maps-[0-9]*:../../geography/R-maps
TEST_DEPENDS+= R-maptools-[0-9]*:../../geography/R-maptools
TEST_DEPENDS+= R-rgdal-[0-9]*:../../geography/R-rgdal
TEST_DEPENDS+= R-rgeos-[0-9]*:../../geography/R-rgeos
TEST_DEPENDS+= R-sf-[0-9]*:../../geography/R-sf
TEST_DEPENDS+= R-stars-[0-9]*:../../geography/R-stars
TEST_DEPENDS+= R-raster-[0-9]*:../../geography/R-raster
USE_LANGUAGES+= c fortran
.include "../../math/R/Makefile.extension"
.include "../../mk/blas.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|