Ignore:
Timestamp:
Apr 16, 2011, 2:33:52 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Children:
2643b9b4
Parents:
7b0cc7e8 (diff), af891d2 (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 simp

Location:
BOOK/final-system/common
Files:
3 edited

Legend:

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

    r7b0cc7e8 raf43a09  
    2727  <sect2 role="installation">
    2828    <title>Installation of CLooG-PPL</title>
    29 
    30     <para os="p1">When this version of CLooG-PPL was packaged it was missing
    31     a few files related to Libtool. The following patch adds them back in and
    32     regenerted Automake and Autoconf.</para>
    33 
    34 <screen os="p2"><userinput>patch -Np1 -i ../&cloog-ppl-autogen-patch;</userinput></screen>
    3529
    3630    <para os="a">Prepare CLooG-PPL for compilation:</para>
  • BOOK/final-system/common/mpc.xml

    r7b0cc7e8 raf43a09  
    2929
    3030<screen os="b"><userinput>CC="gcc -isystem /usr/include" \
    31 LDFLAGS="-Wl,-rpath-link,/lib" \
     31LDFLAGS="-Wl,-rpath-link,/lib" EGREP="grep -E" \
    3232./configure --prefix=/usr</userinput></screen>
    3333
  • BOOK/final-system/common/ppl.xml

    r7b0cc7e8 raf43a09  
    2626  <sect2 role="installation">
    2727    <title>Installation of PPL</title>
    28 
    29     <para os="s1">The following fixes an issue when detecting newer versions
    30     of GMP.</para>
    31 
    32 <screen os="s2"><userinput>sed -i "s/__GMP_BITS_PER_MP_LIMB/GMP_LIMB_BITS/g" configure</userinput></screen>
    3328
    3429    <para os="a">Prepare PPL for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.