Skip to content

Commit

Permalink
python3-pivy: broken on 32-bit ppc
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
q66 authored and Hoshpak committed Oct 12, 2019
1 parent 9dfd8ca commit 3c98b5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions srcpkgs/python3-pivy/template
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ distfiles="https://bitbucket.org/Coin3D/pivy/get/${version}.tar.gz"
checksum=2ee684dbf0f52c05b491c5423013fd82e679614bffee23641485248c8a790c4e
nocross="require coin-config script"

case "$XBPS_TARGET_MACHINE" in
ppc64*);;
ppc*) broken="{standard input}:3376761: Error: operand out of range";;
esac

post_extract() (
# use setup_old.py until have Coin with cmake support
mv -f setup_old.py setup.py
Expand Down

0 comments on commit 3c98b5b

Please sign in to comment.