devel/libflatarray: Not broken on systems where OpenMP isn't enabled

There is no recent fallout after previous fallout-related fixes.

This reverts commit 1144067c53.
This commit is contained in:
Yuri Victorovich 2022-08-04 09:44:11 -07:00
parent 5d1325cd1b
commit 9cce436b5b

View File

@ -10,10 +10,6 @@ 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