pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-Matrix Needs the blas package for building.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f89883ae76f
branches:  trunk
changeset: 516596:1f89883ae76f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jul 23 17:08:56 2006 +0000

description:
Needs the blas package for building.

diffstat:

 math/R-Matrix/Makefile |  17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r 2b4740367d32 -r 1f89883ae76f math/R-Matrix/Makefile
--- a/math/R-Matrix/Makefile    Sun Jul 23 17:04:40 2006 +0000
+++ b/math/R-Matrix/Makefile    Sun Jul 23 17:08:56 2006 +0000
@@ -1,16 +1,17 @@
-# $NetBSD: Makefile,v 1.2 2006/02/05 23:10:00 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2006/07/23 17:08:56 rillig Exp $
 #
 
-PKGREVISION=             1
-CATEGORIES=             databases math
-MASTER_SITES=           ${MASTER_SITE_R_CRAN:=contrib/}
+PKGREVISION=           1
+CATEGORIES=            databases math
+MASTER_SITES=          ${MASTER_SITE_R_CRAN:=contrib/}
 
-MAINTAINER=             mchittur%cs.nmsu.edu@localhost
-HOMEPAGE=               ${R_HOMEPAGE_BASE}/Matrix.html
+MAINTAINER=            mchittur%cs.nmsu.edu@localhost
+HOMEPAGE=              ${R_HOMEPAGE_BASE}/Matrix.html
 COMMENT=               Classes and methods for numerical linear algebra
 
-R_PKGNAME=              Matrix
-R_PKGVER=               0.8-11
+R_PKGNAME=             Matrix
+R_PKGVER=              0.8-11
 
 .include "../../math/R/Makefile.extension"
+.include "../../math/blas/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index