Re: Add path to a guix package into CMakeLists.txt

2024-10-04 Thread Felix Lechner via
Hi Aristide, On Thu, Oct 03 2024, Andreas Enge wrote: > (let* ((lrs (assoc-ref inputs "lrslib")) Andreas practically co-founded Guix and I'm a noobie, but I think Lily might have told me once that 'search-input-file' is now preferred. Kind regards Felix

Re: Add path to a guix package into CMakeLists.txt

2024-10-03 Thread Andreas Enge
Hello Aristide, Am Mon, Sep 30, 2024 at 05:44:26PM +0200 schrieb Aristide Doussot: > into the already installed guix version of aocommon, in my case it would be > "include_directories(/gnu/store/1wiw8m5yjcr26pcqhzbh7bw5ghvbaw90-aocommon-0.0.0-1.7329a07/include/)" > However I don't think other user

Add path to a guix package into CMakeLists.txt

2024-09-30 Thread Aristide Doussot
Hello,     I am new with Guix and currently Guixifying an astronomical library (called Wsclean) which directly includes some code from another library (namely aocommon) that is already on guix astronomy.scm. In the CMakeLists.txt of the library I am trying to install, I want to change the lin