summaryrefslogtreecommitdiff
path: root/dev-cpp/eigen/metadata.xml
blob: f5085469bf383bf32ac1c94af7ae36a05110ccc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!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>
		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="cuda">Build with cuda support</flag>
 </use>
 <origin>gentoo-staging</origin>
</pkgmetadata>