diff options
author | 2024-07-22 23:22:26 -0400 | |
---|---|---|
committer | 2024-07-22 23:32:33 -0400 | |
commit | 194c51ef21d9f08768557166e3f0597f84c3ea94 (patch) | |
tree | e521a4f28a59747f7404c5dc698907f5f8d77675 /sci-mathematics | |
parent | sci-libs/indilib: remove outdated LTO workaround (diff) | |
download | gentoo-194c51ef21d9f08768557166e3f0597f84c3ea94.tar.gz gentoo-194c51ef21d9f08768557166e3f0597f84c3ea94.tar.bz2 gentoo-194c51ef21d9f08768557166e3f0597f84c3ea94.zip |
sci-mathematics/petsc: remove outdated LTO workaround
Fix is tagged in 3.20.6
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/petsc/petsc-3.21.3.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sci-mathematics/petsc/petsc-3.21.3.ebuild b/sci-mathematics/petsc/petsc-3.21.3.ebuild index 34622426cdb2..10be74f1f7e2 100644 --- a/sci-mathematics/petsc/petsc-3.21.3.ebuild +++ b/sci-mathematics/petsc/petsc-3.21.3.ebuild @@ -92,11 +92,6 @@ 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 |