Ignore:
Timestamp:
Jan 4, 2014, 12:03:38 AM (11 years ago)
Author:
Chris Staub <chris@…>
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.
Message:

Merge branch 'master' into systemd

Conflicts:

BOOK/appendices/dependencies/common.xml
BOOK/boot/common/devices.xml
BOOK/boot/common/pwdgroup.xml
BOOK/boot/ppc64-64/powerpc-utils.xml
BOOK/boot/ppc64/util-linux-32.xml
BOOK/bootscripts/common/bootscripts.xml
BOOK/final-system/alpha-chapter.xml
BOOK/final-system/common/coreutils.xml
BOOK/final-system/common/eudev.xml
BOOK/final-system/common/kbd.xml
BOOK/final-system/mips-chapter.xml
BOOK/final-system/mips64-64-chapter.xml
BOOK/final-system/mips64-chapter.xml
BOOK/final-system/multilib/udev-64bit.xml
BOOK/final-system/multilib/util-linux.xml
BOOK/final-system/ppc-chapter.xml
BOOK/final-system/ppc64-chapter.xml
BOOK/final-system/sparc-chapter.xml
BOOK/final-system/sparc64-64-chapter.xml
BOOK/final-system/sparc64-chapter.xml
BOOK/final-system/x86-chapter.xml
BOOK/final-system/x86_64-64-chapter.xml
BOOK/final-system/x86_64-chapter.xml
BOOK/introduction/common/changelog.xml
BOOK/materials/common/packages.xml
BOOK/packages.ent

File:
1 moved

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/cloog.xml

    rec008670 r229ed25  
    66]>
    77
    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"?>
    1010
    11   <title>CLooG-PPL-&cloog-ppl-version;</title>
     11  <title>CLooG-&cloog-version;</title>
    1212
    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>
    1515  </indexterm>
    1616
     
    1818    <title/>
    1919
    20     <para>CLooG-PPL is a library to generate code for scanning Z-polyhedra.
     20    <para>CLooG is a library to generate code for scanning Z-polyhedra.
    2121    In other words, it finds code that reaches each integral point of one or
    2222    more parameterized polyhedra.  GCC links with this library in order to
     
    2626
    2727  <sect2 role="installation">
    28     <title>Installation of CLooG-PPL</title>
     28    <title>Installation of CLooG</title>
    2929
    30     <para os="a">Prepare CLooG-PPL for compilation:</para>
     30    <para os="a">Prepare CLooG for compilation:</para>
    3131
    3232<screen os="b"><userinput>CC="gcc -isystem /usr/include" \
    3333LDFLAGS="-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>
    3639
    3740    <para os="c">Compile the package:</para>
     
    4043
    4144    <important os="e">
    42       <para>The test suite for CLooG-PPL is considered
     45      <para>The test suite for CLooG is considered
    4346      critical. Do not skip it under any circumstance.</para>
    4447    </important>
     
    4649    <para os="f">Test the results:</para>
    4750
    48 <screen os="g"><userinput>make check</userinput></screen>
     51<screen os="g"><userinput remap="test">make check</userinput></screen>
    4952
    5053    <para os="h">Install the package:</para>
     
    5457  </sect2>
    5558
    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>
    5861
    5962    <segmentedlist>
    60       <segtitle>Installed programs</segtitle>
     63      <segtitle>Installed program</segtitle>
    6164      <segtitle>Installed libraries</segtitle>
    62       <segtitle>Installed directory</segtitle>
     65      <segtitle>Installed directories</segtitle>
    6366
    6467      <seglistitem>
    6568        <seg>cloog</seg>
    66         <seg>libcloog.[a,so]</seg>
     69        <seg>libcloog-isl.[a,so]</seg>
    6770        <seg>/usr/include/cloog</seg>
    6871      </seglistitem>
     
    7881        <listitem>
    7982          <para>Loop generator for scanning Z-polyhedra</para>
    80           <indexterm zone="ch-system-cloog-ppl cloog">
     83          <indexterm zone="ch-system-cloog cloog">
    8184            <primary sortas="b-cloog">cloog</primary>
    8285          </indexterm>
     
    8487      </varlistentry>
    8588
    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>
    8891        <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>
    9295          </indexterm>
    9396        </listitem>
Note: See TracChangeset for help on using the changeset viewer.