pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R-nimble math/R-nimble: Add tool dependency on gm...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4340c47ad22e
branches: trunk
changeset: 384376:4340c47ad22e
user: brook <brook%pkgsrc.org@localhost>
date: Wed Aug 31 18:41:07 2022 +0000
description:
math/R-nimble: Add tool dependency on gmake.
A library, libnimble.a, is compiled by this package using a Gnu makefile.
Add a tool dependency on gmake to avoid syntax errors.
diffstat:
math/R-nimble/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 62e13fd60e1d -r 4340c47ad22e math/R-nimble/Makefile
--- a/math/R-nimble/Makefile Wed Aug 31 16:17:40 2022 +0000
+++ b/math/R-nimble/Makefile Wed Aug 31 18:41:07 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/04/28 15:52:38 mef Exp $
+# $NetBSD: Makefile,v 1.5 2022/08/31 18:41:07 brook Exp $
R_PKGNAME= nimble
R_PKGVER= 0.12.2
@@ -14,6 +14,7 @@
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
USE_LANGUAGES= c++ fortran
+USE_TOOLS+= gmake
EIGEN_FILES+= PardisoSupport
EIGEN_FILES+= src/Core/Assign_MKL.h
Home |
Main Index |
Thread Index |
Old Index