Changeset afc74a1


Ignore:
Timestamp:
Jun 3, 2013, 12:54:49 PM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
fa72b0b7
Parents:
ab0d03b
Message:

Update ClooG to 0.18.0.

Location:
BOOK
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/cloog.xml

    rab0d03b rafc74a1  
    2222  <sect2 role="installation">
    2323    <title>Installation of CLooG</title>
    24 
    25     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../../temp-system/common/cloog.xml"
    27     xpointer="xpointer(//*[@os='s1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../temp-system/common/cloog.xml"
    31     xpointer="xpointer(//*[@os='s2'])"/>
    3224
    3325    <para os="a">Prepare CLooG for compilation:</para>
  • BOOK/temp-system/64/cloog.xml

    rab0d03b rafc74a1  
    2222  <sect2 role="installation">
    2323    <title>Installation of CLooG</title>
    24 
    25     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../common/cloog.xml"
    27     xpointer="xpointer(//*[@os='s1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../common/cloog.xml"
    31     xpointer="xpointer(//*[@os='s2'])"/>
    3224
    3325    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/common/cloog.xml

    rab0d03b rafc74a1  
    2323    <title>Installation of CLooG</title>
    2424
    25     <para os="s1">The following prevents the configure script from setting <envar>LD_LIBRARY_PATH</envar> when it finds PPL. This will prevent any conflicts with libraries from the host system:</para>
    26 
    27 <screen os="s2"><userinput>cp -v configure{,.orig}
    28 sed -e "/LD_LIBRARY_PATH=/d" \
    29     configure.orig &gt; configure</userinput></screen>
    30 
    3125    <para os="a">Prepare CLooG for compilation:</para>
    3226
     
    3731    <para os="c">Compile the package:</para>
    3832
    39 <screen os="d"><userinput>make</userinput></screen>
     33<screen os="d"><userinput>make -C isl
     34make -C isl install
     35make</userinput></screen>
    4036
    4137    <para os="e">Install the package:</para>
  • BOOK/temp-system/multilib/cloog.xml

    rab0d03b rafc74a1  
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2626    href="../common/cloog.xml"
    27     xpointer="xpointer(//*[@os='s1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../common/cloog.xml"
    31     xpointer="xpointer(//*[@os='s2'])"/>
    32 
    33     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../common/cloog.xml"
    3527        xpointer="xpointer(//*[@os='a'])"/>
    3628
    3729<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    3830    --build=${CLFS_HOST} --host=${CLFS_TARGET}  --libdir=/tools/lib64 \
    39      --enable-shared --with-gmp-prefix=/tools </userinput></screen>
     31     --enable-shared --with-gmp-prefix=/tools</userinput></screen>
    4032
    4133    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.