Date: Wed, 27 Apr 2022 22:44:52 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: eb5dcf14766b - main - math/saga: enable OPENMP on powerpc64le Message-ID: <202204272244.23RMiqrX017644@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=eb5dcf14766b85c91c8f43f85608c59e6a2db6e1 commit eb5dcf14766b85c91c8f43f85608c59e6a2db6e1 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-04-27 18:45:55 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-04-27 22:44:44 +0000 math/saga: enable OPENMP on powerpc64le --- math/saga/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/saga/Makefile b/math/saga/Makefile index 29bd577212bf..a1405d633d70 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -49,9 +49,10 @@ OPTIONS_DEFAULT= PGSQL VIGRA OPTIONS_DEFAULT_amd64= OPENMP OPTIONS_DEFAULT_i386= OPENMP OPTIONS_DEFAULT_powerpc64= OPENMP +OPTIONS_DEFAULT_powerpc64le= OPENMP NO_OPTIONS_SORT= yes OPTIONS_SUB= yes -OPENMP_DESC= Enable Multiprocessing (only amd64, i386 and powerpc64) +OPENMP_DESC= Enable Multiprocessing (only amd64, i386 and powerpc64*) VIGRA_DESC= Enable 'Vision with Generic Algorithms' Library OPENMP_CONFIGURE_ENABLE= openmp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204272244.23RMiqrX017644>