From 50ec274c6739a3c9ea633f362ecf592961ff3fe6 Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 3 Oct 2021 00:26:45 +0200 Subject: [PATCH] R: build without openblas on ppc32 --- srcpkgs/R/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R/template b/srcpkgs/R/template index 38ecea576b5..db75515b11c 100644 --- a/srcpkgs/R/template +++ b/srcpkgs/R/template @@ -30,7 +30,7 @@ make_check=extended build_options="openblas" case "$XBPS_TARGET_MACHINE" in - x86_64*|i686*|aarch64*|armv[67]*|ppc*) + x86_64*|i686*|aarch64*|armv[67]*|ppc64*) # Prefer accelerated routines where available build_options_default="openblas" ;;