Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jul 2023 22:59:56 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 931dd7ad39c2 - main - biology/vcflib: not for armv6/7
Message-ID:  <202307302259.36UMxuKb001517@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz:

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

commit 931dd7ad39c20013888e5427f78a0120cc2682e3
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2023-07-28 20:44:08 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-07-30 22:59:09 +0000

    biology/vcflib: not for armv6/7
    
    Requires OpenMP which is not supported on armv6/armv7.
    
    Approved by:    portmgr (build fix blanket)
    MFH:            2023Q3
---
 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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307302259.36UMxuKb001517>