[cf7029d] | 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 |
|
---|
[bc1a1f0] | 38 | <para os="e">Test the results:</para>
|
---|
[cf7029d] | 39 |
|
---|
[bc1a1f0] | 40 | <screen os="f"><userinput remap="test">make check</userinput></screen>
|
---|
[cf7029d] | 41 |
|
---|
[bc1a1f0] | 42 | <para os="g">Install the package:</para>
|
---|
[cf7029d] | 43 |
|
---|
[bc1a1f0] | 44 | <screen os="h"><userinput>make install</userinput></screen>
|
---|
[cf7029d] | 45 |
|
---|
[bc1a1f0] | 46 | <para os="i">Finally, move a misplaced file:</para>
|
---|
[cf7029d] | 47 |
|
---|
[bc1a1f0] | 48 | <screen os="j"><userinput>mkdir -pv /usr/share/gdb/auto-load/usr/lib
|
---|
[c3c06b8] | 49 | mv -v /usr/lib/libisl*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
|
---|
[cf7029d] | 50 | </sect2>
|
---|
| 51 |
|
---|
| 52 | <sect2 id="contents-isl" role="content">
|
---|
| 53 | <title>Contents of ISL</title>
|
---|
| 54 |
|
---|
| 55 | <segmentedlist>
|
---|
| 56 | <segtitle>Installed libraries</segtitle>
|
---|
[ef1348f] | 57 | <segtitle>Installed directory</segtitle>
|
---|
[cf7029d] | 58 |
|
---|
| 59 | <seglistitem>
|
---|
| 60 | <seg>libisl.[a,so]</seg>
|
---|
[ef1348f] | 61 | <seg>/usr/include/isl</seg>
|
---|
[cf7029d] | 62 | </seglistitem>
|
---|
| 63 | </segmentedlist>
|
---|
| 64 |
|
---|
| 65 | <variablelist>
|
---|
| 66 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
| 67 | <?dbfo list-presentation="list"?>
|
---|
| 68 | <?dbhtml list-presentation="table"?>
|
---|
| 69 |
|
---|
| 70 | <varlistentry id="libisl">
|
---|
| 71 | <term><filename class="libraryfile">libisl</filename></term>
|
---|
| 72 | <listitem>
|
---|
| 73 | <para>The Integer Set Library.</para>
|
---|
| 74 | <indexterm zone="ch-system-isl libisl">
|
---|
| 75 | <primary sortas="c-libisl">libisl</primary>
|
---|
| 76 | </indexterm>
|
---|
| 77 | </listitem>
|
---|
| 78 | </varlistentry>
|
---|
| 79 |
|
---|
| 80 | </variablelist>
|
---|
| 81 |
|
---|
| 82 | </sect2>
|
---|
| 83 |
|
---|
| 84 | </sect1>
|
---|