pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-energy



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Nov  2 02:23:55 UTC 2024

Modified Files:
        pkgsrc/math/R-energy: Makefile

Log Message:
(math/R-energy) make test passed


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/R-energy/Makefile

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

Modified files:

Index: pkgsrc/math/R-energy/Makefile
diff -u pkgsrc/math/R-energy/Makefile:1.5 pkgsrc/math/R-energy/Makefile:1.6
--- pkgsrc/math/R-energy/Makefile:1.5   Sat Nov  2 00:34:21 2024
+++ pkgsrc/math/R-energy/Makefile       Sat Nov  2 02:23:55 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2024/11/02 00:34:21 mef Exp $
+# $NetBSD: Makefile,v 1.6 2024/11/02 02:23:55 mef Exp $
 
 R_PKGNAME=     energy
 R_PKGVER=      1.7-12
@@ -10,10 +10,17 @@ LICENSE=    gnu-gpl-v2 OR gnu-gpl-v3
 DEPENDS+=      R-gsl-[0-9]*:../../math/R-gsl
 
 # Package suggested but not available: 'CompQuadForm'
-#TEST_DEPENDS+=        R-CompQuadForm-[0-9]*:../../
+TEST_DEPENDS+= R-CompQuadForm-[0-9]*:../../math/R-CompQuadForm
+TEST_DEPENDS+= R-gsl-[0-9]*:../../math/R-gsl
 TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
 TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
 
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
 USE_LANGUAGES= c c++
 
 .include "../../math/R/Makefile.extension"



Home | Main Index | Thread Index | Old Index