Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Dec 2020 12:43:20 +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: r558986 - head/math/tblis
Message-ID:  <202012231243.0BNChKPv072773@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Dec 23 12:43:20 2020
New Revision: 558986
URL: https://svnweb.freebsd.org/changeset/ports/558986

Log:
  Mark as BROKEN on riscv64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/tblis/Makefile

Modified: head/math/tblis/Makefile
==============================================================================
--- head/math/tblis/Makefile	Wed Dec 23 12:26:22 2020	(r558985)
+++ head/math/tblis/Makefile	Wed Dec 23 12:43:20 2020	(r558986)
@@ -16,6 +16,7 @@ BROKEN_aarch64=		fails to compile: include_configs.hpp
 BROKEN_armv6=		fails to compile: include_configs.hpp:2:10: fatal error: 'configs/armv7a/config.hpp' file not found
 BROKEN_powerpc64=	fails to compile: include_configs.hpp:2:10: fatal error: 'configs/power7/config.hpp' file not found
 BROKEN_powerpc64le=	fails to compile: include_configs.hpp:2:10: fatal error: 'configs/power7/config.hpp' file not found
+BROKEN_riscv64=		fails to configure: ./tci/tci_config.h:37:2: Unknown architecture
 NOT_FOR_ARCHS=	i386
 NOT_FOR_ARCHS_REASON=	i386 requires SSE
 



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