arpack-ng: mark as broken on armv[56]l*

This commit is contained in:
maxice8 2018-08-16 00:54:36 -03:00
parent b8f704a9ee
commit ff9237af6d
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -12,6 +12,10 @@ homepage="https://github.com/opencollab/arpack-ng"
distfiles="https://github.com/opencollab/arpack-ng/archive/${version}.tar.gz"
checksum=673c8202de996fd3127350725eb1818e534db4e79de56d5dcee8c00768db599a
case "$XBPS_TARGET_MACHINE" in
armv[67]l*) broken="requires unresolved shlibs libgfortran.so.5" ;;
esac
pre_configure() {
./bootstrap
}