diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-03-20 01:03:48 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-20 06:17:06 +0000 |
commit | acd8fdb9c2b373a613ad72eaf8dcc21136b5035d (patch) | |
tree | 6798bef6bb5631e766db5de03d0a4a0598462340 /sci-mathematics | |
parent | sci-mathematics/petsc: drop outdated build time dep on which (diff) | |
download | gentoo-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.ebuild | 5 |
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 |