Changeset 1070a2d
- Timestamp:
- Jan 8, 2011, 12:57:01 PM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 96f80a4
- Parents:
- df4f9ca
- Files:
-
- 1 added
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/cloog-ppl.xml
rdf4f9ca r1070a2d 23 23 <title>Installation of CLooG-PPL</title> 24 24 25 <!--26 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 27 26 href="../../final-system/common/cloog-ppl.xml" … … 31 30 href="../../final-system/common/cloog-ppl.xml" 32 31 xpointer="xpointer(//*[@os='p2'])"/> 33 -->34 32 35 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/common/cloog-ppl.xml
rdf4f9ca r1070a2d 27 27 <sect2 role="installation"> 28 28 <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> 29 35 30 36 <para os="a">Prepare CLooG-PPL for compilation:</para> -
BOOK/final-system/multilib/cloog-ppl-64bit.xml
rdf4f9ca r1070a2d 22 22 <title>Installation of CLooG-PPL</title> 23 23 24 <!--25 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 25 href="../common/cloog-ppl.xml" … … 30 29 href="../common/cloog-ppl.xml" 31 30 xpointer="xpointer(//*[@os='p2'])"/> 32 -->33 31 34 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/cloog-ppl-n32.xml
rdf4f9ca r1070a2d 23 23 <title>Installation of CLooG-PPL</title> 24 24 25 <!--26 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 27 26 href="../common/cloog-ppl.xml" … … 31 30 href="../common/cloog-ppl.xml" 32 31 xpointer="xpointer(//*[@os='p2'])"/> 33 -->34 32 35 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/cloog-ppl.xml
rdf4f9ca r1070a2d 23 23 <title>Installation of CLooG-PPL</title> 24 24 25 <!--26 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 27 26 href="../common/cloog-ppl.xml" … … 31 30 href="../common/cloog-ppl.xml" 32 31 xpointer="xpointer(//*[@os='p2'])"/> 33 -->34 32 35 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/introduction/common/changelog.xml
rdf4f9ca r1070a2d 41 41 <para>January 8, 2011</para> 42 42 <itemizedlist> 43 <listitem> 44 <para>[jciccone] - Updated CLooG-PPL to 0.15.10.</para> 45 </listitem> 43 46 <listitem> 44 47 <para>[jciccone] - Updated EGlibc 2.12 to r12509.</para> -
BOOK/materials/common/patches.xml
rdf4f9ca r1070a2d 25 25 url="&patches-root;&bash-branch_update-patch;"/></para> 26 26 <para>MD5 sum: <literal>&bash-branch_update-patch-md5;</literal></para> 27 </listitem> 28 </varlistentry> 29 30 <varlistentry> 31 <term>CLooG-PPL Autogen Patch - <token>&cloog-ppl-autogen-patch-size;</token>:</term> 32 <listitem> 33 <para>Download: <ulink 34 url="&patches-root;&cloog-ppl-autogen-patch;"/></para> 35 <para>MD5 sum: <literal>&cloog-ppl-autogen-patch-md5;</literal></para> 27 36 </listitem> 28 37 </varlistentry> -
BOOK/packages.ent
rdf4f9ca r1070a2d 61 61 <!ENTITY bzip2-home "http://www.bzip.org/"> 62 62 63 <!ENTITY cloog-ppl-version "0.15. 9">64 <!ENTITY cloog-ppl-size " 752KB">63 <!ENTITY cloog-ppl-version "0.15.10"> 64 <!ENTITY cloog-ppl-size "688 KB"> 65 65 <!ENTITY cloog-ppl-url "ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-&cloog-ppl-version;.tar.gz"> 66 <!ENTITY cloog-ppl-md5 " 806e001d1b1a6b130069ff6274900af5">66 <!ENTITY cloog-ppl-md5 "04aa756179b6d850d9ffa50f61b91895"> 67 67 <!ENTITY cloog-ppl-home "http://cloog.org"> 68 68 -
BOOK/patches.ent
rdf4f9ca r1070a2d 8 8 <!ENTITY bash-branch_update-patch-md5 "ba6107bdbe9cf7533e3a47e6a92eb4db"> 9 9 <!ENTITY bash-branch_update-patch-size "8 KB"> 10 11 <!ENTITY cloog-ppl-autogen-patch "cloog-ppl-&cloog-ppl-version;-autogen-1.patch"> 12 <!ENTITY cloog-ppl-autogen-patch-md5 "7e571071c0105f012bbe41f97f8d1da8"> 13 <!ENTITY cloog-ppl-autogen-patch-size "624 KB"> 10 14 11 15 <!ENTITY coreutils-uname-patch "coreutils-&coreutils-version;-uname-1.patch"> -
BOOK/temp-system/64/cloog-ppl.xml
rdf4f9ca r1070a2d 23 23 <title>Installation of CLooG-PPL</title> 24 24 25 <!--26 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 27 26 href="../common/cloog-ppl.xml" … … 31 30 href="../common/cloog-ppl.xml" 32 31 xpointer="xpointer(//*[@os='p2'])"/> 33 -->34 32 35 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/common/cloog-ppl.xml
rdf4f9ca r1070a2d 23 23 <title>Installation of CLooG-PPL</title> 24 24 25 <!--26 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 27 26 href="../../final-system/common/cloog-ppl.xml" … … 31 30 href="../../final-system/common/cloog-ppl.xml" 32 31 xpointer="xpointer(//*[@os='p2'])"/> 33 -->34 32 35 33 <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> -
BOOK/temp-system/multilib/cloog-ppl.xml
rdf4f9ca r1070a2d 23 23 <title>Installation of CLooG-PPL</title> 24 24 25 <!--26 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 27 26 href="../common/cloog-ppl.xml" … … 31 30 href="../common/cloog-ppl.xml" 32 31 xpointer="xpointer(//*[@os='p2'])"/> 33 -->34 32 35 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.