Changeset e81afa2 for BOOK/final-system
- Timestamp:
- Jul 25, 2010, 3:23:40 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:
- 54d2269
- Parents:
- 134074b
- Location:
- BOOK/final-system
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/cloog-ppl.xml
r134074b re81afa2 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 the31 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>34 29 35 30 <para os="a">Prepare CLooG-PPL for compilation:</para> -
BOOK/final-system/common/ppl.xml
r134074b re81afa2 18 18 <title/> 19 19 20 20 <para>The Parma Polyhedra Library (PPL) provides numerical abstractions 21 21 especially targeted at applications in the field of analysis and 22 22 verification of complex systems. CLooG-PPL requires this library.</para> … … 26 26 <sect2 role="installation"> 27 27 <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> 28 33 29 34 <para os="a">Prepare PPL for compilation:</para> -
BOOK/final-system/mips64/ppl-64bit.xml
r134074b re81afa2 22 22 <title>Installation of PPL</title> 23 23 24 <!--25 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 25 href="../common/ppl.xml" 27 xpointer="xpointer(//*[@os=' p1'])"/>26 xpointer="xpointer(//*[@os='s1']"/> 28 27 29 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 29 href="../common/ppl.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 32 --> 30 xpointer="xpointer(//*[@os='s2'])"/> 33 31 34 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/ppl-64bit.xml
r134074b re81afa2 22 22 <title>Installation of PPL</title> 23 23 24 <!--25 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 25 href="../common/ppl.xml" 27 xpointer="xpointer(//*[@os=' p1'])"/>26 xpointer="xpointer(//*[@os='s1'])"/> 28 27 29 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 29 href="../common/ppl.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 32 --> 30 xpointer="xpointer(//*[@os='s2'])"/> 33 31 34 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/ppl-n32.xml
r134074b re81afa2 23 23 <title>Installation of PPL</title> 24 24 25 <!--26 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 27 26 href="../common/ppl.xml" 28 xpointer="xpointer(//*[@os=' p1'])"/>27 xpointer="xpointer(//*[@os='s1'])"/> 29 28 30 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 31 30 href="../common/ppl.xml" 32 xpointer="xpointer(//*[@os='p2'])"/> 33 --> 31 xpointer="xpointer(//*[@os='s2'])"/> 34 32 35 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/ppl.xml
r134074b re81afa2 23 23 <title>Installation of PPL</title> 24 24 25 <!--26 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 27 26 href="../common/ppl.xml" 28 xpointer="xpointer(//*[@os=' p1'])"/>27 xpointer="xpointer(//*[@os='s1'])"/> 29 28 30 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 31 30 href="../common/ppl.xml" 32 xpointer="xpointer(//*[@os='p2'])"/> 33 --> 31 xpointer="xpointer(//*[@os='s2'])"/> 34 32 35 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.