git: 8832ed349866 - main - biology/star: Broken on systems where OpenMP isn't enabled
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Jul 2022 01:24:57 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8832ed34986619f044270884b9dfabfcd9f4e856
commit 8832ed34986619f044270884b9dfabfcd9f4e856
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-24 01:24:10 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-24 01:24:10 +0000
biology/star: Broken on systems where OpenMP isn't enabled
Reported by: fallout
Approved by: portmgr (blanket)
---
biology/star/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/biology/star/Makefile b/biology/star/Makefile
index 66d4ac8a4dc0..12f862562221 100644
--- a/biology/star/Makefile
+++ b/biology/star/Makefile
@@ -11,6 +11,9 @@ LICENSE_FILE= ${WRKDIR}/STAR-${DISTVERSION}/LICENSE
NOT_FOR_ARCHS= i386 powerpc
NOT_FOR_ARCHS_REASON=Needs 16+ GiB RAM for typical eukaryotic genome
+.if !exists(/usr/include/omp.h)
+BROKEN= requires OpenMP support that is missing on this architecture
+.endif
LIB_DEPENDS= libhts.so:biology/htslib