pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/R-checkmate



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jan 20 05:20:07 UTC 2024

Modified Files:
        pkgsrc/devel/R-checkmate: Makefile

Log Message:
(devel/R-checkmate) +TEST_DEPENDS+= math/R-fastmatch, but still not all OK on test


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-checkmate/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/R-checkmate/Makefile
diff -u pkgsrc/devel/R-checkmate/Makefile:1.6 pkgsrc/devel/R-checkmate/Makefile:1.7
--- pkgsrc/devel/R-checkmate/Makefile:1.6       Sat Jan 20 04:08:15 2024
+++ pkgsrc/devel/R-checkmate/Makefile   Sat Jan 20 05:20:07 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/01/20 04:08:15 mef Exp $
+# $NetBSD: Makefile,v 1.7 2024/01/20 05:20:07 mef Exp $
 
 R_PKGNAME=     checkmate
 R_PKGVER=      2.3.1
@@ -14,6 +14,7 @@ DEPENDS+=     R-backports>=1.1.0:../../math/
 
 TEST_DEPENDS+= R-data.table-[0-9]*:../../textproc/R-data.table
 TEST_DEPENDS+= R-devtools-[0-9]*:../../devel/R-devtools
+TEST_DEPENDS+= R-fastmatch-[0-9]*:../../math/R-fastmatch
 TEST_DEPENDS+= R-tinytest-[0-9]*:../../devel/R-tinytest
 TEST_DEPENDS+= R-ggplot2-[0-9]*:../../graphics/R-ggplot2
 TEST_DEPENDS+= R-microbenchmark-[0-9]*:../../benchmarks/R-microbenchmark



Home | Main Index | Thread Index | Old Index