From d0c899453d2d3fe292b65a76c2736f18ae82c5a6 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Wed, 17 Mar 2021 17:26:02 +0000 Subject: [PATCH] math/openblas: exclude OPENMP on powerpc64le Like on other powerpc* platforms, OpenMP is mandatory and openblas can't be compiled without it. --- math/openblas/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/openblas/Makefile b/math/openblas/Makefile index d3630c1b5bfa..a99d38d0b98d 100644 --- a/math/openblas/Makefile +++ b/math/openblas/Makefile @@ -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}}