git: 58a2a698add5 - main - math/nfft: enable on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Mar 2023 20:37:24 UTC
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