math/openblas: exclude OPENMP on powerpc64le

Like on other powerpc* platforms, OpenMP is mandatory and openblas can't be compiled without it.
This commit is contained in:
Piotr Kubaj 2021-03-17 17:26:02 +00:00
parent 886efe447a
commit d0c899453d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568680

View file

@ -40,6 +40,7 @@ OPTIONS_DEFINE= DYNAMIC_ARCH INTERFACE64 OPENMP
OPTIONS_DEFAULT= OPENMP
OPTIONS_DEFINE_i386= AVX AVX2
OPTIONS_DEFINE_amd64= AVX AVX2
OPTIONS_EXCLUDE_powerpc64le= OPENMP
OPTIONS_EXCLUDE_powerpc64= OPENMP
OPTIONS_EXCLUDE_powerpc= OPENMP
OPTIONS_RADIO= ${OPTIONS_RADIO_${ARCH}}