all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* valgrind
@ 2023-01-25 11:01 Andreas Enge
  2023-01-25 12:39 ` valgrind zimoun
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Enge @ 2023-01-25 11:01 UTC (permalink / raw)
  To: guix-devel

Hello,

I am a bit confused about the valgrind situation. Currently there are three
packages:
(define-public valgrind
  (package
    (name "valgrind")
    (version "3.17.0")
    (properties '((hidden? . #t)))))

(define-public valgrind/interactive
  (package/inherit
   valgrind
   (version "3.17.0")

(define-public valgrind-3.20
  (package
    (inherit valgrind/interactive)
    (version "3.20.0")

I have the impression that my past problems with using valgrind have been
solved since the upgrade to 3.20.0, which is the one installed by
"guix package -i valgrind".

On the other hand, the first package is the one used as input to other
packages.

Is version 3.17 really needed? Is the distinction between the hidden package
and the "interactive" package still important?

Andreas



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-01-31 11:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-25 11:01 valgrind Andreas Enge
2023-01-25 12:39 ` valgrind zimoun
2023-01-25 13:16   ` valgrind Andreas Enge
2023-01-30 21:46     ` valgrind Ludovic Courtès
2023-01-31 10:34     ` valgrind Simon Tournier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.