arpack-ng: enable openblas for all ppc
This commit is contained in:
parent
10b848cddd
commit
b8de823de0
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ checksum=ada5aeb3878874383307239c9235b716a8a170c6d096a6625bfd529844df003d
|
||||||
# use it and if not fall back to regular blas.
|
# use it and if not fall back to regular blas.
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
# List of supported architectures copied from openblas.
|
# List of supported architectures copied from openblas.
|
||||||
armv[67]*|aarch64*|i686*|x86_64*|ppc64*)
|
armv[67]*|aarch64*|i686*|x86_64*|ppc*)
|
||||||
makedepends+=" openblas-devel"
|
makedepends+=" openblas-devel"
|
||||||
configure_args=" --with-blas=openblas --with-lapack=openblas"
|
configure_args=" --with-blas=openblas --with-lapack=openblas"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue