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:
parent
86eb46db16
commit
003810f217
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue