source: clfs-sysroot/BOOK/final-system/common/ppl.xml@ f3125bf

Last change on this file since f3125bf 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: 3.7 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-ppl" role="wrap">
9 <?dbhtml filename="ppl.html"?>
10
11 <title>PPL-&ppl-version;</title>
12
13 <indexterm zone="ch-system-ppl">
14 <primary sortas="a-PPL">PPL</primary>
15 <secondary>temporary system</secondary>
16 </indexterm>
17
18 <sect2 role="package">
19 <title/>
20
21 <para>The Parma Polyhedra Library (PPL) provides numerical abstractions
22 especially targeted at applications in the field of analysis and
23 verification of complex systems. CLooG-PPL requires this library.</para>
24
25 </sect2>
26
27 &env-target;
28
29 <sect2 role="installation">
30 <title>Installation of PPL</title>
31
32 <para os="a">Prepare PPL for compilation:</para>
33
34<screen os="b"><userinput>CPPFLAGS=-fexceptions \
35 ./configure --prefix=/usr \
36 --build=${CLFS_HOST} --host=${CLFS_TARGET} \
37 --with-libgmp-prefix=${CLFS}/usr \
38 --with-libgmpxx-prefix=${CLFS}/usr \
39 --enable-shared</userinput></screen>
40
41 <para os="c">Compile the package:</para>
42
43<screen os="d"><userinput>make</userinput></screen>
44
45 <para os="h">Install the package:</para>
46
47<screen os="i"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
48
49 </sect2>
50
51 <sect2 id="contents-ppl" role="content">
52 <title>Contents of PPL</title>
53
54 <segmentedlist>
55 <segtitle>Installed Programs</segtitle>
56 <segtitle>Installed Libraries</segtitle>
57
58 <seglistitem>
59 <seg>ppl-config, ppl_lcdd</seg>
60 <seg>libppl.[a,so], libppl_c.[a,so], libpwl.[a,so]</seg>
61 </seglistitem>
62 </segmentedlist>
63
64 <variablelist>
65 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
66 <?dbfo list-presentation="list"?>
67 <?dbhtml list-presentation="table"?>
68
69 <varlistentry id="ppl-config">
70 <term><command>ppl-config</command></term>
71 <listitem>
72 <para>Outputs information about the PPL installation</para>
73 <indexterm zone="ch-system-ppl ppl-config">
74 <primary sortas="b-ppl-config">ppl-config</primary>
75 </indexterm>
76 </listitem>
77 </varlistentry>
78
79 <varlistentry id="ppl_lcdd">
80 <term><command>ppl_lcdd</command></term>
81 <listitem>
82 <para>Reads an H-representation of a polyhedron and generates a
83 V-representation of the same polyhedron</para>
84 <indexterm zone="ch-system-ppl ppl_lcdd">
85 <primary sortas="b-ppl_lcdd">ppl_lcdd</primary>
86 </indexterm>
87 </listitem>
88 </varlistentry>
89
90 <varlistentry id="libppl">
91 <term><filename class="libraryfile">libppl</filename></term>
92 <listitem>
93 <para>The Parma Polyhedra Library (PPL).</para>
94 <indexterm zone="ch-system-ppl libppl">
95 <primary sortas="b-libppl">libppl</primary>
96 </indexterm>
97 </listitem>
98 </varlistentry>
99
100 <varlistentry id="libppl_c">
101 <term><filename class="libraryfile">libppl_c</filename></term>
102 <listitem>
103 <para>The Parma Polyhedra Library bindings for C.</para>
104 <indexterm zone="ch-system-ppl libppl_c">
105 <primary sortas="b-libppl_c">libppl_c</primary>
106 </indexterm>
107 </listitem>
108 </varlistentry>
109
110 <varlistentry id="libpwl">
111 <term><filename class="libraryfile">libpwl</filename></term>
112 <listitem>
113 <para>The Parma Watchdog Library</para>
114 <indexterm zone="ch-system-ppl libpwl">
115 <primary sortas="b-libpwl">libpwl</primary>
116 </indexterm>
117 </listitem>
118 </varlistentry>
119
120 </variablelist>
121
122 </sect2>
123
124</sect1>
Note: See TracBrowser for help on using the repository browser.