mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/numpy: filter LTO, add bug references
Closes: https://bugs.gentoo.org/853901 Closes: https://bugs.gentoo.org/922457 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -54,6 +54,9 @@ EPYTEST_XDIST=1
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_prepare_all() {
|
||||
# bug #922457
|
||||
filter-lto
|
||||
# https://github.com/numpy/numpy/issues/25004
|
||||
append-flags -fno-strict-aliasing
|
||||
|
||||
distutils-r1_python_prepare_all
|
||||
|
||||
@@ -57,6 +57,9 @@ python_prepare_all() {
|
||||
"${FILESDIR}/${P}-gcc14.patch"
|
||||
)
|
||||
|
||||
# bug #922457
|
||||
filter-lto
|
||||
# https://github.com/numpy/numpy/issues/25004
|
||||
append-flags -fno-strict-aliasing
|
||||
|
||||
distutils-r1_python_prepare_all
|
||||
|
||||
Reference in New Issue
Block a user