GNU bug report logs -
#72106
[PATCH 0/3] gnu: klee: Enable test suite
Previous Next
Reported by: soeren <at> soeren-tempel.net
Date: Sun, 14 Jul 2024 10:38:02 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Am Donnerstag, dem 25.07.2024 um 22:39 +0200 schrieb
soeren <at> soeren-tempel.net:
> From: Sören Tempel <soeren <at> soeren-tempel.net>
>
> * gnu/packages/check.scm (klee): Wrap klee-stats.
> ---
> gnu/packages/check.scm | 12 ++++++++++--
> 1 file changed, 10 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
> index 412b94569c..3c5ed7a3c3 100644
> --- a/gnu/packages/check.scm
> +++ b/gnu/packages/check.scm
> @@ -1070,7 +1070,15 @@ (define-public klee
> (substitute* "CMakeLists.txt"
>
> (("\\$\\{KLEE_UCLIBC_PATH\\}/lib/libc\\.a")
> "${KLEE_UCLIBC_PATH}"))))
> - (add-after 'install 'wrap-hooks
> + (add-after 'install 'wrap-klee-stats
> + (lambda* (#:key outputs #:allow-other-keys)
> + (let* ((out (assoc-ref outputs "out"))
> + (bin (string-append out "/bin")))
> + (wrap-program (string-append bin "/klee-
> stats")
> + `("GUIX_PYTHONPATH" ":" prefix
> + ,(search-path-as-string->list
> + (getenv "GUIX_PYTHONPATH")))))))
> + (add-after 'install 'wrap-klee
> (lambda* (#:key inputs outputs #:allow-
> other-keys)
> (let* ((out (assoc-ref outputs "out"))
> (bin (string-append out "/bin"))
Why not consolidate these into a single 'wrap phase?
Cheers
This bug report was last modified 299 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.