diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-04-27 18:45:55 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-04-27 22:44:44 +0000 |
commit | eb5dcf14766b85c91c8f43f85608c59e6a2db6e1 (patch) | |
tree | f4e70ca7b764c9f41498a88869218aaf4fba1fd8 | |
parent | 726c185cd8333baba5e8c67ccb1186416b83272b (diff) | |
download | ports-eb5dcf14766b85c91c8f43f85608c59e6a2db6e1.tar.gz ports-eb5dcf14766b85c91c8f43f85608c59e6a2db6e1.zip |
math/saga: enable OPENMP on powerpc64le
-rw-r--r-- | math/saga/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |