Skip to content

Commit

Permalink
biology/star: Set NOT_FOR_ARCHS to all 32-bit processors
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason W. Bacon authored and Jason W. Bacon committed Jul 22, 2023
1 parent e6bab2f commit 546ae89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions biology/star/Makefile
Expand Up @@ -10,8 +10,8 @@ WWW= https://github.com/alexdobin/STAR
LICENSE= GPLv3
LICENSE_FILE= ${WRKDIR}/STAR-${DISTVERSION}/LICENSE

NOT_FOR_ARCHS= i386 powerpc
NOT_FOR_ARCHS_REASON=Needs 16+ GiB RAM for typical eukaryotic genome
NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc powerpcspe
NOT_FOR_ARCHS_REASON= Requires 64-bit processor
.if !exists(/usr/include/omp.h)
BROKEN= requires OpenMP support that is missing on this architecture
.endif
Expand Down

0 comments on commit 546ae89

Please sign in to comment.