Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/mpich/
Date: Fri, 15 Oct 2021 21:43:42
Message-Id: 1634334197.19b02b8468d4c21a109ff76ed84b0f933b797560.sam@gentoo
1 commit: 19b02b8468d4c21a109ff76ed84b0f933b797560
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 15 21:41:14 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 15 21:43:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b02b84
7
8 sys-cluster/mpich: restore missing configure option
9
10 Bug: https://bugs.gentoo.org/815427
11 Bug: https://bugs.gentoo.org/show_bug.cgi?id=815424
12 Bug: https://bugs.gentoo.org/show_bug.cgi?id=815166
13 Bug: https://bugs.gentoo.org/show_bug.cgi?id=814776
14 Bug: https://bugs.gentoo.org/show_bug.cgi?id=814587
15 Bug: https://bugs.gentoo.org/show_bug.cgi?id=814584
16 Bug: https://bugs.gentoo.org/show_bug.cgi?id=814581
17 Closes: https://bugs.gentoo.org/show_bug.cgi?id=814548
18 Signed-off-by: Sam James <sam <AT> gentoo.org>
19
20 sys-cluster/mpich/{mpich-3.0.4.ebuild => mpich-3.0.4-r1.ebuild} | 2 +-
21 1 file changed, 1 insertion(+), 1 deletion(-)
22
23 diff --git a/sys-cluster/mpich/mpich-3.0.4.ebuild b/sys-cluster/mpich/mpich-3.0.4-r1.ebuild
24 similarity index 98%
25 rename from sys-cluster/mpich/mpich-3.0.4.ebuild
26 rename to sys-cluster/mpich/mpich-3.0.4-r1.ebuild
27 index 828fec76358..08d63fd1943 100644
28 --- a/sys-cluster/mpich/mpich-3.0.4.ebuild
29 +++ b/sys-cluster/mpich/mpich-3.0.4-r1.ebuild
30 @@ -86,7 +86,7 @@ src_configure() {
31 #unset CFLAGS CPPFLAGS CXXFLAGS FFLAGS FCFLAGS LDFLAGS
32
33 # Forcing Bash as there's quite a few bashisms in the build system
34 - CONFIG_SHELL="${BROOT}/bin/bash" econf \
35 + CONFIG_SHELL="${BROOT}/bin/bash" econf ${c} \
36 --with-pm=hydra \
37 --disable-mpe \
38 --disable-fast \