Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2019 17:41:28 +0000 (UTC)
From:      "Jason W. Bacon" <jwb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499873 - head/biology/bowtie2
Message-ID:  <201904241741.x3OHfSE4080466@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904241741.x3OHfSE4080466>