diff options
author | jinqiang zhang <peeweep@0x0.ee> | 2022-12-09 17:36:47 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2023-01-13 05:44:00 +0800 |
commit | bffd7b73403b401ed5df4c6ecd0294e4f4543628 (patch) | |
tree | 9b90cb67e48663440683afb46bb2b79973c7e79d /sys-cluster/mpich | |
parent | x11-wm/qtile: Keyword 0.22.1-r1 riscv, #890573 (diff) | |
download | gentoo-bffd7b73403b401ed5df4c6ecd0294e4f4543628.tar.gz gentoo-bffd7b73403b401ed5df4c6ecd0294e4f4543628.tar.bz2 gentoo-bffd7b73403b401ed5df4c6ecd0294e4f4543628.zip |
sys-cluster/mpich: fix riscv test failed
Closes: https://bugs.gentoo.org/884809
Signed-off-by: jinqiang zhang <peeweep@0x0.ee>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'sys-cluster/mpich')
-rw-r--r-- | sys-cluster/mpich/mpich-3.4.3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-cluster/mpich/mpich-3.4.3.ebuild b/sys-cluster/mpich/mpich-3.4.3.ebuild index 285928166e97..9f2aecfc47a9 100644 --- a/sys-cluster/mpich/mpich-3.4.3.ebuild +++ b/sys-cluster/mpich/mpich-3.4.3.ebuild @@ -127,6 +127,7 @@ multilib_src_configure() { } multilib_src_test() { + export USE_VALGRIND=0 #884809 emake -j1 check } |