diff --git a/devel/libflatarray/Makefile b/devel/libflatarray/Makefile index 97e384e96ad7..74ca6ea96457 100644 --- a/devel/libflatarray/Makefile +++ b/devel/libflatarray/Makefile @@ -1,21 +1,23 @@ # Created by: Kurt Kanzenbach PORTNAME= libflatarray PORTVERSION= 0.3.0 PORTREVISION= 17 CATEGORIES= devel science MASTER_SITES= http://www.libgeodecomp.org/archive/ MAINTAINER= kurt@kmk-computers.de COMMENT= Struct of arrays library with object oriented interface for C++ LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE +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 -USES= cmake compiler:c++11-lib +USES= cmake compiler:c++14-lang CMAKE_ARGS= -DWITH_CUDA:BOOL=FALSE .include