source: BOOK/temp-system/multilib/cloog-ppl.xml @ dabbced

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since dabbced was dabbced, checked in by Joe Ciccone <jciccone@…>, 13 years ago

Change the XInclude schema path from 2003 to 2001. 2003 is depreciated
according to w3.org and 2001 should be used instead.

  • Property mode set to 100644
File size: 2.4 KB
RevLine 
[9470388]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-ppl" role="wrap">
9  <?dbhtml filename="cloog-ppl.html"?>
10
11  <title>CLooG-PPL-&cloog-ppl-version;</title>
12
13  <indexterm zone="ch-temp-system-cloog-ppl">
14    <primary sortas="a-CLooG-PPL">CLooG-PPL</primary>
15    <secondary>temporary system</secondary>
16  </indexterm>
17
[dabbced]18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9470388]19  href="../../final-system/common/cloog-ppl.xml"
20  xpointer="xpointer(//*[@role='package'])"/>
21
22  <sect2 role="installation">
23    <title>Installation of CLooG-PPL</title>
24
[dabbced]25    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9470388]26    href="../common/cloog-ppl.xml"
27    xpointer="xpointer(//*[@os='p1'])"/>
28
[dabbced]29    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9470388]30    href="../common/cloog-ppl.xml"
31    xpointer="xpointer(//*[@os='p2'])"/>
32
[dabbced]33    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9470388]34    href="../common/cloog-ppl.xml"
[5dcff5d6]35    xpointer="xpointer(//*[@os='s1'])"/>
36
[dabbced]37    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[5dcff5d6]38    href="../common/cloog-ppl.xml"
39    xpointer="xpointer(//*[@os='s2'])"/>
40
[dabbced]41    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[5dcff5d6]42    href="../common/cloog-ppl.xml"
[9470388]43        xpointer="xpointer(//*[@os='a'])"/>
44
45<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
[fd54d80]46    --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-bits=gmp \
47    --libdir=/tools/lib64 --enable-shared \
[9470388]48    --with-gmp=/tools --with-ppl=/tools</userinput></screen>
49
[dabbced]50    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9470388]51    href="../common/cloog-ppl.xml"
52    xpointer="xpointer(//*[@os='c'])"/>
53
[dabbced]54    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9470388]55    href="../common/cloog-ppl.xml"
56    xpointer="xpointer(//*[@os='d'])"/>
57       
[dabbced]58    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9470388]59    href="../common/cloog-ppl.xml"
60    xpointer="xpointer(//*[@os='e'])"/>
61
[dabbced]62    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9470388]63    href="../common/cloog-ppl.xml"
64    xpointer="xpointer(//*[@os='f'])"/>
65
66  </sect2>
67
68  <sect2 role="content">
69    <title/>
70
71    <para>Details on this package are located in <xref
72    linkend="contents-cloog-ppl" role="."/></para>
73
74  </sect2>
75
76</sect1>
Note: See TracBrowser for help on using the repository browser.