Changeset b4ecd79c
- Timestamp:
- 09/14/2014 06:38:57 AM (10 years ago)
- Branches:
- 7.6-blfs, 7.6-systemd, kde5-14686, systemd-13485
- Children:
- 86eabd5a
- Parents:
- ded672e
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/valgrind.xml
rded672e rb4ecd79c 7 7 <!ENTITY valgrind-download-http "http://valgrind.org/downloads/valgrind-&valgrind-version;.tar.bz2"> 8 8 <!ENTITY valgrind-download-ftp " "> 9 <!ENTITY valgrind-md5sum " 0947de8112f946b9ce64764af7be6df2">10 <!ENTITY valgrind-size " 9.6MB">11 <!ENTITY valgrind-buildsize " 439MB">12 <!ENTITY valgrind-time "1. 2 SBU and iand additional 4.7SBU for tests">9 <!ENTITY valgrind-md5sum "7c311a72a20388aceced1aa5573ce970"> 10 <!ENTITY valgrind-size "10.4 MB"> 11 <!ENTITY valgrind-buildsize "672 MB"> 12 <!ENTITY valgrind-time "1.3 SBU and an additional 4.5 SBU for tests"> 13 13 ]> 14 14 … … 79 79 <para role="optional"> 80 80 <xref linkend="boost"/>, 81 <xref linkend="llvm"/> (with Clang), and 81 <xref linkend="llvm"/> (with Clang), 82 <xref linkend="gdb"/> (for tests), and 82 83 <ulink url="http://www.openmp.org/">OpenMP</ulink> 83 84 </para> … … 100 101 commands:</para> 101 102 102 <screen><userinput>sed -i 's|2.18|2.20|' configure && 103 sed -i 's|/doc/valgrind||' docs/Makefile.in && 103 <screen><userinput>sed -i 's|/doc/valgrind||' docs/Makefile.in && 104 104 105 105 ./configure --prefix=/usr \ … … 129 129 <sect2 role="commands"> 130 130 <title>Command Explanations</title> 131 132 <para>133 <command>sed s|2.18|2.20| ... </command>: This sed allows the program to build134 with glibc-2.20.135 </para>136 131 137 132 <para> -
introduction/welcome/changelog.xml
rded672e rb4ecd79c 44 44 45 45 --> 46 <listitem> 47 <para>September 14th, 2014</para> 48 <itemizedlist> 49 <listitem> 50 <para>[bdubbs] - Update to valgrind-3.10.0. Fixes 51 <ulink url="&blfs-ticket-root;5506">#5506</ulink>.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 46 56 <listitem> 47 57 <para>September 12th, 2014</para> -
packages.ent
rded672e rb4ecd79c 273 273 <!ENTITY vala-major-version "0.24"> <!-- even minors only --> 274 274 <!ENTITY vala-version "&vala-major-version;.0"> 275 <!ENTITY valgrind-version "3. 9.0">275 <!ENTITY valgrind-version "3.10.0"> 276 276 <!ENTITY yasm-version "1.3.0"> 277 277
Note:
See TracChangeset
for help on using the changeset viewer.