summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-03-20 01:03:48 -0400
committerSam James <sam@gentoo.org>2024-03-20 06:17:06 +0000
commitacd8fdb9c2b373a613ad72eaf8dcc21136b5035d (patch)
tree6798bef6bb5631e766db5de03d0a4a0598462340 /sci-mathematics
parentsci-mathematics/petsc: drop outdated build time dep on which (diff)
downloadgentoo-acd8fdb9c2b373a613ad72eaf8dcc21136b5035d.tar.gz
gentoo-acd8fdb9c2b373a613ad72eaf8dcc21136b5035d.tar.bz2
gentoo-acd8fdb9c2b373a613ad72eaf8dcc21136b5035d.zip
sci-mathematics/petsc: mark as LTO-unsafe
Closes: https://bugs.gentoo.org/863260 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/petsc/petsc-3.19.4.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/sci-mathematics/petsc/petsc-3.19.4.ebuild b/sci-mathematics/petsc/petsc-3.19.4.ebuild
index 30f4763b16a3..fcd1c43750f1 100644
--- a/sci-mathematics/petsc/petsc-3.19.4.ebuild
+++ b/sci-mathematics/petsc/petsc-3.19.4.ebuild
@@ -92,6 +92,11 @@ petsc_select() {
}
src_configure() {
+ # -Werror=lto-type-mismatch
+ # https://bugs.gentoo.org/863260
+ # https://gitlab.com/petsc/petsc/-/issues/1560
+ filter-lto
+
# bug 548498
# PETSc runs mpi processes during configure that result in a sandbox
# violation by trying to open /proc/mtrr rw. This is not easy to