aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-08 15:02:59 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-08 15:03:20 +0000
commitf67f0c2e43622c525d2e5f1425629792c2085003 (patch)
treeb3c4483f2bee9a5b624da002e116ed6e52b1ff7d
parent6edacd285552c6c45ecbc32e6094fe6b704c2617 (diff)
downloadports-f67f0c2e43622c525d2e5f1425629792c2085003.tar.gz
ports-f67f0c2e43622c525d2e5f1425629792c2085003.zip
math/blis: enable power9 kernel on powerpc64le
-rw-r--r--math/blis/Makefile4
1 files changed, 2 insertions, 2 deletions
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