diff options
author | David Seifert <soap@gentoo.org> | 2017-11-25 23:19:31 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-11-26 12:25:30 +0100 |
commit | a2642c204a48eda668073c7a1926316257d2573e (patch) | |
tree | ca60bbb81ebb8c9185e7c0951f3a621e6e8df07c /dev-libs/blitz | |
parent | dev-lang/scala-bin: [QA] Consistent whitespace in metadata.xml (diff) | |
download | gentoo-a2642c204a48eda668073c7a1926316257d2573e.tar.gz gentoo-a2642c204a48eda668073c7a1926316257d2573e.tar.bz2 gentoo-a2642c204a48eda668073c7a1926316257d2573e.zip |
dev-libs/blitz: [QA] Consistent whitespace in metadata.xml
Diffstat (limited to 'dev-libs/blitz')
-rw-r--r-- | dev-libs/blitz/metadata.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/dev-libs/blitz/metadata.xml b/dev-libs/blitz/metadata.xml index d5e41172adad..e1719221d10e 100644 --- a/dev-libs/blitz/metadata.xml +++ b/dev-libs/blitz/metadata.xml @@ -10,15 +10,15 @@ <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> + 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> |