mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 15:09:04 +02:00
* Lapack symbols (zspmv) required for Blas, therefore build with lapack unconditionally. * Add and enable by default libdeflate support to conform with upstream defaults. * Require timezone-data which is needed, it would be missing on non glibc systems by default. Closes: https://github.com/gentoo/gentoo/pull/36418 Bug: https://bugs.gentoo.org/922673 Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: David Seifert <soap@gentoo.org>
30 lines
1.3 KiB
XML
30 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>sci-mathematics@gentoo.org</email>
|
|
<name>Gentoo Mathematics Project</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
R is GNU S, a system for statistical computation and graphics. It
|
|
consists of a language plus a run-time environment with graphics, a
|
|
debugger, access to certain system functions, and the ability to run
|
|
programs stored in script files.
|
|
|
|
The core of R is an interpreted computer language which allows
|
|
branching and looping as well as modular programming using functions.
|
|
The R distribution contains functionality for a large number of
|
|
statistical procedures such as: linear and generalized linear
|
|
models, nonlinear regression models, time series analysis, classical
|
|
parametric and nonparametric tests, clustering, smoothing and
|
|
graphical data representations. Additional modules ("add-on
|
|
packages") are available for a variety of specific purposes but are
|
|
not distributed with this package.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">wch/r-source</remote-id>
|
|
</upstream>
|
|
<use>
|
|
<flag name="libdeflate">Use <pkg>app-arch/libdeflate</pkg> rather than <pkg>sys-libs/zlib</pkg> for lazy-loaded R objects.</flag>
|
|
</use>
|
|
</pkgmetadata>
|