Date: Wed, 15 Mar 2023 20:37:24 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: 58a2a698add5 - main - math/nfft: enable on powerpc64le Message-ID: <202303152037.32FKbO5e035643@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=58a2a698add53446794b0ced3d80766a8c6e22d3 commit 58a2a698add53446794b0ced3d80766a8c6e22d3 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-03-15 20:23:43 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-03-15 20:23:43 +0000 math/nfft: enable on powerpc64le --- math/nfft/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/nfft/Makefile b/math/nfft/Makefile index 27104798eeb5..3c68de22768d 100644 --- a/math/nfft/Makefile +++ b/math/nfft/Makefile @@ -32,6 +32,7 @@ CONFIGURE_ARGS= --disable-static \ OPTIONS_DEFINE= DOCS OPENMP OPTIONS_DEFAULT_aarch64= OPENMP OPTIONS_DEFAULT_amd64= OPENMP +OPTIONS_DEFAULT_powerpc64le= OPENMP OPTIONS_SUB= yes OPENMP_CONFIGURE_ENABLE= openmp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303152037.32FKbO5e035643>