Changeset b4ecd79c for general/prog/valgrind.xml
- Timestamp:
- 09/14/2014 06:38:57 AM (9 years ago)
- Branches:
- 7.6-blfs, 7.6-systemd, kde5-14686, systemd-13485
- Children:
- 86eabd5a
- Parents:
- ded672e
- File:
-
- 1 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>
Note:
See TracChangeset
for help on using the changeset viewer.