diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-01-30 16:06:38 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-01-30 16:06:38 +0100 |
commit | 835490939cff4b99a5a277b2566293700fa77b93 (patch) | |
tree | 922a216f860020e430bd21df4304bcb4248705f9 /dev-ml | |
parent | dev-libs/boost: remove non-existent blockers (diff) | |
download | sci-835490939cff4b99a5a277b2566293700fa77b93.tar.gz sci-835490939cff4b99a5a277b2566293700fa77b93.tar.bz2 sci-835490939cff4b99a5a277b2566293700fa77b93.zip |
dev-ml/lacaml: fix RedundantLongDescription, make it longer
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/lacaml/metadata.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-ml/lacaml/metadata.xml b/dev-ml/lacaml/metadata.xml index ea2f7445d..1094bf3da 100644 --- a/dev-ml/lacaml/metadata.xml +++ b/dev-ml/lacaml/metadata.xml @@ -6,8 +6,13 @@ <name>Gentoo Science Project</name> </maintainer> <longdescription lang="en"> -BLAS/LAPACK-interface for OCaml -</longdescription> + This OCaml-library interfaces two widely used mathematical FORTRAN-libraries: + + BLAS - Basic Linear Algebra Subroutines + LAPACK - Linear Algebra PACKage + + This allows developers to write high-performance numerical code for applications that require linear algebra. + </longdescription> <upstream> <remote-id type="bitbucket">mmottl/lacaml</remote-id> </upstream> |