Skip to content

Commit 45fdddb

Browse files
authored
Cleaned define_macros from blosc system
1 parent df1dcbf commit 45fdddb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

setup.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,7 @@ def _blosc_extension_with_system_libs():
140140

141141
# remove minizip because Python.h 3.8 tries to include crypt.h
142142
include_dirs = [d for d in include_dirs if 'minizip' not in d]
143-
define_macros += [
144-
('HAVE_LZ4', 1),
145-
# ('HAVE_SNAPPY', 1),
146-
('HAVE_ZLIB', 1),
147-
('HAVE_ZSTD', 1),
148-
]
143+
149144
# define_macros += [('CYTHON_TRACE', '1')]
150145

151146
# SSE2

0 commit comments

Comments
 (0)