Date: Thu, 16 Mar 2023 18:37:51 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: 45ef85addf31 - main - math/nfft: enable OPENMP on powerpc64 Message-ID: <202303161837.32GIbpsP003454@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=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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303161837.32GIbpsP003454>