blob: 66c3cacd928a51c9d2fd07b8461a9ce58117ab15 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
levmar is a C/C++ implementation of the Levenberg-Marquard optimization algorithm
</longdescription>
<use>
<flag name='nosingle'>Build and install without support for single precicion math</flag>
<flag name='nodouble'>Build and install without support for double precicion math</flag>
<flag name='examples'>Build the example to test the compile and install its source</flag>
</use>
</pkgmetadata>
|