git: 9b3dc3acc0b8 - main - devel/pika: builds fine on arm64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 Feb 2026 14:21:40 UTC
The branch main has been updated by fuz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9b3dc3acc0b8c6e4f1ab4c9e2b75dd92365213b6
commit 9b3dc3acc0b8c6e4f1ab4c9e2b75dd92365213b6
Author: Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-02-12 19:47:09 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-02-14 14:19:56 +0000
devel/pika: builds fine on arm64
While the port builds now, it is likely not functional, on account of
20% of the unit tests failing with segfaults.
See also: https://github.com/pika-org/pika/issues/331
MFH: 2026Q1
Approved by: portmgr (build fix blanket)
---
devel/pika/Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/devel/pika/Makefile b/devel/pika/Makefile
index 3b99b873e3a1..ab3a0fb73974 100644
--- a/devel/pika/Makefile
+++ b/devel/pika/Makefile
@@ -10,8 +10,6 @@ WWW= https://github.com/pika-org/pika
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt
-BROKEN_aarch64= compilation error: error: 'regparm' is not valid on this platform
-
BUILD_DEPENDS= boost-libs>=0:devel/boost-libs
LIB_DEPENDS= libfmt.so:devel/libfmt \
libhwloc.so:devel/hwloc2 \