mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
dev-R/Matrix: new
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-R/Matrix/Manifest
Normal file
1
dev-R/Matrix/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST Matrix_1.3-3.tar.gz 2049932 BLAKE2B 141f9a63c9539dfe90e590495d5ab0e0a8ee6600ea48b2ac4f8b23fbf717de70ccbaa9ba3ba9ef12b913c8a49279d230f8588e84f45a11901e86ea6db3c9bfef SHA512 7ef17c1eb0d249895fd37dab41b1e29a8721b6cdd0dddbf62b8d0674281b10feb8397a7559ee30b0718a2fd0889d1820db90105f08ae1c76e48970a0fb1ed575
|
||||||
18
dev-R/Matrix/Matrix-1.3.3.ebuild
Normal file
18
dev-R/Matrix/Matrix-1.3.3.ebuild
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# Copyright 1999-2021 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
inherit R-packages
|
||||||
|
|
||||||
|
DESCRIPTION='Sparse and Dense Matrix Classes and Methods'
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
SRC_URI="http://cran.r-project.org/src/contrib/Matrix_1.3-3.tar.gz"
|
||||||
|
LICENSE='GPL-2+'
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
virtual/lattice
|
||||||
|
>=dev-lang/R-3.5.0
|
||||||
|
dev-lang/R[minimal]
|
||||||
|
"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
12
dev-R/Matrix/metadata.xml
Normal file
12
dev-R/Matrix/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<longdescription>
|
||||||
|
Sparse and Dense Matrix Classes and Methods // A rich hierarchy
|
||||||
|
of matrix classes, including triangular, symmetric, and
|
||||||
|
diagonal matrices, both dense and sparse and with pattern,
|
||||||
|
logical and numeric entries. Numerous methods for and
|
||||||
|
operations on these matrices, using 'LAPACK' and 'SuiteSparse'
|
||||||
|
libraries.
|
||||||
|
</longdescription>
|
||||||
|
</pkgmetadata>
|
||||||
Reference in New Issue
Block a user