Package: mpich / 4.3.1-1

Metadata

Package Version Patches format
mpich 4.3.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0002 autogen.sh Avoid debian buggy which output.patch | (download)

autogen.sh | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 autogen.sh: avoid debian buggy which output

Debian's /usr/bin/which after Debian 11 release starts
printing deprecation warning, which causes configure error
("bash not found") when autogen.sh parses output merging
stdout and stderr using 2>&1.

To circumvent this problem, temporarily replace invocation to
which tool with POSIX-compliant "command -v".

Signed-off-by: Boyuan Yang <byang@debian.org>

undefined type gpu.patch | (download)

src/mpl/src/gpu/mpl_gpu_hip.c | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

---