Skip to content

Commit 84909f1

Browse files
committed
Deactivate SNAPPY
1 parent 94b009e commit 84909f1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,10 @@ def blosc_extension():
7777
include_dirs += [d for d in glob('c-blosc/internal-complibs/*/*')
7878
if os.path.isdir(d)]
7979
define_macros += [('HAVE_LZ4', 1),
80-
('HAVE_SNAPPY', 1),
8180
('HAVE_ZLIB', 1),
82-
('HAVE_ZSTD', 1)]
81+
('HAVE_ZSTD', 1),
82+
('DEACTIVATE_SNAPPY', 1),
83+
]
8384
# define_macros += [('CYTHON_TRACE', '1')]
8485

8586
# SSE2

0 commit comments

Comments
 (0)