git: 117071ee576f - main - math/openblas: switch to clang on powerpc64le
Piotr Kubaj <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=117071ee576f88a01697943f1cef2b2bdba6d5e3 commit 117071ee576f88a01697943f1cef2b2bdba6d5e3 Author: Piotr Kubaj <[email protected]> AuthorDate: 2026-08-12 18:51:59 +0000 Commit: Piotr Kubaj <[email protected]> CommitDate: 2026-08-12 18:53:11 +0000 math/openblas: switch to clang on powerpc64le With the recent upstream changes, it's finally possible to build with clang on powerpc64le. --- math/openblas/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/math/openblas/Makefile b/math/openblas/Makefile index de7db64513bd..20f308108ded 100644 --- a/math/openblas/Makefile +++ b/math/openblas/Makefile @@ -1,6 +1,7 @@ PORTNAME= openblas DISTVERSIONPREFIX= v DISTVERSION= 0.3.34 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= math MASTER_SITES= NL/lapack/timing/:lapack_tmg @@ -82,11 +83,6 @@ USE_GCC= yes TARGET_CPU_ARCH= PPCG4 .endif -.if ${ARCH} == powerpc64le -CFLAGS+= -lm -USE_GCC= yes -.endif - MAXTHREADS?= 64 .include <bsd.port.pre.mk>