python3-scikit-video: broken on ppc32
This commit is contained in:
parent
df5d3c5dab
commit
208681d556
|
@ -12,6 +12,11 @@ homepage="http://www.scikit-video.org/"
|
|||
distfiles="https://github.com/scikit-video/scikit-video/archive/${version}.tar.gz"
|
||||
checksum=0d28d9c08d43be56bd723c8387e90e599a5ce4b75c389717d190ccde0ef5d56f
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64*) ;;
|
||||
ppc*) broken="something with scipy and libatomic";;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue