guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/07: gnu: valgrind: Add 3.15.0.


From: guix-commits
Subject: 06/07: gnu: valgrind: Add 3.15.0.
Date: Sat, 20 Apr 2019 18:52:28 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 5502fbd7fd8073e7eeb0b447530d7c88c1b79367
Author: Ludovic Courtès <address@hidden>
Date:   Sun Apr 21 00:18:45 2019 +0200

    gnu: valgrind: Add 3.15.0.
    
    * gnu/packages/valgrind.scm (valgrind-3.15): New variable.
---
 gnu/packages/valgrind.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/valgrind.scm b/gnu/packages/valgrind.scm
index 0a6206b..14f45db 100644
--- a/gnu/packages/valgrind.scm
+++ b/gnu/packages/valgrind.scm
@@ -84,3 +84,18 @@ also use Valgrind to build new tools.")
     ;; Building VEX on mips64el-linux fails with "opcode not supported on this
     ;; processor: mips3".
     (supported-systems (delete "mips64el-linux" %supported-systems))))
+
+(define-public valgrind-3.15
+  (package
+    (inherit valgrind)
+    (version "3.15.0")
+    (source (origin
+              (method url-fetch)
+              (uri (list (string-append "http://www.valgrind.org/downloads";
+                                        "/valgrind-" version ".tar.bz2")
+                         (string-append "ftp://sourceware.org/pub/valgrind";
+                                        "/valgrind-" version ".tar.bz2")))
+              (sha256
+               (base32
+                "1ccawxrni8brcvwhygy12iprkvz409hbr9xkk1bd03gnm2fplz21"))
+              (patches (search-patches "valgrind-enable-arm.patch"))))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]