mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
dev-python/pyblake2: Backport -fno-tree-vectorize to stable version
Bug: https://bugs.gentoo.org/638428
This commit is contained in:
@@ -46,6 +46,11 @@ python_prepare_all() {
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
python_configure_all() {
|
||||
# reported to break stuff, https://bugs.gentoo.org/638428
|
||||
append-flags -fno-tree-vectorize
|
||||
}
|
||||
|
||||
python_test() {
|
||||
"${EPYTHON}" test/test.py || die "Tests fail with ${EPYTHON}"
|
||||
}
|
||||
Reference in New Issue
Block a user