git: 47d8c4825ba5 - main - math/tblis: mark as ONLY_FOR_ARCHS=amd64

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Mon, 08 May 2023 08:26:41 UTC
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=47d8c4825ba5ac2442d336ab983eaab1a5bfa6b5

commit 47d8c4825ba5ac2442d336ab983eaab1a5bfa6b5
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2023-05-06 13:35:24 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-05-08 08:25:49 +0000

    math/tblis: mark as ONLY_FOR_ARCHS=amd64
    
    This package is built around x86 SIMD instrinsics and does not seem to
    provide a scalar fallback for when they are not available.
    
    Approved by:    portmgr (build fix blanket)
---
 math/tblis/Makefile | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/math/tblis/Makefile b/math/tblis/Makefile
index ffe42eb1d630..c84d62bf5be7 100644
--- a/math/tblis/Makefile
+++ b/math/tblis/Makefile
@@ -10,13 +10,8 @@ WWW=		https://github.com/devinamatthews/tblis
 LICENSE=	BSD3CLAUSE
 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
-BROKEN_riscv64=		fails to configure: ./tci/tci_config.h:37:2: Unknown architecture
-NOT_FOR_ARCHS=	i386
-NOT_FOR_ARCHS_REASON=	i386 requires SSE
+ONLY_FOR_ARCHS=	amd64
+ONLY_FOR_ARCHS_REASON=	requires SSE
 
 OPTIONS_DEFINE=	PARA
 PARA_DESC=	use pthread parallelization