Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jan 2021 06:43:35 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562528 - head/devel/hpx
Message-ID:  <202101250643.10P6hZNv038553@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Jan 25 06:43:34 2021
New Revision: 562528
URL: https://svnweb.freebsd.org/changeset/ports/562528

Log:
  Mark BROKEN on riscv64:
  
    /wrkdirs/usr/ports/devel/hpx/work/hpx-1.2.1/hpx/util/hardware/timestamp.hpp:43:6: error: Unsupported platform.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/hpx/Makefile

Modified: head/devel/hpx/Makefile
==============================================================================
--- head/devel/hpx/Makefile	Mon Jan 25 06:39:41 2021	(r562527)
+++ head/devel/hpx/Makefile	Mon Jan 25 06:43:34 2021	(r562528)
@@ -11,6 +11,8 @@ COMMENT=	C++ Standard Library for Parallelism and Conc
 LICENSE=	BSL
 LICENSE_FILE=	${WRKSRC}/LICENSE_1_0.txt
 
+BROKEN_riscv64=		fails to compile: hpx/util/hardware/timestamp.hpp:43:6: error: Unsupported platform
+
 LIB_DEPENDS=	libboost_filesystem.so:devel/boost-libs \
 		libhwloc.so.15:devel/hwloc2
 



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