mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
R: enable openblas option for all ppc by default
This commit is contained in:
parent
22ce175cde
commit
10b848cddd
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue