git: c4778c29843b - main - misc/randomx: Broken on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jan 2024 20:43:55 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c4778c29843bc40a9250384c52afc89d7cadf224 commit c4778c29843bc40a9250384c52afc89d7cadf224 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-12 20:43:21 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-12 20:43:53 +0000 misc/randomx: Broken on powerpc64le Reported by: https://portsfallout.com/ --- misc/randomx/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/randomx/Makefile b/misc/randomx/Makefile index f27e8feab89a..466b1d27372b 100644 --- a/misc/randomx/Makefile +++ b/misc/randomx/Makefile @@ -10,6 +10,8 @@ WWW= https://github.com/tevador/RandomX LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64le= compilation error: vectorized code fails to compile, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276282 + USES= cmake:testing compiler:c++11-lang USE_LDCONFIG= yes