source: BOOK/final-system/common/cloog-ppl.xml @ 70566fa

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 70566fa was 9470388, checked in by Zack Winkles <eikniw@…>, 15 years ago

Add CLooG/PPL, and use it everything.

  • Property mode set to 100644
File size: 2.5 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  <sect2 role="installation">
29    <title>Installation of CLooG-PPL</title>
30
31    <para os="a">Prepare CLooG-PPL for compilation:</para>
32
33<screen os="b"><userinput>CC="gcc -isystem /usr/include" LDFLAGS="-Wl,-rpath-link,/lib" \
34    ./configure --prefix=/usr --enable-shared --with-gmp=/usr \
35        --with-ppl=/usr</userinput></screen>
36
37    <para os="c">Compile the package:</para>
38
39<screen os="d"><userinput>make</userinput></screen>
40
41    <important os="e">
42      <para>The test suite for CLooG-PPL is considered
43      critical. Do not skip it under any circumstance.</para>
44    </important>
45
46    <para os="f">Test the results:</para>
47
48<screen os="g"><userinput>make check</userinput></screen>
49
50    <para os="h">Install the package:</para>
51
52<screen os="i"><userinput>make install</userinput></screen>
53
54  </sect2>
55
56  <sect2 id="contents-cloog-ppl" role="content">
57    <title>Contents of CLooG-PPL</title>
58
59    <segmentedlist>
60      <segtitle>Installed Libraries</segtitle>
61
62      <seglistitem>
63        <seg>libcloog.[a,so]</seg>
64      </seglistitem>
65    </segmentedlist>
66
67    <variablelist>
68      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
69      <?dbfo list-presentation="list"?>
70      <?dbhtml list-presentation="table"?>
71
72      <varlistentry id="libcloog">
73        <term><filename class="libraryfile">libcloog</filename></term>
74        <listitem>
75          <para>The Chunky Loop Generator.</para>
76          <indexterm zone="ch-system-cloog-ppl libcloog">
77            <primary sortas="b-libcloog-ppl">libcloog</primary>
78          </indexterm>
79        </listitem>
80      </varlistentry>
81
82    </variablelist>
83
84  </sect2>
85
86</sect1>
Note: See TracBrowser for help on using the repository browser.