Update to 1.5.1

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-07-19 17:24:20 +02:00
commit b9ab0a05de
4 changed files with 18 additions and 19 deletions

View file

@ -1,6 +1,7 @@
diff -up python-blosc-1.4.1/setup.py.alt-arch python-blosc-1.4.1/setup.py
--- python-blosc-1.4.1/setup.py.alt-arch 2017-01-05 15:53:42.581675095 +0100
+++ python-blosc-1.4.1/setup.py 2017-01-05 15:54:06.361675095 +0100
diff --git python-blosc-1.5.1/setup.py~ python-blosc-1.5.1/setup.py
index fbb540c289..93bc0ac0e6 100644
--- python-blosc-1.5.1/setup.py~
+++ python-blosc-1.5.1/setup.py
@@ -19,7 +19,6 @@ import sys
from setuptools import Extension
from setuptools import setup
@ -9,8 +10,8 @@ diff -up python-blosc-1.4.1/setup.py.alt-arch python-blosc-1.4.1/setup.py
########### Check versions ##########
@@ -93,26 +93,6 @@ else:
inc_dirs += glob('c-blosc/internal-complibs/zstd*/common')
@@ -94,27 +93,6 @@ else:
inc_dirs += glob('c-blosc/internal-complibs/zstd*')
def_macros += [('HAVE_LZ4', 1), ('HAVE_SNAPPY', 1), ('HAVE_ZLIB', 1), ('HAVE_ZSTD', 1)]
- # Guess SSE2 or AVX2 capabilities
@ -33,6 +34,7 @@ diff -up python-blosc-1.4.1/setup.py.alt-arch python-blosc-1.4.1/setup.py
- CFLAGS.append('-mavx2')
- elif os.name == 'nt':
- def_macros += [('__AVX2__', 1)]
-
classifiers = """\
Development Status :: 5 - Production/Stable
Intended Audience :: Developers