R: enable openblas option for all ppc by default

This commit is contained in:
q66 2021-03-09 19:53:32 +01:00
parent 22ce175cde
commit 10b848cddd

View file

@ -31,7 +31,7 @@ make_check=extended
build_options="openblas"
case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*|aarch64*|armv[67]*|ppc64*)
x86_64*|i686*|aarch64*|armv[67]*|ppc*)
# Prefer accelerated routines where available
build_options_default="openblas"
;;