diff options
author | Sam James <sam@gentoo.org> | 2021-10-15 22:41:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-15 22:43:17 +0100 |
commit | 19b02b8468d4c21a109ff76ed84b0f933b797560 (patch) | |
tree | dcac8dfd4aa2ab60c7ef254ac77b5ef7e195dce1 | |
parent | sys-cluster/mpich2: Restore missing conf opts (diff) | |
download | gentoo-19b02b8468d4c21a109ff76ed84b0f933b797560.tar.gz gentoo-19b02b8468d4c21a109ff76ed84b0f933b797560.tar.bz2 gentoo-19b02b8468d4c21a109ff76ed84b0f933b797560.zip |
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@gentoo.org>
-rw-r--r-- | sys-cluster/mpich/mpich-3.0.4-r1.ebuild (renamed from sys-cluster/mpich/mpich-3.0.4.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/mpich/mpich-3.0.4.ebuild b/sys-cluster/mpich/mpich-3.0.4-r1.ebuild index 828fec76358a..08d63fd1943e 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 \ |