summaryrefslogtreecommitdiff
path: root/sci-libs/adolc/metadata.xml
blob: f3c691c62d8225f2fb36612263462d96e1c3bc0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>sci@gentoo.org</email>
		<name>Gentoo Science Project</name>
	</maintainer>
	<longdescription lang="en">
	The ADOLC system automatically calculates exact derivatives of a 	C/C++ function.  It uses C++ overloading to record arithmetic 	operations, which it plays back later in various ways to calculate 	the requested values.
	</longdescription>
	<use>
		<flag name="boost">Use the boost allocator from <pkg>dev-libs/boost</pkg></flag>
		<flag name="sparse">Add support for sparse matrix algebra with <pkg>sci-libs/colpack</pkg></flag>
	</use>
	<upstream>
		<remote-id type="github">coin-or/ADOL-C</remote-id>
	</upstream>
</pkgmetadata>