forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.xml
28 lines (28 loc) · 1.06 KB
/
metadata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<description>feel free to fix/update</description>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo C++ Project</name>
</maintainer>
<longdescription lang="en">
Blitz++ is a meta-template library for array
manipulation in C++ with a speed comparable to Fortran
implementations, while preserving an object-oriented
interface. These results are being obtained not through better
optimizing compilers, preprocessors, or language extensions, but
through the use of template techniques. By using templates cleverly,
optimizations such as loop fusion, unrolling, tiling, and algorithm
specialization can be performed automatically at compile time.
</longdescription>
<use>
<flag name="boost">Enable usage of boost::serialization</flag>
</use>
<upstream>
<remote-id type="sourceforge">blitz</remote-id>
</upstream>
</pkgmetadata>