IRC channel logs

2025-05-15.log

back to list of logs

<trannus_aran>anyone here know how to package a cmake project for guix that relies on calling `cmake` in a directory *other* than `./build`?
<dthompson>trannus_aran: check to see if there is a build system argument for this and, if not, you can insert a phase before the phase that calls cmake and chdir appropriately
<trannus_aran>dthompson: thx! I actually managed to get it working for the cmake lib. Now the issue is the app that relies on said library can't seem to find it (the app autogens, configures, and almost builds with gnu-build-system, but fails when it can't find that lib)
<trannus_aran>(namely, SoftFloat-milieu.h within the s3fh package, even after it's in my guix store, hmmm)