git: f67f0c2e4362 - main - math/blis: enable power9 kernel on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Aug 2023 15:03:31 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=f67f0c2e43622c525d2e5f1425629792c2085003 commit f67f0c2e43622c525d2e5f1425629792c2085003 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-08 15:02:59 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-08 15:03:20 +0000 math/blis: enable power9 kernel on powerpc64le --- math/blis/Makefile | 4 ++-- 1 file 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