diff options
Diffstat (limited to 'dev-cpp/eigen/metadata.xml')
-rw-r--r-- | dev-cpp/eigen/metadata.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-cpp/eigen/metadata.xml b/dev-cpp/eigen/metadata.xml new file mode 100644 index 000000000000..a631f9987281 --- /dev/null +++ b/dev-cpp/eigen/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci</herd> + <herd>kde</herd> + <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> +</pkgmetadata> |