Date: Tue, 16 Jul 2024 01:05:44 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9fea2ebb5b74 - main - math/openblas: -lm doesn't seem to be necessary on powerpc64le anymore Message-ID: <202407160105.46G15ioG031219@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407160105.46G15ioG031219>