[med-svn] r20173 - trunk/packages/bowtie/trunk/debian/patches

Andreas Tille tille at moszumanska.debian.org
Thu Oct 1 07:45:26 UTC 2015


Author: tille
Date: 2015-10-01 07:45:26 +0000 (Thu, 01 Oct 2015)
New Revision: 20173

Added:
   trunk/packages/bowtie/trunk/debian/patches/enable_arm64.patch
Modified:
   trunk/packages/bowtie/trunk/debian/patches/series
Log:
Enable building on arm64


Added: trunk/packages/bowtie/trunk/debian/patches/enable_arm64.patch
===================================================================
--- trunk/packages/bowtie/trunk/debian/patches/enable_arm64.patch	                        (rev 0)
+++ trunk/packages/bowtie/trunk/debian/patches/enable_arm64.patch	2015-10-01 07:45:26 UTC (rev 20173)
@@ -0,0 +1,16 @@
+Author: Edmund Grimley Evans <edmund.grimley.evans at gmail.com>
+Last-Update: Wed, 30 Sep 2015 19:09:04 +0100
+Bug-Debian: http://bugs.debian.org/800548
+Description: Enable arm64 architecture
+
+--- a/Makefile
++++ b/Makefile
+@@ -125,7 +125,7 @@ SEARCH_FRAGMENTS = $(wildcard search_*_p
+ 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.

Modified: trunk/packages/bowtie/trunk/debian/patches/series
===================================================================
--- trunk/packages/bowtie/trunk/debian/patches/series	2015-10-01 04:56:11 UTC (rev 20172)
+++ trunk/packages/bowtie/trunk/debian/patches/series	2015-10-01 07:45:26 UTC (rev 20173)
@@ -9,3 +9,4 @@
 # do_not_use_outdated_copy_of_cpuid_h.patch
 bowtie_ContextLss-1.1-1.4.patch
 ppc64el.patch
+enable_arm64.patch




More information about the debian-med-commit mailing list