IRC channel logs

2023-09-24.log

back to list of logs

<efraim>I think I've figured out how to use glibc-hwcaps with guix packages
<efraim> https://git.genenetwork.org/guix-bioinformatics/tree/gn/packages/bioinformatics.scm?id=283304f54edbac26a62368e76460528ec478dc61#n2038 for odgi, with a few variants, combined together in glibc-hwcaps
<efraim>`guix shell gcc-toolchain -- ldd /path/to/odgi/bin/odgi on my machine shows it's using the x86-64-v3 library
<efraim> https://git.genenetwork.org/guix-bioinformatics/commit/?id=283304f54edbac26a62368e76460528ec478dc61 and then the commit where I put it together
<efraim>I figure I'll write a blogpost about it later when I get a chance, seems like it'd be good for combining with guix pack