git: b4e0c73fcd3e - main - devel/pika: Broken on aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Jul 2022 17:21:15 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b4e0c73fcd3ee22cad07a7b076b21c57d247e263
commit b4e0c73fcd3ee22cad07a7b076b21c57d247e263
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-20 17:20:48 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-20 17:20:48 +0000
devel/pika: Broken on aarch64
Reported by: fallout
---
devel/pika/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/devel/pika/Makefile b/devel/pika/Makefile
index c28c2010fc0b..e94557a0259f 100644
--- a/devel/pika/Makefile
+++ b/devel/pika/Makefile
@@ -8,6 +8,8 @@ COMMENT= C++ library for concurrency and parallelism
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt
+BROKEN_aarch64= error: 'regparm' is not valid on this platform, see https://github.com/pika-org/pika/issues/331
+
BUILD_DEPENDS= boost-libs>=0:devel/boost-libs
LIB_DEPENDS= libhwloc.so:devel/hwloc2 \
libtcmalloc_minimal.so:devel/google-perftools