blob: ab3f84002d7596ab1ee4ff43a979d13b32773023 (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>bicatali@gentoo.org</email>
</maintainer>
<maintainer>
<email>weaver@gentoo.org</email>
<name>Andrey Kislyuk</name>
</maintainer>
<longdescription lang="en">
The Intel® C++ Compiler is a full featured C/C++ compiler for Intel
based architectures. The compiler supports multi-threading, automatic
processor dispatch, vectorization, auto-parallelization, OpenMP, data
prefetching, loop unrolling. The package comes with extensive
documentation. The product can be installed as a non-commercial as
well. License, terms of qualifications can be found on the web site.
</longdescription>
<use>
<flag name='eclipse'>Install the <pkg>dev-util/eclipse-sdk</pkg> plugins</flag>
<flag name='idb'>Install the Intel Debugger</flag>
<flag name='mkl'>Install the Intel Math Kernel Library</flag>
<flag name='ipp'>Install the Intel Integrated Primitive</flag>
</use>
</pkgmetadata>
|