git: d33e155e3183 - 2023Q3 - biology/vcflib: not for armv6/7

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Sun, 30 Jul 2023 23:02:10 UTC
The branch 2023Q3 has been updated by fuz:

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

commit d33e155e31830da7cd33477ce9d44c6f91ccaf68
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2023-07-28 20:44:08 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-07-30 23:01:42 +0000

    biology/vcflib: not for armv6/7
    
    Requires OpenMP which is not supported on armv6/armv7.
    
    Approved by:    portmgr (build fix blanket)
    MFH:            2023Q3
    
    (cherry picked from commit 931dd7ad39c20013888e5427f78a0120cc2682e3)
---
 biology/vcflib/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/biology/vcflib/Makefile b/biology/vcflib/Makefile
index aa44ead39385..e3217b2ef445 100644
--- a/biology/vcflib/Makefile
+++ b/biology/vcflib/Makefile
@@ -9,6 +9,9 @@ WWW=		https://github.com/vcflib/vcflib
 
 LICENSE=	MIT
 
+NOT_FOR_ARCHS=	armv6 armv7
+NOT_FOR_ARCHS_REASON=	requires OpenMP which is not supported
+
 BUILD_DEPENDS=	pybind11>0:devel/pybind11
 LIB_DEPENDS=	libhts.so:biology/htslib \
 		libcurl.so:ftp/curl \