diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2007-05-15 10:55:03 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2007-05-15 10:55:03 +0000 |
commit | d47b99e844402d617d60673e2ed3f40c342451e9 (patch) | |
tree | bb09c0953f402bd31f546b79295c6e905fa11ac3 /dev-cpp/eigen/metadata.xml | |
parent | Adding to ~amd64 (diff) | |
download | gentoo-2-d47b99e844402d617d60673e2ed3f40c342451e9.tar.gz gentoo-2-d47b99e844402d617d60673e2ed3f40c342451e9.tar.bz2 gentoo-2-d47b99e844402d617d60673e2ed3f40c342451e9.zip |
Initial import.
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-cpp/eigen/metadata.xml')
-rw-r--r-- | dev-cpp/eigen/metadata.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-cpp/eigen/metadata.xml b/dev-cpp/eigen/metadata.xml new file mode 100644 index 000000000000..74862a15090d --- /dev/null +++ b/dev-cpp/eigen/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci</herd> + <maintainer> + <email>cryos@gentoo.org</email> + </maintainer> + <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> |