diff options
-rw-r--r-- | sci-chemistry/pymol/pymol-3.0.0.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
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 ) } |