[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71925] [PATCH 2/2] gnu: klee: Build with klee-uclibc support.
From: |
Sören Tempel |
Subject: |
[bug#71925] [PATCH 2/2] gnu: klee: Build with klee-uclibc support. |
Date: |
Sun, 07 Jul 2024 18:50:30 +0200 |
Hello!
Liliana Marie Prikler <liliana.prikler@gmail.com> wrote:
> Can we make it so that it uses the file directly instead of inferring
> the name? Then we could install klee-uclibc to, say
> "/lib/klee/uclibc.a" and reference it in this build by said file name.
That would require us to patch KLEE's CMakeLists.txt and I am not sure
if that's worth it [1]. I think I would personally prefer using
search-input-file and dirname then. However, I am also still somewhat
new to Guix, could you elaborate what the problem with using
`(string-append "-DKLEE_UCLIBC_PATH=" #$klee-uclibc)` is (for the sake
of expanding my understanding of Guix in this regard)?
Greetings,
Sören
[1]: https://github.com/klee/klee/blob/v3.1/CMakeLists.txt#L480-L501
- [bug#71925] [PATCH 0/2] Add klee-uclibc., soeren, 2024/07/03
- [bug#71925] [PATCH 2/2] gnu: klee: Build with klee-uclibc support., soeren, 2024/07/03
- [bug#71925] [PATCH 2/2] gnu: klee: Build with klee-uclibc support., Liliana Marie Prikler, 2024/07/06
- [bug#71925] [PATCH 2/2] gnu: klee: Build with klee-uclibc support., Sören Tempel, 2024/07/07
- [bug#71925] [PATCH 2/2] gnu: klee: Build with klee-uclibc support., Liliana Marie Prikler, 2024/07/07
- [bug#71925] [PATCH 2/2] gnu: klee: Build with klee-uclibc support.,
Sören Tempel <=
- [bug#71925] [PATCH 2/2] gnu: klee: Build with klee-uclibc support., Liliana Marie Prikler, 2024/07/07
- [bug#71925] [PATCH 2/2] gnu: klee: Build with klee-uclibc support., Sören Tempel, 2024/07/07
- [bug#71925] [PATCH 2/2] gnu: klee: Build with klee-uclibc support., Liliana Marie Prikler, 2024/07/07
- [bug#71925] [PATCH 2/2] gnu: klee: Build with klee-uclibc support., Sören Tempel, 2024/07/07
[bug#71925] [PATCH 1/2] gnu: Add klee-uclibc., soeren, 2024/07/03
[bug#71925] [PATCH v2 1/2] gnu: Add klee-uclibc., soeren, 2024/07/07
[bug#71925] [PATCH v3 1/2] gnu: Add klee-uclibc., soeren, 2024/07/07