git: 9fea2ebb5b74 - main - math/openblas: -lm doesn't seem to be necessary on powerpc64le anymore
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Jul 2024 01:05:44 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=9fea2ebb5b74b67d6e7437ec1c5e573df21cb185 commit 9fea2ebb5b74b67d6e7437ec1c5e573df21cb185 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2024-07-09 21:02:21 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2024-07-16 01:05:05 +0000 math/openblas: -lm doesn't seem to be necessary on powerpc64le anymore --- math/openblas/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/math/openblas/Makefile b/math/openblas/Makefile index 2934de8d5027..3815b2d7dfe9 100644 --- a/math/openblas/Makefile +++ b/math/openblas/Makefile @@ -81,7 +81,6 @@ TARGET_CPU_ARCH= PPCG4 .endif .if ${ARCH} == powerpc64le -CFLAGS+= -lm USE_GCC= yes .endif