diff options
Diffstat (limited to 'biology/bowtie2/Makefile')
-rw-r--r-- | biology/bowtie2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/bowtie2/Makefile b/biology/bowtie2/Makefile index 28b09185e6b6..39d8b118064f 100644 --- a/biology/bowtie2/Makefile +++ b/biology/bowtie2/Makefile @@ -11,7 +11,8 @@ COMMENT= Ultrafast, memory-efficient short read aligner LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE -# May also work on other 64-bit platforms, but untested +# Requires a 64-bit processor and depends on hard-coded SSE instructions +# Experimental support for AARCH64 as of 2.3.5 ONLY_FOR_ARCHS= amd64 LIB_DEPENDS= libtbb.so:devel/tbb RUN_DEPENDS= bash:shells/bash |