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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user