mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
R: build without openblas on ppc32
This commit is contained in:
parent
bb3a500359
commit
50ec274c67
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ make_check=extended
|
||||||
build_options="openblas"
|
build_options="openblas"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*|i686*|aarch64*|armv[67]*|ppc*)
|
x86_64*|i686*|aarch64*|armv[67]*|ppc64*)
|
||||||
# Prefer accelerated routines where available
|
# Prefer accelerated routines where available
|
||||||
build_options_default="openblas"
|
build_options_default="openblas"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue