svn commit: r499873 - head/biology/bowtie2

Jason W. Bacon jwb at FreeBSD.org
Wed Apr 24 17:41:29 UTC 2019


Author: jwb
Date: Wed Apr 24 17:41:27 2019
New Revision: 499873
URL: https://svnweb.freebsd.org/changeset/ports/499873

Log:
  biology/bowtie2: Clarify CPU-specificity

Modified:
  head/biology/bowtie2/Makefile

Modified: head/biology/bowtie2/Makefile
==============================================================================
--- head/biology/bowtie2/Makefile	Wed Apr 24 17:39:16 2019	(r499872)
+++ head/biology/bowtie2/Makefile	Wed Apr 24 17:41:27 2019	(r499873)
@@ -11,7 +11,8 @@ COMMENT=	Ultrafast, memory-efficient short read aligne
 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


More information about the svn-ports-all mailing list