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
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
2 matches
Mail list logo