source: clfs-sysroot/BOOK/final-system/common/cloog-ppl.xml @ 1c92ca5

Last change on this file since 1c92ca5 was 1c92ca5, checked in by Joe Ciccone <jciccone@…>, 15 years ago

Add PPL and CLoog-PPL. Based on Winkie's work.

  • Property mode set to 100644
File size: 2.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-system-cloog-ppl" role="wrap">
9  <?dbhtml filename="cloog-ppl.html"?>
10
11  <title>CLooG-PPL-&cloog-ppl-version;</title>
12
13  <indexterm zone="ch-system-cloog-ppl">
14    <primary sortas="a-CLooG-PPL">CLooG-PPL</primary>
15    <secondary>temporary system</secondary>
16  </indexterm>
17
18  <sect2 role="package">
19    <title/>
20
21    <para>CLooG-PPL is a library to generate code for scanning Z-polyhedra.
22    In other words, it finds code that reaches each integral point of one or
23    more parameterized polyhedra.  GCC links with this library in order to
24    enable the new loop generation code known as Graphite.</para>
25
26  </sect2>
27
28  &env-target;
29
30  <sect2 role="installation">
31    <title>Installation of CLooG-PPL</title>
32
33    <para os="a">Prepare CLooG-PPL for compilation:</para>
34
35<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
36    --prefix=/usr --enable-shared \
37    --with-gmp=${CLFS}/usr --with-ppl=${CLFS}/usr</userinput></screen>
38
39    <para os="c">Compile the package:</para>
40
41<screen os="d"><userinput>make</userinput></screen>
42
43    <para os="h">Install the package:</para>
44
45<screen os="i"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
46
47  </sect2>
48
49  <sect2 id="contents-cloog-ppl" role="content">
50    <title>Contents of CLooG-PPL</title>
51
52    <segmentedlist>
53      <segtitle>Installed Libraries</segtitle>
54
55      <seglistitem>
56        <seg>libcloog.[a,so]</seg>
57      </seglistitem>
58    </segmentedlist>
59
60    <variablelist>
61      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
62      <?dbfo list-presentation="list"?>
63      <?dbhtml list-presentation="table"?>
64
65      <varlistentry id="cloog">
66        <term><command>cloog</command></term>
67        <listitem>
68          <para>Loop generator for scanning Z-polyhedra</para>
69          <indexterm zone="ch-system-cloog-ppl cloog">
70            <primary sortas="b-cloog">cloog</primary>
71          </indexterm>
72        </listitem>
73      </varlistentry>
74
75      <varlistentry id="libcloog">
76        <term><filename class="libraryfile">libcloog</filename></term>
77        <listitem>
78          <para>The Chunky Loop Generator.</para>
79          <indexterm zone="ch-system-cloog-ppl libcloog">
80            <primary sortas="b-libcloog-ppl">libcloog</primary>
81          </indexterm>
82        </listitem>
83      </varlistentry>
84
85    </variablelist>
86
87  </sect2>
88
89</sect1>
Note: See TracBrowser for help on using the repository browser.