diff options
author | rillig <rillig> | 2005-11-04 08:08:01 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-11-04 08:08:01 +0000 |
commit | 10d7be84d6f549001d3c1f48bb421dbb670370e6 (patch) | |
tree | 7b28220d51355671c1f9de1984b7645bcb019519 /math/R-Matrix | |
parent | 911dcec08ebf7ddca87c85d22191aae834cbc939 (diff) | |
download | pkgsrc-10d7be84d6f549001d3c1f48bb421dbb670370e6.tar.gz |
Imported R-Matrix from pkgsrc-wip.
Classes and methods for numerical linear algebra using
Lapack, LDL,TAUCS, Metis, and UMFPACK.
Diffstat (limited to 'math/R-Matrix')
-rw-r--r-- | math/R-Matrix/DESCR | 2 | ||||
-rw-r--r-- | math/R-Matrix/Makefile | 15 | ||||
-rw-r--r-- | math/R-Matrix/PLIST | 1 | ||||
-rw-r--r-- | math/R-Matrix/distinfo | 5 |
4 files changed, 23 insertions, 0 deletions
diff --git a/math/R-Matrix/DESCR b/math/R-Matrix/DESCR new file mode 100644 index 00000000000..8f7d529d348 --- /dev/null +++ b/math/R-Matrix/DESCR @@ -0,0 +1,2 @@ +Classes and methods for numerical linear algebra using +Lapack, LDL,TAUCS, Metis, and UMFPACK. diff --git a/math/R-Matrix/Makefile b/math/R-Matrix/Makefile new file mode 100644 index 00000000000..5bd03b1a928 --- /dev/null +++ b/math/R-Matrix/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 08:08:01 rillig Exp $ +# + +CATEGORIES= databases math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= mchittur@cs.nmsu.edu +HOMEPAGE= ${R_HOMEPAGE_BASE}/Matrix.html +COMMENT= Classes and methods for numerical linear algebra + +R_PKGNAME= Matrix +R_PKGVER= 0.8-11 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-Matrix/PLIST b/math/R-Matrix/PLIST new file mode 100644 index 00000000000..1f6ef2ebde6 --- /dev/null +++ b/math/R-Matrix/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/04 08:08:01 rillig Exp $ diff --git a/math/R-Matrix/distinfo b/math/R-Matrix/distinfo new file mode 100644 index 00000000000..d5dd589bc75 --- /dev/null +++ b/math/R-Matrix/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/11/04 08:08:01 rillig Exp $ + +SHA1 (R/Matrix_0.8-11.tar.gz) = 462e86631e0efc8145fcff87b29bc06c4f8b49b7 +RMD160 (R/Matrix_0.8-11.tar.gz) = e5bc5d85762d5ac314dad3db19e452af8e55e409 +Size (R/Matrix_0.8-11.tar.gz) = 480791 bytes |