aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-03-17 17:26:02 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-03-17 17:26:02 +0000
commitd0c899453d2d3fe292b65a76c2736f18ae82c5a6 (patch)
tree08c828471d4ca318b97c5c57dcbea10e03ce4909 /math
parent886efe447ad403ee0db625c07d9b657a9f812086 (diff)
downloadports-d0c899453d2d3fe292b65a76c2736f18ae82c5a6.tar.gz
ports-d0c899453d2d3fe292b65a76c2736f18ae82c5a6.zip
math/openblas: exclude OPENMP on powerpc64le
Like on other powerpc* platforms, OpenMP is mandatory and openblas can't be compiled without it.
Notes
Notes: svn path=/head/; revision=568680
Diffstat (limited to 'math')
-rw-r--r--math/openblas/Makefile1
1 files changed, 1 insertions, 0 deletions
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}}