Re: [PATCH]: gnu: bowtie: only support x86_64-linux

2015-01-29 Thread Mark H Weaver
Ricardo Wurmus writes: >> Please disregard the above patch and consider the attached one instead, >> which also patches the Makefile (with an upstream patch for the next >> release) to fix the build errors on x86_64. > > The ChangeLog should be this instead, of course (dist_patch_DATA instead > o

Re: [PATCH]: gnu: bowtie: only support x86_64-linux

2015-01-29 Thread Ricardo Wurmus
> Please disregard the above patch and consider the attached one instead, > which also patches the Makefile (with an upstream patch for the next > release) to fix the build errors on x86_64. The ChangeLog should be this instead, of course (dist_patch_DATA instead of MODULES): * gnu/packages/

Re: [PATCH]: gnu: bowtie: only support x86_64-linux

2015-01-29 Thread Ricardo Wurmus
Ricardo Wurmus writes: > Since bowtie's Makefile explicitly checks that the system it is built on > is x86_64 building on MIPS and i686 should be disabled. (See bug#19708 > for discussion.) > > This is what the attached patch does. Please disregard the above patch and consider the attached one i

[PATCH]: gnu: bowtie: only support x86_64-linux

2015-01-29 Thread Ricardo Wurmus
Since bowtie's Makefile explicitly checks that the system it is built on is x86_64 building on MIPS and i686 should be disabled. (See bug#19708 for discussion.) This is what the attached patch does. ~~ Ricardo >From 9789efe14b8cf00ebf6b39a63146483fbe220535 Mon Sep 17 00:00:00 2001 From: Ricardo