Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jul 2022 17:21:15 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b4e0c73fcd3e - main - devel/pika: Broken on aarch64
Message-ID:  <202207201721.26KHLFNd046883@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207201721.26KHLFNd046883>