git: 17b0c8d7a3bd - main - misc/opennn: Broken on armv6, armv7, riscv64
Date: Fri, 15 Jul 2022 18:35:21 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=17b0c8d7a3bdb5d2b0723dc9c058a78b5c8e81ee commit 17b0c8d7a3bdb5d2b0723dc9c058a78b5c8e81ee Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-15 18:34:45 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-15 18:34:45 +0000 misc/opennn: Broken on armv6, armv7, riscv64 Reported by: fallout --- misc/opennn/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/misc/opennn/Makefile b/misc/opennn/Makefile index 700135e51173..81c10a2811a5 100644 --- a/misc/opennn/Makefile +++ b/misc/opennn/Makefile @@ -9,6 +9,10 @@ COMMENT= Open neural networks library LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_armv6= fatal error: 'omp.h' file not found +BROKEN_armv7= fatal error: 'omp.h' file not found +BROKEN_riscv64= fatal error: 'omp.h' file not found + USES= cmake compiler dos2unix zip DOS2UNIX_FILES= opennn/CMakeLists.txt USE_LDCONFIG= yes