Changeset a5ca7b0
- Timestamp:
- Jul 25, 2010, 12:11:53 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:
- 7816bd1
- Parents:
- 757a9c2
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/cloog-ppl.xml
r757a9c2 ra5ca7b0 27 27 <sect2 role="installation"> 28 28 <title>Installation of CLooG-PPL</title> 29 30 <para os="s1">The following causes the configure script to look for the 31 version of PPL that was compiled in the previous step.</para> 32 33 <screen os="s2"><userinput>sed -i "s/^\(ppl_minor_version\)=.[0-9]/\1=11/" configure</userinput></screen> 29 34 30 35 <para os="a">Prepare CLooG-PPL for compilation:</para> -
BOOK/introduction/common/changelog.xml
r757a9c2 ra5ca7b0 40 40 <para>July 25, 2010</para> 41 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Updated Cloog-PPL to 0.15.9.</para> 44 </listitem> 42 45 <listitem> 43 46 <para>[jciccone] - Updated PPL to 0.11pre24.</para> -
BOOK/packages.ent
r757a9c2 ra5ca7b0 67 67 <!ENTITY bzip2-home "http://www.bzip.org/"> 68 68 69 <!ENTITY cloog-ppl-version "0.15. 7">70 <!ENTITY cloog-ppl-size "7 49KB">69 <!ENTITY cloog-ppl-version "0.15.9"> 70 <!ENTITY cloog-ppl-size "752 KB"> 71 71 <!ENTITY cloog-ppl-url "ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-&cloog-ppl-version;.tar.gz"> 72 <!ENTITY cloog-ppl-md5 " 6455e7875daac5bd885545c71c3f2001">72 <!ENTITY cloog-ppl-md5 "806e001d1b1a6b130069ff6274900af5"> 73 73 <!ENTITY cloog-ppl-home "http://cloog.org"> 74 74 -
BOOK/temp-system/common/cloog-ppl.xml
r757a9c2 ra5ca7b0 33 33 --> 34 34 35 <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>35 <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. Also, Have the configure script look for the version of PPL that we compiled in the previous step:</para> 36 36 37 37 <screen os="s2"><userinput>cp -v configure{,.orig} 38 sed "/LD_LIBRARY_PATH=/d" configure.orig > configure</userinput></screen> 38 sed -e "/LD_LIBRARY_PATH=/d" \ 39 -e "s/^\(ppl_minor_version\)=.[0-9]/\1=11/" \ 40 configure.orig > configure</userinput></screen> 39 41 40 42 <para os="a">Prepare CLooG-PPL for compilation:</para>
Note:
See TracChangeset
for help on using the changeset viewer.