From: Debian Science Maintainers Date: Sat, 25 Jul 2015 17:50:31 +0000 (+0000) Subject: Never-use-the-msse2-flag-explicitly X-Git-Tag: archive/raspbian/3.10.2-1+rpi1~1^2^2^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d49a89fa86a4821a2b2bd25a14457af33b1f07d6;p=pytables.git Never-use-the-msse2-flag-explicitly =================================================================== Gbp-Pq: Name 0002-Never-use-the-msse2-flag-explicitly.patch --- diff --git a/setup.py b/setup.py index 03a2339..ebeb353 100755 --- a/setup.py +++ b/setup.py @@ -872,7 +872,7 @@ if __name__ == '__main__': os.remove(fd.name) # SSE2 - if 'sse2' in cpu_flags: + if False and 'sse2' in cpu_flags: print('SSE2 detected and enabled') CFLAGS.append('-DSHUFFLE_SSE2_ENABLED') if os.name == 'nt':