git: 78731c35154a - 2024Q1 - misc/randomx: Broken on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jan 2024 20:44:15 UTC
The branch 2024Q1 has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=78731c35154a1a1d7c3fab64f8ba50b00ffa07fb
commit 78731c35154a1a1d7c3fab64f8ba50b00ffa07fb
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:44:10 +0000
misc/randomx: Broken on powerpc64le
Reported by: https://portsfallout.com/
(cherry picked from commit c4778c29843bc40a9250384c52afc89d7cadf224)
---
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