pkgsrc-Changes archive

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

CVS commit: pkgsrc/benchmarks/R-bench



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Jun  2 11:48:57 UTC 2022

Modified Files:
        pkgsrc/benchmarks/R-bench: Makefile

Log Message:
(benchmarks/R-bench) USE_LANGUAGES= c, sorry


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/benchmarks/R-bench/Makefile

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

Modified files:

Index: pkgsrc/benchmarks/R-bench/Makefile
diff -u pkgsrc/benchmarks/R-bench/Makefile:1.1 pkgsrc/benchmarks/R-bench/Makefile:1.2
--- pkgsrc/benchmarks/R-bench/Makefile:1.1      Mon May 30 15:04:24 2022
+++ pkgsrc/benchmarks/R-bench/Makefile  Thu Jun  2 11:48:57 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/05/30 15:04:24 mef Exp $
+# $NetBSD: Makefile,v 1.2 2022/06/02 11:48:57 mef Exp $
 
 R_PKGNAME=     bench
 R_PKGVER=      1.1.2
@@ -25,7 +25,8 @@ TEST_DEPENDS+=        R-scales-[0-9]*:../../gra
 TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 TEST_DEPENDS+= R-tidyr-[0-9]*:../../math/R-tidyr
 TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
-USE_LANGUAGES= # none
+
+USE_LANGUAGES= c
 
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index