Skip to content

Commit

Permalink
dev-python/pyblake2: Try to disable -ftree-vectorize to avoid segv
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Nov 22, 2017
1 parent c3579f3 commit 5dddb56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev-python/pyblake2/pyblake2-1.0.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}

0 comments on commit 5dddb56

Please sign in to comment.