arpack-ng: mark as broken on armv[56]l*
This commit is contained in:
parent
b8f704a9ee
commit
ff9237af6d
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue