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)) +ifneq (,$(filter $(shell uname -m), aarch64 ppc64le x86_64)) BITS=64 endif # msys will always be 32 bit so look at the cpu arch instead. --- bowtie-1.1.2.orig/debian/control +++ bowtie-1.1.2/debian/control @@ -16,7 +16,7 @@ Homepage: http://bowtie-bio.sourceforge.net/ Package: bowtie -Architecture: amd64 kfreebsd-amd64 ppc64el +Architecture: amd64 kfreebsd-amd64 arm64 ppc64el Depends: ${shlibs:Depends}, ${misc:Depends}, python