source: BOOK/final-system/common/ppl.xml@ 58598c1

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 58598c1 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.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 <sect2 role="installation">
28 <title>Installation of PPL</title>
29
30 <para os="a">Prepare PPL for compilation:</para>
31
32<screen os="b"><userinput>CC="gcc -isystem /usr/include" LDFLAGS="-Wl,-rpath-link,/lib" \
33 ./configure --prefix=/usr --enable-shared --with-libgmp-prefix=/usr \
34 --with-libgmpxx-prefix=/usr</userinput></screen>
35
36 <para os="c">Compile the package:</para>
37
38<screen os="d"><userinput>make</userinput></screen>
39
40 <important os="e">
41 <para>The test suite for PPL is considered
42 critical. Do not skip it under any circumstance.</para>
43 </important>
44
45 <para os="f">Test the results:</para>
46
47<screen os="g"><userinput>make check</userinput></screen>
48
49 <para os="h">Install the package:</para>
50
51<screen os="i"><userinput>make install</userinput></screen>
52
53 </sect2>
54
55 <sect2 id="contents-ppl" role="content">
56 <title>Contents of PPL</title>
57
58 <segmentedlist>
59 <segtitle>Installed Libraries</segtitle>
60
61 <seglistitem>
62 <seg>libppl.[a,so], libppl_c.[a,so]</seg>
63 </seglistitem>
64 </segmentedlist>
65
66 <variablelist>
67 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
68 <?dbfo list-presentation="list"?>
69 <?dbhtml list-presentation="table"?>
70
71 <varlistentry id="libppl">
72 <term><filename class="libraryfile">libppl</filename></term>
73 <listitem>
74 <para>The Parma Polyhedra Library (PPL).</para>
75 <indexterm zone="ch-system-ppl libppl">
76 <primary sortas="b-libppl">libppl</primary>
77 </indexterm>
78 </listitem>
79 </varlistentry>
80
81 <varlistentry id="libppl_c">
82 <term><filename class="libraryfile">libppl_c</filename></term>
83 <listitem>
84 <para>The Parma Polyhedra Library bindings for C.</para>
85 <indexterm zone="ch-system-ppl libppl_c">
86 <primary sortas="b-libppl_c">libppl_c</primary>
87 </indexterm>
88 </listitem>
89 </varlistentry>
90
91 </variablelist>
92
93 </sect2>
94
95</sect1>
Note: See TracBrowser for help on using the repository browser.