Skip to content

Commit

Permalink
math/blis: enable power9 kernel on powerpc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Aug 8, 2023
1 parent 6edacd2 commit f67f0c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions math/blis/Makefile
@@ -1,6 +1,6 @@
PORTNAME= blis
PORTVERSION= 0.9.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= math

MAINTAINER= jmd@FreeBSD.org
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f67f0c2

Please sign in to comment.