diff options
Diffstat (limited to 'dev-cpp/eigen/metadata.xml')
| -rw-r--r-- | dev-cpp/eigen/metadata.xml | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/dev-cpp/eigen/metadata.xml b/dev-cpp/eigen/metadata.xml index f955d9ffca0a..1a5f8392660a 100644 --- a/dev-cpp/eigen/metadata.xml +++ b/dev-cpp/eigen/metadata.xml @@ -1,26 +1,27 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <maintainer type="project"> - <email>kde@gentoo.org</email> - <name>Gentoo KDE Project</name> - </maintainer> - <longdescription> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <maintainer type="project"> + <email>kde@gentoo.org</email> + <name>Gentoo KDE Project</name> + </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> - <use> - <flag name="c++11">Build using the C++11 standard</flag> - <flag name="cuda">Build with cuda support</flag> - </use> - <upstream> - <remote-id type="gitlab">libeigen/eigen</remote-id> - </upstream> -</pkgmetadata> + <upstream> + <remote-id type="gitlab">libeigen/eigen</remote-id> + </upstream> + <use> + <flag name="c++11">Build using the C++11 standard</flag> + <flag name="cuda">Build with cuda support</flag> + </use> + <origin>gentoo-staging</origin> +</pkgmetadata>
\ No newline at end of file |
