svn commit: r562528 - head/devel/hpx

Mark Linimon linimon at FreeBSD.org
Mon Jan 25 06:43:35 UTC 2021


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
 


More information about the svn-ports-all mailing list