Bug#800548: bowtie: please add arm64

2015-10-01 Thread Andreas Tille
Hi Ben, I received a patch that enables building bowtie on arm64 architecture. Feel free to include the patch available here https://anonscm.debian.org/viewvc/debian-med/trunk/packages/bowtie/trunk/debian/patches/enable_arm64.patch?view=markup in your next upstream version. I also fixed a s

Bug#800548: bowtie: please add arm64

2015-09-30 Thread Edmund Grimley Evans
Source: bowtie Version: 1.1.2-1 Tags: patch It seems to build on arm64 with just a tiny change on top of ppc64el.patch: --- bowtie-1.1.2.orig/Makefile +++ bowtie-1.1.2/Makefile @@ -125,7 +125,7 @@ VERSION = $(shell cat VERSION) BITS=32 -ifneq (,$(filter $(shell uname -m), ppc64le x86_64)) +if