1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-05-01 11:06:39 -04:00

graphics/openpgl: not for armv?

While armv7 supports NEON, this library specifically requires the
AArch64 flavour of NEON.

Approved by:	portmgr (build fix blanket)
MFH:		2025Q1
This commit is contained in:
Robert Clausecker 2025-02-24 16:36:02 +01:00
parent 86eb46db16
commit 003810f217

View file

@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
# supported processors -
# arm with NEON/NEON2X and x86_64/x86 with SSE/AVX/AVX2/AVX512
ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386
ONLY_FOR_ARCHS= aarch64 amd64 i386
ONLY_FOR_ARCHS_REASON= requires supported SIMD ISA
LIB_DEPENDS= libtbb.so:devel/onetbb