aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-cpp/eigen/metadata.xml')
-rw-r--r--dev-cpp/eigen/metadata.xml30
1 files changed, 15 insertions, 15 deletions
diff --git a/dev-cpp/eigen/metadata.xml b/dev-cpp/eigen/metadata.xml
index b4b6e1b4d..ed850b49c 100644
--- a/dev-cpp/eigen/metadata.xml
+++ b/dev-cpp/eigen/metadata.xml
@@ -6,27 +6,27 @@
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
- Eigen is a lightweight C++ template library for vector and matrix math,
- a.k.a. linear algebra. Unlike most other linear algebra libraries, Eigen
- focuses on the simple mathematical needs of applications: games and other
- OpenGL apps, spreadsheets and other office apps, etc. Eigen is dedicated to
- providing optimal speed with GCC.
- </longdescription>
+Eigen is a lightweight C++ template library for vector and matrix math,
+a.k.a. linear algebra. Unlike most other linear algebra libraries, Eigen
+focuses on the simple mathematical needs of applications: games and other
+OpenGL apps, spreadsheets and other office apps, etc. Eigen is dedicated to
+providing optimal speed with GCC.
+</longdescription>
<use>
<flag name="adolc">
- Enable automatic differentiation using <pkg>sci-libs/adolc</pkg>
- </flag>
+Enable automatic differentiation using <pkg>sci-libs/adolc</pkg>
+</flag>
<flag name="metis">
- Enable matrix partitioning using <pkg>sci-libs/metis</pkg></flag>
+Enable matrix partitioning using <pkg>sci-libs/metis</pkg></flag>
<flag name="mkl">
- Use propertary intel blas/lapack implementation through <pkg>sci-libs/mkl</pkg>
- </flag>
+Use propertary intel blas/lapack implementation through <pkg>sci-libs/mkl</pkg>
+</flag>
<flag name="pastix">
- Enable large scale direct solver with using <pkg>sci-libs/pastix</pkg>
- </flag>
+Enable large scale direct solver with using <pkg>sci-libs/pastix</pkg>
+</flag>
<flag name="sparse">
- Enable use for extra sparse matrix with <pkg>sci-libs/umfpack</pkg>, <pkg>sci-libs/cholmod</pkg>, <pkg>sci-libs/superlu</pkg> and <pkg>dev-cpp/sparsehash</pkg>
- </flag>
+Enable use for extra sparse matrix with <pkg>sci-libs/umfpack</pkg>, <pkg>sci-libs/cholmod</pkg>, <pkg>sci-libs/superlu</pkg> and <pkg>dev-cpp/sparsehash</pkg>
+</flag>
</use>
<upstream>
<remote-id type="bitbucket">eigen/eigen</remote-id>