git: 45ef85addf31 - main - math/nfft: enable OPENMP on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Mar 2023 18:37:51 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=45ef85addf316052511cacb79128b3ef8396ee56
commit 45ef85addf316052511cacb79128b3ef8396ee56
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-03-16 18:12:39 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-03-16 18:12:39 +0000
math/nfft: enable OPENMP on powerpc64
---
math/nfft/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/math/nfft/Makefile b/math/nfft/Makefile
index 3c68de22768d..8260a021780e 100644
--- a/math/nfft/Makefile
+++ b/math/nfft/Makefile
@@ -1,5 +1,6 @@
PORTNAME= nfft
DISTVERSION= 3.5.3
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= https://github.com/NFFT/${PORTNAME}/releases/download/${DISTVERSION}/
@@ -32,6 +33,7 @@ CONFIGURE_ARGS= --disable-static \
OPTIONS_DEFINE= DOCS OPENMP
OPTIONS_DEFAULT_aarch64= OPENMP
OPTIONS_DEFAULT_amd64= OPENMP
+OPTIONS_DEFAULT_powerpc64= OPENMP
OPTIONS_DEFAULT_powerpc64le= OPENMP
OPTIONS_SUB= yes