diff --git a/srcpkgs/openblas/template b/srcpkgs/openblas/template index c417ecda1ae..ea5263838cc 100644 --- a/srcpkgs/openblas/template +++ b/srcpkgs/openblas/template @@ -1,7 +1,7 @@ # Template file for 'openblas' pkgname=openblas version=0.3.13 -revision=1 +revision=2 wrksrc="OpenBLAS-${version}" build_style=gnu-makefile make_build_args=" HOSTCC=gcc USE_OPENMP=1" @@ -23,9 +23,10 @@ case "${XBPS_TARGET_MACHINE}" in i686*) make_build_args+=" BINARY=32 DYNAMIC_ARCH=1" ;; x86_64*) make_build_args+=" BINARY=64 DYNAMIC_ARCH=1" ;; ppc64le*) make_build_args+=" TARGET=POWER8 DYNAMIC_ARCH=1" ;; - ppc64*) make_build_args+=" TARGET=GENERIC DYNAMIC_ARCH=1" ;; - ppc*) broken="64 bit ppc only" ;; + ppc64*) make_build_args+=" TARGET=PPC970MP" ;; # dynamic arch broken for