mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/pyblake2: Try to disable -ftree-vectorize to avoid segv
Bug: https://bugs.gentoo.org/638428
This commit is contained in:
@@ -47,6 +47,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