svn commit: r501207 - head/biology/trimadap

Jason W. Bacon jwb at FreeBSD.org
Sat May 11 00:18:25 UTC 2019


Author: jwb
Date: Sat May 11 00:18:24 2019
New Revision: 501207
URL: https://svnweb.freebsd.org/changeset/ports/501207

Log:
  biology/trimadap: Mark only for amd64 and i386
  
  Contains hard-coded SSE instructions

Modified:
  head/biology/trimadap/Makefile

Modified: head/biology/trimadap/Makefile
==============================================================================
--- head/biology/trimadap/Makefile	Fri May 10 23:59:59 2019	(r501206)
+++ head/biology/trimadap/Makefile	Sat May 11 00:18:24 2019	(r501207)
@@ -10,9 +10,8 @@ COMMENT=	Trim adapter sequences from Illumina data usi
 
 LICENSE=	GPLv2
 
-BROKEN_aarch64=		fails to compile: invalid conversion between vector type and integer type
-BROKEN_armv6=		fails to compile: invalid conversion between vector type and integer type
-BROKEN_armv7=		fails to compile: invalid conversion between vector type and integer type
+ONLY_FOR_ARCHS=		amd64 i386
+ONLY_FOR_ARCHS_REASON=	Hard-coded SSE instructions
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	lh3


More information about the svn-ports-all mailing list