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-temp-system-cloog" role="wrap">
|
---|
9 | <?dbhtml filename="cloog.html"?>
|
---|
10 |
|
---|
11 | <title>CLooG-&cloog-version;</title>
|
---|
12 |
|
---|
13 | <indexterm zone="ch-temp-system-cloog">
|
---|
14 | <primary sortas="a-CLooG">CLooG</primary>
|
---|
15 | <secondary>temporary system</secondary>
|
---|
16 | </indexterm>
|
---|
17 |
|
---|
18 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
19 | href="../../final-system/common/cloog.xml"
|
---|
20 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
21 |
|
---|
22 | <sect2 role="installation">
|
---|
23 | <title>Installation of CLooG</title>
|
---|
24 |
|
---|
25 | <para os="a">Prepare CLooG for compilation:</para>
|
---|
26 |
|
---|
27 | <screen os="b"><userinput>./configure --prefix=/tools \
|
---|
28 | --build=${CLFS_HOST} --host=${CLFS_TARGET} \
|
---|
29 | --with-isl=system</userinput></screen>
|
---|
30 |
|
---|
31 | <variablelist os="b1">
|
---|
32 | <title>The meaning of the new configure option:</title>
|
---|
33 |
|
---|
34 | <varlistentry>
|
---|
35 | <term><parameter>--with-isl=system</parameter></term>
|
---|
36 | <listitem>
|
---|
37 | <para>This ensures that CLooG will use the version of Isl that was
|
---|
38 | just installed into <filename class="directory">/tools</filename>,
|
---|
39 | rather than the copy in its own source tree.</para>
|
---|
40 | </listitem>
|
---|
41 | </varlistentry>
|
---|
42 |
|
---|
43 | </variablelist>
|
---|
44 |
|
---|
45 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
46 | href="../../final-system/common/cloog.xml"
|
---|
47 | xpointer="xpointer(//*[@os='s1'])"/>
|
---|
48 |
|
---|
49 | <screen os="s2"><userinput>cp -v Makefile{,.orig}
|
---|
50 | sed '/cmake/d' Makefile.orig > Makefile</userinput></screen>
|
---|
51 |
|
---|
52 | <para os="c">Compile the package:</para>
|
---|
53 |
|
---|
54 | <screen os="d"><userinput>make</userinput></screen>
|
---|
55 |
|
---|
56 | <para os="e">Install the package:</para>
|
---|
57 |
|
---|
58 | <screen os="f"><userinput>make install</userinput></screen>
|
---|
59 |
|
---|
60 | </sect2>
|
---|
61 |
|
---|
62 | <sect2 role="content">
|
---|
63 | <title/>
|
---|
64 |
|
---|
65 | <para>Details on this package are located in <xref
|
---|
66 | linkend="contents-cloog" role="."/></para>
|
---|
67 |
|
---|
68 | </sect2>
|
---|
69 |
|
---|
70 | </sect1>
|
---|