bc7ed86244
Armadillo is a templated C++ linear algebra library (by Conrad Sanderson) that aims towards a good balance between speed and ease of use. Integer, floating point and complex numbers are supported, as well as a subset of trigonometric and statistics functions. Various matrix decompositions are provided through optional integration with LAPACK and ATLAS libraries.
14 lines
430 B
Makefile
14 lines
430 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2018/03/22 15:36:04 minskim Exp $
|
|
|
|
BUILDLINK_TREE+= R-RcppArmadillo
|
|
|
|
.if !defined(R_RCPPARMADILLO_BUILDLINK3_MK)
|
|
R_RCPPARMADILLO_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.R-RcppArmadillo+= R-RcppArmadillo>=0.8.300.1.0
|
|
BUILDLINK_PKGSRCDIR.R-RcppArmadillo?= ../../math/R-RcppArmadillo
|
|
|
|
.include "../../devel/R-Rcpp/buildlink3.mk"
|
|
.endif # R_RCPPARMADILLO_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -R-RcppArmadillo
|