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-isl" role="wrap">
|
---|
9 | <?dbhtml filename="isl.html"?>
|
---|
10 |
|
---|
11 | <title>ISL-&isl-version;</title>
|
---|
12 |
|
---|
13 | <indexterm zone="ch-system-isl">
|
---|
14 | <primary sortas="a-ISL">ISL</primary>
|
---|
15 | </indexterm>
|
---|
16 |
|
---|
17 | <sect2 role="package">
|
---|
18 | <title/>
|
---|
19 |
|
---|
20 | <para>ISL is a library for manipulating sets and relations of integer
|
---|
21 | points bounded by linear constraints.</para>
|
---|
22 |
|
---|
23 | </sect2>
|
---|
24 |
|
---|
25 | <sect2 role="installation">
|
---|
26 | <title>Installation of ISL</title>
|
---|
27 |
|
---|
28 | <para os="a">Prepare ISL for compilation:</para>
|
---|
29 |
|
---|
30 | <screen os="b"><userinput>CC="gcc -isystem /usr/include" \
|
---|
31 | LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \
|
---|
32 | ./configure --prefix=/usr</userinput></screen>
|
---|
33 |
|
---|
34 | <para os="c">Compile the package:</para>
|
---|
35 |
|
---|
36 | <screen os="d"><userinput>make</userinput></screen>
|
---|
37 |
|
---|
38 | <important os="e">
|
---|
39 | <para>The test suite for ISL is considered
|
---|
40 | critical. Do not skip it under any circumstance.</para>
|
---|
41 | </important>
|
---|
42 |
|
---|
43 | <para os="f">Test the results:</para>
|
---|
44 |
|
---|
45 | <screen os="g"><userinput remap="test">make check</userinput></screen>
|
---|
46 |
|
---|
47 | <para os="h">Install the package:</para>
|
---|
48 |
|
---|
49 | <screen os="i"><userinput>make install</userinput></screen>
|
---|
50 |
|
---|
51 | <para os="j">Finally, move a misplaced file:</para>
|
---|
52 |
|
---|
53 | <screen os="k"><userinput>mkdir -pv /usr/share/gdb/auto-load/usr/lib
|
---|
54 | mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
|
---|
55 | </sect2>
|
---|
56 |
|
---|
57 | <sect2 id="contents-isl" role="content">
|
---|
58 | <title>Contents of ISL</title>
|
---|
59 |
|
---|
60 | <segmentedlist>
|
---|
61 | <segtitle>Installed libraries</segtitle>
|
---|
62 |
|
---|
63 | <seglistitem>
|
---|
64 | <seg>libisl.[a,so]</seg>
|
---|
65 | </seglistitem>
|
---|
66 | </segmentedlist>
|
---|
67 |
|
---|
68 | <variablelist>
|
---|
69 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
70 | <?dbfo list-presentation="list"?>
|
---|
71 | <?dbhtml list-presentation="table"?>
|
---|
72 |
|
---|
73 | <varlistentry id="libisl">
|
---|
74 | <term><filename class="libraryfile">libisl</filename></term>
|
---|
75 | <listitem>
|
---|
76 | <para>The Integer Set Library.</para>
|
---|
77 | <indexterm zone="ch-system-isl libisl">
|
---|
78 | <primary sortas="c-libisl">libisl</primary>
|
---|
79 | </indexterm>
|
---|
80 | </listitem>
|
---|
81 | </varlistentry>
|
---|
82 |
|
---|
83 | </variablelist>
|
---|
84 |
|
---|
85 | </sect2>
|
---|
86 |
|
---|
87 | </sect1>
|
---|