1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

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)
This commit is contained in:
Robert Clausecker 2023-05-06 15:35:24 +02:00
parent 3ba27cf5e2
commit 47d8c4825b

View File

@ -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