commit: 05e449791a34defa3ab40141bf4b122e00f2f174 Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Wed Sep 4 21:42:58 2024 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Thu Sep 5 04:07:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05e44979
sci-chemistry/pymol: mark as LTO-unsafe Closes: https://bugs.gentoo.org/933235 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> sci-chemistry/pymol/pymol-3.0.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sci-chemistry/pymol/pymol-3.0.0.ebuild b/sci-chemistry/pymol/pymol-3.0.0.ebuild index f589a6cd9584..b6ec9fbef1e3 100644 --- a/sci-chemistry/pymol/pymol-3.0.0.ebuild +++ b/sci-chemistry/pymol/pymol-3.0.0.ebuild @@ -67,6 +67,11 @@ python_prepare_all() { } python_configure_all() { + # -Werror=odr + # https://bugs.gentoo.org/933235 + # https://github.com/schrodinger/pymol-open-source/issues/395 + filter-lto + use !netcdf && DISTUTILS_ARGS=( --no-vmd-plugins ) }
