[bwa] Try disabling non-x86_64 SSE patch

verdurin verdurin at fedoraproject.org
Sun Oct 27 00:01:26 UTC 2013


commit fb28909fe70eabdf35df8953296e5e1a2f723d36
Author: Adam Huffman <verdurin at fedoraproject.org>
Date:   Sun Oct 27 01:01:22 2013 +0100

    Try disabling non-x86_64 SSE patch

 bwa.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/bwa.spec b/bwa.spec
index 8647d4c..ffcdef2 100644
--- a/bwa.spec
+++ b/bwa.spec
@@ -22,9 +22,9 @@ for read shorter than 150bp and the other for longer reads.
 %setup -q
 
 # SSE2 only on x86_64
-%ifnarch x86_64
-%patch0 -p1 -b .bwa-nosse2-i386.patch
-%endif
+#%ifnarch x86_64
+#%patch0 -p1 -b .bwa-nosse2-i386.patch
+#%endif
 
 
 %build


More information about the scm-commits mailing list