From f67f0c2e43622c525d2e5f1425629792c2085003 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Tue, 8 Aug 2023 17:02:59 +0200 Subject: math/blis: enable power9 kernel on powerpc64le --- math/blis/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math') diff --git a/math/blis/Makefile b/math/blis/Makefile index e40728cc9d68..2793d3538f46 100644 --- a/math/blis/Makefile +++ b/math/blis/Makefile @@ -1,6 +1,6 @@ PORTNAME= blis PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= jmd@FreeBSD.org @@ -50,7 +50,7 @@ CONFIGURE_ARGS+= --enable-cblas .if ${ARCH} == amd64 CONFIGURE_ARGS+= x86_64 PLIST_SUB+= ARCH="x86_64" -.elif ${ARCH} == powerpc64 +.elif ${ARCH:Mpowerpc64*} CONFIGURE_ARGS+= power9 PLIST_SUB+= ARCH="power9" USE_GCC= yes -- cgit v1.2.3