aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-08-22 00:29:33 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-08-22 00:29:33 +0000
commitcc24db0a99ffa135832140db847def356a5247b9 (patch)
treec5c72ee1b3c0c390e9af4779c115d7ffd1900d75
parent9b5227809ce0a9bbff347627c2fdb86d7306b9b0 (diff)
downloadports-cc24db0a99ffa135832140db847def356a5247b9.tar.gz
ports-cc24db0a99ffa135832140db847def356a5247b9.zip
math/suitesparse: fix build on armv7
libomp is not available on LLVM on armv7.
-rw-r--r--math/suitesparse/bsd.suitesparse.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/suitesparse/bsd.suitesparse.mk b/math/suitesparse/bsd.suitesparse.mk
index a0f573efc422..4c20bede81f5 100644
--- a/math/suitesparse/bsd.suitesparse.mk
+++ b/math/suitesparse/bsd.suitesparse.mk
@@ -76,6 +76,7 @@ OPENBLAS_USES= blaslapack:openblas
.if defined(OMP_NEEDED)
OPTIONS_DEFINE+= OPENMP
OPTIONS_EXCLUDE_aarch64= OPENMP
+OPTIONS_EXCLUDE_armv7= OPENMP
OPTIONS_EXCLUDE_powerpc= OPENMP
OPTIONS_DEFAULT+= OPENMP