diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-22 01:15:19 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-22 01:15:19 +0000 |
commit | 4cb19e7f8736e7bc55f9efa09ac868abbe116836 (patch) | |
tree | 0c07443b478fb33416592bf0cae1d18b5907dd27 /science/py-dlib | |
parent | 145e894e6883a8b63b5589242af55a01e36236d4 (diff) |
Notes
Diffstat (limited to 'science/py-dlib')
-rw-r--r-- | science/py-dlib/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/science/py-dlib/Makefile b/science/py-dlib/Makefile index 3e2ee49cb3b7..9065966acd24 100644 --- a/science/py-dlib/Makefile +++ b/science/py-dlib/Makefile @@ -12,6 +12,10 @@ COMMENT= Machine learning framework written in C++ (python bindings) LICENSE= BSL LICENSE_FILE= ${WRKSRC}/dlib/LICENSE.txt +BROKEN_aarch64= fails to build: CMake Error at test_for_avx/CMakeLists.txt:17 (if): if given arguments: "EQUAL" "0" "AND" "compile_result": Unknown arguments specified +BROKEN_armv6= fails to build: CMake Error at test_for_avx/CMakeLists.txt:17 (if): if given arguments: "EQUAL" "0" "AND" "compile_result": Unknown arguments specified +BROKEN_armv7= fails to build: CMake Error at test_for_avx/CMakeLists.txt:17 (if): if given arguments: "EQUAL" "0" "AND" "compile_result": Unknown arguments specified + BUILD_DEPENDS= cmake:devel/cmake LIB_DEPENDS= ${PY_BOOST} |