aboutsummaryrefslogtreecommitdiff
path: root/biology/bowtie2
diff options
context:
space:
mode:
authorJason W. Bacon <jwb@FreeBSD.org>2019-04-24 17:41:27 +0000
committerJason W. Bacon <jwb@FreeBSD.org>2019-04-24 17:41:27 +0000
commit3c65c042647213327316074283266701c511ef95 (patch)
tree69eaeaaa25f61f004732512764d1921997534fa1 /biology/bowtie2
parentb8994311d8f721b209b21f44e61088df469a5c2d (diff)
downloadports-3c65c042647213327316074283266701c511ef95.tar.gz
ports-3c65c042647213327316074283266701c511ef95.zip
biology/bowtie2: Clarify CPU-specificity
Notes
Notes: svn path=/head/; revision=499873
Diffstat (limited to 'biology/bowtie2')
-rw-r--r--biology/bowtie2/Makefile3
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