Leo Famulari skribis: > On Tue, May 04, 2021 at 08:56:57AM +0000, Guillaume Le Vaillant wrote: >> * gnu/packages/radio.scm (csdr): New variable. >> + `(#:make-flags >> + (list (string-append "PREFIX=" (assoc-ref %outputs "out")) >> + "PARSEVECT=no") > > Can you document this parameter in a code comment? Yes, I'll add a comment. For info, when 'PARSEVECT' is 'yes', after compiling the program a table indicating which functions are optimized with SIMD instructions and which are not is printed. As we don't do anything of this info and it brings python2 in the dependencies, I disabled it.