aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-08-04 07:34:52 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-08-04 07:41:24 +0000
commit1144067c530de0a19250cec629bba6bbfc8775b6 (patch)
treee765c4f3a66eec1eead1296f1711f9874d1643ad
parentebb4aa7f30dfdbec551c1ba50439a4cf116fcd11 (diff)
downloadports-1144067c530de0a19250cec629bba6bbfc8775b6.tar.gz
ports-1144067c530de0a19250cec629bba6bbfc8775b6.zip
devel/libflatarray: Broken on systems where OpenMP isn't enabled
Reported by: fallout Approved by: portmgr (blanket)
-rw-r--r--devel/libflatarray/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/libflatarray/Makefile b/devel/libflatarray/Makefile
index ed89666b2aca..20d77dabdde6 100644
--- a/devel/libflatarray/Makefile
+++ b/devel/libflatarray/Makefile
@@ -10,6 +10,10 @@ COMMENT= Struct of arrays library with object oriented interface for C++
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE
+.if !exists(/usr/include/omp.h)
+BROKEN= requires OpenMP support that is missing on this architecture
+.endif
+
BROKEN_armv7= test/estimate_optimum_short_vec_type_test.cpp:71:22: error: redefinition of 'expected_arity_for_double'
BUILD_DEPENDS= boost-libs>=1.48:devel/boost-libs