You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/blitz/metadata.xml

22 lines
868 B

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<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>