source: BOOK/final-system/multilib/cloog-64bit.xml @ a3cdc8b

clfs-3.0.0-systemdsystemd
Last change on this file since a3cdc8b was 9420398, checked in by William Harrington <kb0iic@…>, 10 years ago

Add a sed to cloog which attempts to install a cloog-isl.cmake file for pkg-config. Quite strange.

  • Property mode set to 100644
File size: 2.3 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
[84b164e]8<sect1 id="ch-system-cloog" role="wrap">
9  <?dbhtml filename="cloog-64bit.html"?>
[9470388]10
[84b164e]11  <title>CLooG-&cloog-version; 64 Bit</title>
[9470388]12
[84b164e]13  <indexterm zone="ch-system-cloog">
14    <primary sortas="a-CLooG">CLooG</primary>
[9470388]15  </indexterm>
16
[dabbced]17  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[84b164e]18  href="../common/cloog.xml"
[9470388]19  xpointer="xpointer(//*[@role='package'])"/>
20
21  <sect2 role="installation">
[84b164e]22    <title>Installation of CLooG</title>
[9470388]23
[dabbced]24    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[84b164e]25    href="../common/cloog.xml"
[9470388]26    xpointer="xpointer(//*[@os='a'])"/>
27
28<screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILD64}" \
[b6831b6]29LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64 ${BUILD64}" \
30  ./configure --prefix=/usr \
[98b3f45]31    --libdir=/usr/lib64 --enable-shared --with-isl=system</userinput></screen>
[9470388]32
[dabbced]33    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9420398]34    href="../common/cloog.xml"
35    xpointer="xpointer(//*[@os='s1'])"/>
36
37    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
38    href="../common/cloog.xml"
39    xpointer="xpointer(//*[@os='s2'])"/>
40
41    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[84b164e]42    href="../common/cloog.xml"
[9470388]43    xpointer="xpointer(//*[@os='c'])"/>
44
[dabbced]45    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[84b164e]46    href="../common/cloog.xml"
[9470388]47    xpointer="xpointer(//*[@os='d'])"/>
48
[dabbced]49    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[84b164e]50    href="../common/cloog.xml"
[9470388]51    xpointer="xpointer(//*[@os='e'])"/>
52
[dabbced]53    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[84b164e]54    href="../common/cloog.xml"
[9470388]55    xpointer="xpointer(//*[@os='f'])"/>
56
[dabbced]57    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[84b164e]58    href="../common/cloog.xml"
[9470388]59    xpointer="xpointer(//*[@os='g'])"/>
60
[dabbced]61    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[84b164e]62    href="../common/cloog.xml"
[9470388]63    xpointer="xpointer(//*[@os='h'])"/>
64
[dabbced]65    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[84b164e]66    href="../common/cloog.xml"
[9470388]67    xpointer="xpointer(//*[@os='i'])"/>
68
69  </sect2>
70
[dabbced]71  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[84b164e]72  href="../common/cloog.xml"
73  xpointer="xpointer(id('contents-cloog'))"/>
[9470388]74
75</sect1>
Note: See TracBrowser for help on using the repository browser.