aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-04-27 13:21:25 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-04-27 13:21:25 +0000
commit26c5ec9d7f3400a128e7c248d096284fba9c93e9 (patch)
tree12890ac08f2ddf64d15fda74ec03ed1cf88a7630
parentcbfc561a36c55693552d431de203a482e520f2c7 (diff)
downloadports-26c5ec9d7f3400a128e7c248d096284fba9c93e9.tar.gz
ports-26c5ec9d7f3400a128e7c248d096284fba9c93e9.zip
math/saga: enable OPENMP on powerpc64
-rw-r--r--math/saga/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/saga/Makefile b/math/saga/Makefile
index dd72b5569641..29bd577212bf 100644
--- a/math/saga/Makefile
+++ b/math/saga/Makefile
@@ -48,9 +48,10 @@ OPTIONS_DEFINE= PGSQL OPENMP VIGRA
OPTIONS_DEFAULT= PGSQL VIGRA
OPTIONS_DEFAULT_amd64= OPENMP
OPTIONS_DEFAULT_i386= OPENMP
+OPTIONS_DEFAULT_powerpc64= OPENMP
NO_OPTIONS_SORT= yes
OPTIONS_SUB= yes
-OPENMP_DESC= Enable Multiprocessing (only amd64 and i386)
+OPENMP_DESC= Enable Multiprocessing (only amd64, i386 and powerpc64)
VIGRA_DESC= Enable 'Vision with Generic Algorithms' Library
OPENMP_CONFIGURE_ENABLE= openmp