commit: 19b02b8468d4c21a109ff76ed84b0f933b797560 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Oct 15 21:41:14 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Oct 15 21:43:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b02b84
sys-cluster/mpich: restore missing configure option Bug: https://bugs.gentoo.org/815427 Bug: https://bugs.gentoo.org/show_bug.cgi?id=815424 Bug: https://bugs.gentoo.org/show_bug.cgi?id=815166 Bug: https://bugs.gentoo.org/show_bug.cgi?id=814776 Bug: https://bugs.gentoo.org/show_bug.cgi?id=814587 Bug: https://bugs.gentoo.org/show_bug.cgi?id=814584 Bug: https://bugs.gentoo.org/show_bug.cgi?id=814581 Closes: https://bugs.gentoo.org/show_bug.cgi?id=814548 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-cluster/mpich/{mpich-3.0.4.ebuild => mpich-3.0.4-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/mpich/mpich-3.0.4.ebuild b/sys-cluster/mpich/mpich-3.0.4-r1.ebuild similarity index 98% rename from sys-cluster/mpich/mpich-3.0.4.ebuild rename to sys-cluster/mpich/mpich-3.0.4-r1.ebuild index 828fec76358..08d63fd1943 100644 --- a/sys-cluster/mpich/mpich-3.0.4.ebuild +++ b/sys-cluster/mpich/mpich-3.0.4-r1.ebuild @@ -86,7 +86,7 @@ src_configure() { #unset CFLAGS CPPFLAGS CXXFLAGS FFLAGS FCFLAGS LDFLAGS # Forcing Bash as there's quite a few bashisms in the build system - CONFIG_SHELL="${BROOT}/bin/bash" econf \ + CONFIG_SHELL="${BROOT}/bin/bash" econf ${c} \ --with-pm=hydra \ --disable-mpe \ --disable-fast \
