git: 8f6474d2d469 - main - misc/onnxruntime: Broken on aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Dec 2024 02:08:39 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=8f6474d2d469846bdefc87c536a13234763af442 commit 8f6474d2d469846bdefc87c536a13234763af442 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-12-23 01:44:17 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-12-23 01:44:17 +0000 misc/onnxruntime: Broken on aarch64 Reported by: fallout --- misc/onnxruntime/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/onnxruntime/Makefile b/misc/onnxruntime/Makefile index 2aad318cd5ec..e32a6a4771bb 100644 --- a/misc/onnxruntime/Makefile +++ b/misc/onnxruntime/Makefile @@ -12,6 +12,7 @@ WWW= https://onnxruntime.ai/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= compilation fails: error: no member named 'linux_id' in 'cpuinfo_processor', see https://github.com/microsoft/onnxruntime/issues/23181 BROKEN_i386= compilation fails: error: requested alignment is less than minimum alignment of 8 for type 'google::protobuf::internal::ThreadSafeArena::CacheAlignedLifecycleIdGenerator' BUILD_DEPENDS= gpatch:devel/patch