commit:     18d842851da452a7c6acaa3ea9fc61158bb6bb50
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 11 22:59:06 2020 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Jun 11 23:25:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18d84285

sci-libs/openblas: disable -fcheck=all as well.

We already had to disable -fcheck-bounds, but -fcheck=all enables the
bounds checks in addition to whatever else it enables, so we have to
filter that flag too.

Bug: https://bugs.gentoo.org/726474
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 sci-libs/openblas/openblas-0.3.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/openblas/openblas-0.3.9-r1.ebuild 
b/sci-libs/openblas/openblas-0.3.9-r1.ebuild
index cb255367b63..b0daf6becad 100644
--- a/sci-libs/openblas/openblas-0.3.9-r1.ebuild
+++ b/sci-libs/openblas/openblas-0.3.9-r1.ebuild
@@ -34,7 +34,7 @@ pkg_setup() {
        # We need to filter these while building the library, and not just
        # while building the test suite. Will hopefully get fixed upstream:
        # https://github.com/xianyi/OpenBLAS/issues/2657
-       use test && filter-flags "-fbounds-check" "-fcheck=bounds"
+       use test && filter-flags "-fbounds-check" "-fcheck=bounds" "-fcheck=all"
 
        export CC=$(tc-getCC) FC=$(tc-getFC)
 

Reply via email to