To follow-up on https://gitlab.kitware.com/cmake/cmake/-/issues/26658#note_1621098, it appears CMake never set RPATH itself for installed binaries. So the project must set it themselves to the…
I think this issue can now be closed. I'm still using -DSD_LIBDIR=bin
in the Guix package but no other SD_* variables, as I now know these ideally shouldn't be messed with, and not seeing any…
Good idea! Oh, you are at FOSDEM? Neat, say hi to the Guix folks for me, and enjoy! :-).
Having Icon=
in the .desktop file point to a nonexistent file would not be fatal; it'd simply show a default dummy icon instead. For this reason, I think it may be better to leave this file…
I'd also rather avoid SD_BINDIR
, but doing so would require changing a few things. As things stand, the speed-dreams-2
binary is installed to something computed by the [SD_INSTALL_FILES
](http…
I have just merged speed-dreams/speed-dreams-code#52 to fix one last standing issue with the CI/CD on forked repositories. @apteryx could you please rebase…
Ah, just read your old commit, seems the CPACK variables are not available in this context (CMake listfiles). That's bad. I've reported it to them, hoping to save you some time (https://gitlab.kit…
I see! Thanks for the background information. CPACK_PACKAGING_INSTALL_PREFIX is documented like this in CMake's manual:
25.7.7 CPACK_PACKAGING_INSTALL_PREFIX
---------------------------…
(for the record, this didn't break the execution, but it was flagged an unclean by the validate-runpath
phase in Guix tooling)