git: 931dd7ad39c2 - main - biology/vcflib: not for armv6/7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Jul 2023 22:59:56 UTC
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 \