math/openblas: disable OPENMP for powerpc

Same as on powerpc64, USE_THREAD=1 enables OpenMP, so OpenMP will be always enabled.
This commit is contained in:
Piotr Kubaj
2020-06-04 14:29:04 +00:00
parent d95c792dad
commit 6a4ef45fef

View File

@@ -46,6 +46,7 @@ OPTIONS_DEFINE_i386= AVX AVX2
OPTIONS_DEFINE_amd64= AVX AVX2
OPTIONS_DEFINE_powerpc64= POWER6
OPTIONS_EXCLUDE_powerpc64= OPENMP
OPTIONS_EXCLUDE_powerpc= OPENMP
OPTIONS_SUB= yes
.if defined(BATCH) || defined(PACKAGE_BUILDING)