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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.