Re: Disable b2sum from coreutils?

2020-07-02 Thread Kaz Kylheku (Coreutils)
On 2020-07-01 22:18, Jeffrey Walton wrote: Hi Everyone, The BLAKE2 folks have optimized implementations for b2sum on i686, x86_64, NEON and PowerPC. It also has more options than the coreutils version. I'd like to disable b2sum in coreutils and use the BLAKE2 team's version. This is a job

Re: Disable b2sum from coreutils?

2020-07-02 Thread Leslie S Satenstein via GNU coreutils General Discussion
to disable b2sum from coreutils? If so, how? Thanks in advance.

Re: Disable b2sum from coreutils?

2020-07-02 Thread Erik Auerswald
use the BLAKE2 team's version. > > Is it possible to disable b2sum from coreutils? If so, how? The file 'build-aux/gen-lists-of-programs.sh' defines whcih programs are actually built. It may be possible to just move 'b2sum' from 'normal_progs' to 'disabled_by_default_progs' there. HTH,

Disable b2sum from coreutils?

2020-07-01 Thread Jeffrey Walton
Hi Everyone, The BLAKE2 folks have optimized implementations for b2sum on i686, x86_64, NEON and PowerPC. It also has more options than the coreutils version. I'd like to disable b2sum in coreutils and use the BLAKE2 team's version. Is it possible to disable b2sum from coreutils? If so, how