Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2024 06:48:00 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: 654087267d6c - main - devel/hpx: Broken on armv7; Update WWW
Message-ID:  <202411030648.4A36m0PW076653@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=654087267d6cf115d35d9a2416c0ec459991ee49

commit 654087267d6cf115d35d9a2416c0ec459991ee49
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-03 06:09:50 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-03 06:47:53 +0000

    devel/hpx: Broken on armv7; Update WWW
    
    Reported by:    fallout
---
 devel/hpx/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/devel/hpx/Makefile b/devel/hpx/Makefile
index 612edcd8dbe3..f3c23369cab7 100644
--- a/devel/hpx/Makefile
+++ b/devel/hpx/Makefile
@@ -10,11 +10,13 @@ PATCHFILES+=	d3bb5b140cf82fa582c2549873b1ee36f41ab855.diff:-p1 # backport of htt
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	C++ Standard Library for Parallelism and Concurrency
-WWW=		https://hpx.stellar-group.org/
+WWW=		https://hpx.stellar-group.org/ \
+		https://github.com/STEllAR-GROUP/hpx
 
 LICENSE=	BSL
 LICENSE_FILE=	${WRKSRC}/LICENSE_1_0.txt
 
+BRPKEN_armv7=	compilation fails: no matching function for call to 'bit_cast', see https://github.com/STEllAR-GROUP/hpx/issues/6557
 BROKEN_i386=	compilation fails: detail/tagged_ptr_pair.hpp:117:27: error: no matching function for call to 'bit_cast', see https://github.com/STEllAR-GROUP/hpx/issues/6426
 BROKEN_riscv64=	hpx/hardware/timestamp.hpp:43:6: error: Unsupported platform
 


home | help

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