python3-pivy: broken on 32-bit ppc
[ci skip]
This commit is contained in:
parent
9dfd8cacf5
commit
3c98b5b898
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue