mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
dev-R/Matrix: respect AR
Closes: https://bugs.gentoo.org/796836 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -17,3 +17,8 @@ DEPEND="
|
||||
virtual/lattice
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
tc-export AR
|
||||
R-packages_src_prepare
|
||||
}
|
||||
|
||||
@@ -14,4 +14,13 @@
|
||||
operations on these matrices, using 'LAPACK' and 'SuiteSparse'
|
||||
libraries.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<bugs-to>https://r-forge.r-project.org/tracker/?group_id=61</bugs-to>
|
||||
<doc lang="en">https://cran.r-project.org/web/packages/Matrix/Matrix.pdf</doc>
|
||||
<changelog>https://cran.r-project.org/web/packages/Matrix/ChangeLog</changelog>
|
||||
<maintainer>
|
||||
<name>Martin Maechler</name>
|
||||
<email>mmaechler+Matrix@gmail.com</email>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user