git: eb5dcf14766b - main - math/saga: enable OPENMP on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Apr 2022 22:44:52 UTC
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