name : valgrind version : 3.22.0 release : 19 source : - https://sourceware.org/pub/valgrind/valgrind-3.22.0.tar.bz2 : c811db5add2c5f729944caf47c4e7a65dcaabb9461e472b578765dd7bf6d2d4c license : GPL-2.0-or-later component : programming.tools homepage : https://valgrind.org/ summary : Instrumentation framework for analysis tools description: | Valgrind is an instrutmentation framework for building dynamic analysis tools. It can detect memory management and threading bugs, along with profiling in detail. Extremely useful for debugging. rundeps : - glibc-dbginfo optimize : - no-bind-now setup : | %configure CFLAGS="$CFLAGS -fno-stack-protector" CXXFLAGS="$CXXFLAGS -fno-exceptions" build : | %make install : | %make_install patterns : - docs : /usr/share/doc