aboutsummaryrefslogtreecommitdiff
path: root/math/suitesparse
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-03-08 21:55:54 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-03-08 21:55:54 +0000
commit0c69caeef6092fbf32d6330958bbb88f74c02443 (patch)
tree62f148ce98cdae2fcffa946bcbe04194d346bcf3 /math/suitesparse
parent33b04346425d7a411d485a71d8cd11da494d1f03 (diff)
downloadports-0c69caeef6092fbf32d6330958bbb88f74c02443.tar.gz
ports-0c69caeef6092fbf32d6330958bbb88f74c02443.zip
Document OpenMP from base system cannot be used in some cases
Notes
Notes: svn path=/head/; revision=528081
Diffstat (limited to 'math/suitesparse')
-rw-r--r--math/suitesparse/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile
index 4845879dc800..2d5d09a676a7 100644
--- a/math/suitesparse/Makefile
+++ b/math/suitesparse/Makefile
@@ -48,7 +48,7 @@ OPENBLAS_USES= blaslapack:openblas
OPENMP_USES= compiler:openmp
OPENMP_MAKE_ENV_OFF= CFOPENMP=
.if !exists(/usr/include/omp.h)
-# XXX ports/199603 + ports/210337
+# XXX ports/199603: LLVM openmp in base doesn't support aarch64, armv6, armv7 yet
OPENMP_VARS= OPENMP=gcc-
.endif