source: BOOK/final-system/common/isl.xml @ d4469fc

clfs-3.0.0-systemdsystemd
Last change on this file since d4469fc was ac7dfaa, checked in by Chris Staub <chris@…>, 10 years ago

Removed unneeded testsuite notes

  • Property mode set to 100644
File size: 2.3 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-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" \
31LDFLAGS="-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    <para os="e">Test the results:</para>
39
40<screen os="f"><userinput remap="test">make check</userinput></screen>
41
42    <para os="g">Install the package:</para>
43
44<screen os="h"><userinput>make install</userinput></screen>
45
46    <para os="i">Finally, move a misplaced file:</para>
47
48<screen os="j"><userinput>mkdir -pv /usr/share/gdb/auto-load/usr/lib
49mv -v /usr/lib/libisl*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
50  </sect2>
51
52  <sect2 id="contents-isl" role="content">
53    <title>Contents of ISL</title>
54
55    <segmentedlist>
56      <segtitle>Installed libraries</segtitle>
57      <segtitle>Installed directory</segtitle>
58
59      <seglistitem>
60        <seg>libisl.[a,so]</seg>
61        <seg>/usr/include/isl</seg>
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>
Note: See TracBrowser for help on using the repository browser.