From 10b848cdddfc7d3a3add2dc71df557074827055e Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 9 Mar 2021 19:53:32 +0100 Subject: [PATCH] R: enable openblas option for all ppc by default --- srcpkgs/R/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R/template b/srcpkgs/R/template index e40cefabcd..762a6e90e3 100644 --- a/srcpkgs/R/template +++ b/srcpkgs/R/template @@ -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" ;;