Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 2020 19:36:46 +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: r549836 - head/math/tblis
Message-ID:  <202009231936.08NJakiU055605@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Sep 23 19:36:46 2020
New Revision: 549836
URL: https://svnweb.freebsd.org/changeset/ports/549836

Log:
  Also mark as broken on powerpc64le.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/tblis/Makefile

Modified: head/math/tblis/Makefile
==============================================================================
--- head/math/tblis/Makefile	Wed Sep 23 19:34:37 2020	(r549835)
+++ head/math/tblis/Makefile	Wed Sep 23 19:36:46 2020	(r549836)
@@ -15,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BROKEN_aarch64=		fails to compile: include_configs.hpp:2:10: fatal error: 'configs/armv7a/config.hpp' file not found
 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
 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?202009231936.08NJakiU055605>