pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-randomForest Needs C and Fortran. From PR 42506.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c140eaddde89
branches:  trunk
changeset: 568896:c140eaddde89
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Dec 23 23:38:46 2009 +0000

description:
Needs C and Fortran. From PR 42506.

diffstat:

 math/R-randomForest/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2de2fce834f7 -r c140eaddde89 math/R-randomForest/Makefile
--- a/math/R-randomForest/Makefile      Wed Dec 23 21:46:10 2009 +0000
+++ b/math/R-randomForest/Makefile      Wed Dec 23 23:38:46 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/12/11 19:45:46 adam Exp $
+# $NetBSD: Makefile,v 1.3 2009/12/23 23:38:46 joerg Exp $
 
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
@@ -10,5 +10,7 @@
 R_PKGNAME=     randomForest
 R_PKGVER=      4.5-34
 
+USE_LANGUAGES= c fortran
+
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index