Changeset 229ed25 for BOOK/final-system/common/cloog.xml
- Timestamp:
- Jan 4, 2014, 12:03:38 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- f90d077
- Parents:
- ec008670 (diff), e57ce38 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/cloog.xml
rec008670 r229ed25 6 6 ]> 7 7 8 <sect1 id="ch-system-cloog -ppl" role="wrap">9 <?dbhtml filename="cloog -ppl.html"?>8 <sect1 id="ch-system-cloog" role="wrap"> 9 <?dbhtml filename="cloog.html"?> 10 10 11 <title>CLooG- PPL-&cloog-ppl-version;</title>11 <title>CLooG-&cloog-version;</title> 12 12 13 <indexterm zone="ch-system-cloog -ppl">14 <primary sortas="a-CLooG -PPL">CLooG-PPL</primary>13 <indexterm zone="ch-system-cloog"> 14 <primary sortas="a-CLooG">CLooG</primary> 15 15 </indexterm> 16 16 … … 18 18 <title/> 19 19 20 <para>CLooG -PPLis a library to generate code for scanning Z-polyhedra.20 <para>CLooG is a library to generate code for scanning Z-polyhedra. 21 21 In other words, it finds code that reaches each integral point of one or 22 22 more parameterized polyhedra. GCC links with this library in order to … … 26 26 27 27 <sect2 role="installation"> 28 <title>Installation of CLooG -PPL</title>28 <title>Installation of CLooG</title> 29 29 30 <para os="a">Prepare CLooG -PPLfor compilation:</para>30 <para os="a">Prepare CLooG for compilation:</para> 31 31 32 32 <screen os="b"><userinput>CC="gcc -isystem /usr/include" \ 33 33 LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \ 34 ./configure --prefix=/usr --enable-shared --with-gmp \ 35 --with-ppl</userinput></screen> 34 ./configure --prefix=/usr --enable-shared --with-isl=system</userinput></screen> 35 36 <para os="s1">Apply a <command>sed</command> which prevents the attempted installation of an invalid file:</para> 37 38 <screen os="s2"><userinput>sed -i '/cmake/d' Makefile</userinput></screen> 36 39 37 40 <para os="c">Compile the package:</para> … … 40 43 41 44 <important os="e"> 42 <para>The test suite for CLooG -PPLis considered45 <para>The test suite for CLooG is considered 43 46 critical. Do not skip it under any circumstance.</para> 44 47 </important> … … 46 49 <para os="f">Test the results:</para> 47 50 48 <screen os="g"><userinput >make check</userinput></screen>51 <screen os="g"><userinput remap="test">make check</userinput></screen> 49 52 50 53 <para os="h">Install the package:</para> … … 54 57 </sect2> 55 58 56 <sect2 id="contents-cloog -ppl" role="content">57 <title>Contents of CLooG -PPL</title>59 <sect2 id="contents-cloog" role="content"> 60 <title>Contents of CLooG</title> 58 61 59 62 <segmentedlist> 60 <segtitle>Installed program s</segtitle>63 <segtitle>Installed program</segtitle> 61 64 <segtitle>Installed libraries</segtitle> 62 <segtitle>Installed director y</segtitle>65 <segtitle>Installed directories</segtitle> 63 66 64 67 <seglistitem> 65 68 <seg>cloog</seg> 66 <seg>libcloog .[a,so]</seg>69 <seg>libcloog-isl.[a,so]</seg> 67 70 <seg>/usr/include/cloog</seg> 68 71 </seglistitem> … … 78 81 <listitem> 79 82 <para>Loop generator for scanning Z-polyhedra</para> 80 <indexterm zone="ch-system-cloog -pplcloog">83 <indexterm zone="ch-system-cloog cloog"> 81 84 <primary sortas="b-cloog">cloog</primary> 82 85 </indexterm> … … 84 87 </varlistentry> 85 88 86 <varlistentry id="libcloog ">87 <term><filename class="libraryfile">libcloog </filename></term>89 <varlistentry id="libcloog-isl"> 90 <term><filename class="libraryfile">libcloog-isl</filename></term> 88 91 <listitem> 89 <para> The Chunky Loop Generator.</para>90 <indexterm zone="ch-system-cloog -ppl libcloog">91 <primary sortas="c-libcloog- ppl">libcloog</primary>92 <para>Isl backend for CLooG.</para> 93 <indexterm zone="ch-system-cloog libcloog-isl"> 94 <primary sortas="c-libcloog-isl">libcloog-isl</primary> 92 95 </indexterm> 93 96 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.