mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
biology/star: Broken on systems where OpenMP isn't enabled
Reported by: fallout
Approved by: portmgr (blanket)
(cherry picked from commit 8832ed3498
)
This commit is contained in:
parent
fc10e359ce
commit
bbb537f2ff
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user