=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for py39-tables-3.9.2 * Building wheel... /tmp/blosc_list_compressorsqikz2scx.c:1:10: fatal error: 'blosc.h' file not found #include "blosc.h" ^~~~~~~~~ 1 error generated. cpuinfo failed, assuming no CPU features: No module named 'cpuinfo' * Using Python 3.9.18 (main, Feb 19 2024, 00:24:56) * Found cython 3.0.8 * USE_PKGCONFIG: True * Found HDF5 headers at ``/opt/pkg/include``, library at ``/opt/pkg/lib``. .. WARNING:: Could not find the HDF5 runtime. The HDF5 shared library was *not* found in the default library paths. In case of runtime problems, please remember to install it. * Found LZO 2 headers at ``/opt/pkg/include``, library at ``/opt/pkg/lib``. .. WARNING:: Could not find the LZO 2 runtime. The LZO 2 shared library was *not* found in the default library paths. In case of runtime problems, please remember to install it. * Skipping detection of LZO 1 since LZO 2 has already been found. * Found bzip2 headers at ``/opt/pkg/include``, library at ``/opt/pkg/lib``. * Could not find blosc headers and library; using internal sources. * Run 'blosc2_find_directories_hook' * Unable to find blosc2 wheel. * Found blosc2 headers at ``/opt/pkg/include``, library at ``/opt/pkg/lib``. * Copying blosc2 runtime library to 'tables' dir because it was not found in standard locations Compiling tables/utilsextension.pyx because it changed. [1/1] Cythonizing tables/utilsextension.pyx Compiling tables/hdf5extension.pyx because it changed. [1/1] Cythonizing tables/hdf5extension.pyx Compiling tables/tableextension.pyx because it changed. [1/1] Cythonizing tables/tableextension.pyx Compiling tables/linkextension.pyx because it changed. [1/1] Cythonizing tables/linkextension.pyx Compiling tables/_comp_lzo.pyx because it changed. [1/1] Cythonizing tables/_comp_lzo.pyx Compiling tables/_comp_bzip2.pyx because it changed. [1/1] Cythonizing tables/_comp_bzip2.pyx Compiling tables/lrucacheextension.pyx because it changed. [1/1] Cythonizing tables/lrucacheextension.pyx Compiling tables/indexesextension.pyx because it changed. [1/1] Cythonizing tables/indexesextension.pyx running bdist_wheel running build running build_py creating build creating build/lib.macosx-11.3-x86_64-cpython-39 creating build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/__init__.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/_version.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/array.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/atom.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/attributeset.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/carray.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/conditions.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/description.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/earray.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/exceptions.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/expression.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/file.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/filters.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/flavor.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/group.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/idxutils.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/index.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/indexes.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/leaf.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/link.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/node.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/parameters.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/path.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/registry.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/req_versions.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/table.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/undoredo.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/unimplemented.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/utils.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/vlarray.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables creating build/lib.macosx-11.3-x86_64-cpython-39/tables/misc copying tables/misc/__init__.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/misc copying tables/misc/enum.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/misc copying tables/misc/proxydict.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/misc creating build/lib.macosx-11.3-x86_64-cpython-39/tables/nodes copying tables/nodes/__init__.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/nodes copying tables/nodes/filenode.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/nodes creating build/lib.macosx-11.3-x86_64-cpython-39/tables/scripts copying tables/scripts/__init__.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/scripts copying tables/scripts/pt2to3.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/scripts copying tables/scripts/ptdump.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/scripts copying tables/scripts/ptrepack.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/scripts copying tables/scripts/pttree.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/scripts creating build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/__init__.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/check_leaks.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/common.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/create_backcompat_indexes.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_all.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_array.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_attributes.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_aux.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_backcompat.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_basics.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_carray.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_create.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_do_undo.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_earray.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_enum.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_expression.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_garbage.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_hdf5compat.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_index_backcompat.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_indexes.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_indexvalues.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_large_tables.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_links.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_lists.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_nestedtypes.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_numpy.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_queries.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_suite.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_tables.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_tablesMD.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_timestamps.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_timetype.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_tree.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_types.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_utils.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_vlarray.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests creating build/lib.macosx-11.3-x86_64-cpython-39/tables/nodes/tests copying tables/nodes/tests/__init__.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/nodes/tests copying tables/nodes/tests/test_filenode.py -> build/lib.macosx-11.3-x86_64-cpython-39/tables/nodes/tests running egg_info writing tables.egg-info/PKG-INFO writing dependency_links to tables.egg-info/dependency_links.txt writing entry points to tables.egg-info/entry_points.txt writing requirements to tables.egg-info/requires.txt writing top-level names to tables.egg-info/top_level.txt reading manifest file 'tables.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.c' found under directory 'tables' warning: no files found matching '*.inc' under directory 'c-blosc/blosc' warning: no files found matching '*.conf' under directory 'doc' warning: no files found matching '*.*_t' under directory 'doc' warning: no files found matching '*.js' under directory 'doc' warning: no files found matching '*.css' under directory 'doc' warning: no files found matching '*' under directory 'doc/sphinxext' warning: no previously-included files matching '*' found under directory 'doc/build' warning: no files found matching '*.h5' under directory 'bench' adding license file 'LICENSE.txt' writing manifest file 'tables.egg-info/SOURCES.txt' copying tables/_comp_bzip2.pyx -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/_comp_lzo.pyx -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/definitions.pxd -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/hdf5extension.pxd -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/hdf5extension.pyx -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/indexesextension.pyx -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/linkextension.pyx -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/lrucacheextension.pxd -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/lrucacheextension.pyx -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/tableextension.pyx -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/utilsextension.pxd -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/utilsextension.pyx -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/libblosc2.dylib -> build/lib.macosx-11.3-x86_64-cpython-39/tables copying tables/tests/Table2_1_lzo_nrv2e_shuffle.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/Tables_lzo1.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/Tables_lzo1_shuffle.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/Tables_lzo2.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/Tables_lzo2_shuffle.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/array_mdatom.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/attr-u16.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/b2nd-no-chunkshape.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/blosc_bigendian.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/bug-idx.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/elink.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/elink2.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/ex-noattr.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/flavored_vlarrays-format1.6.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/float.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/idx-std-1.x.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/indexes_2_0.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/indexes_2_1.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/issue_368.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/issue_560.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/itemsize.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/matlab_file.mat -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/nested-type-with-gaps.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/non-chunked-table.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/oldflavor_numeric.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/out_of_order_types.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/python2.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/python3.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/scalar.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/slink.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/smpl_SDSextendible.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/smpl_compound_chunked.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/smpl_enum.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/smpl_f64be.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/smpl_f64le.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/smpl_i32be.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/smpl_i32le.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/smpl_i64be.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/smpl_i64le.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/smpl_unsupptype.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_ref_array1.mat -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_ref_array2.mat -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/test_szip.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/time-table-vlarray-1_x.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/times-nested-be.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/vlstr_attr.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/vlunicode_endian.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/zerodim-attrs-1.3.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/tests/zerodim-attrs-1.4.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/tests copying tables/nodes/tests/test_filenode.dat -> build/lib.macosx-11.3-x86_64-cpython-39/tables/nodes/tests copying tables/nodes/tests/test_filenode.xbm -> build/lib.macosx-11.3-x86_64-cpython-39/tables/nodes/tests copying tables/nodes/tests/test_filenode_v1.h5 -> build/lib.macosx-11.3-x86_64-cpython-39/tables/nodes/tests running build_ext building 'tables.utilsextension' extension creating build/temp.macosx-11.3-x86_64-cpython-39 creating build/temp.macosx-11.3-x86_64-cpython-39/c-blosc creating build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc creating build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs creating build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/lz4-1.9.4 creating build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13 creating build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5 creating build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common creating build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress creating build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress creating build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/deprecated creating build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder creating build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy creating build/temp.macosx-11.3-x86_64-cpython-39/hdf5-blosc creating build/temp.macosx-11.3-x86_64-cpython-39/hdf5-blosc/src creating build/temp.macosx-11.3-x86_64-cpython-39/hdf5-blosc2 creating build/temp.macosx-11.3-x86_64-cpython-39/hdf5-blosc2/src creating build/temp.macosx-11.3-x86_64-cpython-39/src creating build/temp.macosx-11.3-x86_64-cpython-39/tables clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/blosc/bitshuffle-generic.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/bitshuffle-generic.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/blosc/blosc.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/blosc.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/blosc/blosc.c:763:38: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'unsigned long' [-Wsign-compare] if (src_offset < 0 || src_offset > compressedsize - sizeof(int32_t)) { ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c-blosc/blosc/blosc.c:985:19: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'unsigned long' [-Wsign-compare] if (blocksize > BLOSC_MAX_BLOCKSIZE) { ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ c-blosc/blosc/blosc.c:1459:26: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'unsigned long' [-Wsign-compare] context->blocksize > BLOSC_MAX_BLOCKSIZE || context->typesize <= 0 || ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ c-blosc/blosc/blosc.c:1458:53: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'size_t' (aka 'unsigned long') [-Wsign-compare] if (context->blocksize <= 0 || context->blocksize > destsize || ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~ c-blosc/blosc/blosc.c:1596:57: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'unsigned long' [-Wsign-compare] if (blocksize <= 0 || blocksize > nbytes || blocksize > BLOSC_MAX_BLOCKSIZE || ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ 5 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/blosc/blosclz.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/blosclz.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/blosc/fastcopy.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/fastcopy.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/blosc/shuffle-generic.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/shuffle-generic.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/blosc/shuffle.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/shuffle.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/blosc/shuffle.c:302:4: warning: Hardware-acceleration detection not implemented for the target architecture. Only the generic shuffle/unshuffle routines will be available. [-W#warnings] #warning Hardware-acceleration detection not implemented for the target architecture. Only the generic shuffle/unshuffle routines will be available. ^ 1 warning generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/lz4-1.9.4/lz4.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/lz4-1.9.4/lz4.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/lz4-1.9.4/lz4hc.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/lz4-1.9.4/lz4hc.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/adler32.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/adler32.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/adler32.c:63:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32_z(adler, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/adler32.c:134:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32(adler, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/adler32.c:143:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local uLong adler32_combine_(adler1, adler2, len2) ^ c-blosc/internal-complibs/zlib-1.2.13/adler32.c:172:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32_combine(adler1, adler2, len2) ^ c-blosc/internal-complibs/zlib-1.2.13/adler32.c:180:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32_combine64(adler1, adler2, len2) ^ 5 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/compress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/compress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/compress.c:22:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT compress2(dest, destLen, source, sourceLen, level) ^ c-blosc/internal-complibs/zlib-1.2.13/compress.c:68:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT compress(dest, destLen, source, sourceLen) ^ c-blosc/internal-complibs/zlib-1.2.13/compress.c:81:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT compressBound(sourceLen) ^ 3 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/crc32.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/crc32.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/crc32.c:126:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_word_t byte_swap(word) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:551:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_crc_t multmodp(a, b) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:575:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_crc_t x2nmodp(n, k) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:726:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_crc_t crc_word(data) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:735:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_word_t crc_word_big(data) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:748:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned long ZEXPORT crc32_z(crc, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:1072:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned long ZEXPORT crc32(crc, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:1081:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine64(crc1, crc2, len2) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:1093:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine(crc1, crc2, len2) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:1102:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine_gen64(len2) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:1112:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine_gen(len2) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:1119:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine_op(crc1, crc2, op) ^ 12 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/deflate.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/deflate.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/deflate.c:198:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void slide_hash(s) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:225:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateInit_(strm, level, version, stream_size) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:237:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:389:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int deflateStateCheck(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:412:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateSetDictionary(strm, dictionary, dictLength) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:481:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateGetDictionary(strm, dictionary, dictLength) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:503:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateResetKeep(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:541:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateReset(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:553:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateSetHeader(strm, head) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:564:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflatePending(strm, pending, bits) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:578:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflatePrime(strm, bits, value) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:605:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateParams(strm, level, strategy) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:654:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:696:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT deflateBound(strm, sourceLen) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:768:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void putShortMSB(s, b) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:782:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void flush_pending(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:815:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflate(strm, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1130:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateEnd(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1156:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateCopy(dest, source) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1215:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned read_buf(strm, buf, size) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1245:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void lm_init(s) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1278:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local uInt longest_match(s, cur_match) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1527:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void fill_window(s) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1690:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_stored(s, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1877:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_fast(s, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1979:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_slow(s, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:2110:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_rle(s, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:2184:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_huff(s, flush) ^ 28 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/gzclose.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzclose.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/gzclose.c:11:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzclose(file) ^ 1 warning generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/gzlib.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzlib.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:75:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void gz_reset(state) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:93:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local gzFile gz_open(path, fd, mode) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:272:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] gzFile ZEXPORT gzopen(path, mode) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:280:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] gzFile ZEXPORT gzopen64(path, mode) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:288:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] gzFile ZEXPORT gzdopen(fd, mode) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:318:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzbuffer(file, size) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:345:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzrewind(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:368:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off64_t ZEXPORT gzseek64(file, offset, whence) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:445:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off_t ZEXPORT gzseek(file, offset, whence) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:457:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off64_t ZEXPORT gztell64(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:474:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off_t ZEXPORT gztell(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:484:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off64_t ZEXPORT gzoffset64(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:507:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off_t ZEXPORT gzoffset(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:517:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzeof(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:534:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] const char * ZEXPORT gzerror(file, errnum) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:555:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZEXPORT gzclearerr(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:581:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL gz_error(state, err, msg) ^ 17 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/gzread.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzread.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/gzread.c:21:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_load(state, buf, len, have) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:56:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_avail(state) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:91:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_look(state) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:173:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_decomp(state) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:227:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_fetch(state) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:257:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_skip(state, len) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:292:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_size_t gz_read(state, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:373:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzread(file, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:409:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_size_t ZEXPORT gzfread(buf, size, nitems, file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:445:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzgetc(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:472:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzgetc_(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:479:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzungetc(c, file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:539:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char * ZEXPORT gzgets(file, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:603:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzdirect(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:623:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzclose_r(file) ^ 15 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzwrite.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:17:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_init(state) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:73:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_comp(state, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:154:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_zero(state, len) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:187:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_size_t gz_write(state, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:255:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzwrite(file, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:283:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_size_t ZEXPORT gzfwrite(buf, size, nitems, file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:313:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzputc(file, c) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:361:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzputs(file, s) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:565:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzflush(file, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:597:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzsetparams(file, level, strategy) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:639:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzclose_w(file) ^ 11 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/infback.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/infback.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/infback.c:28:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size) ^ c-blosc/internal-complibs/zlib-1.2.13/infback.c:83:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void fixedtables(state) ^ c-blosc/internal-complibs/zlib-1.2.13/infback.c:251:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) ^ c-blosc/internal-complibs/zlib-1.2.13/infback.c:635:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateBackEnd(strm) ^ 4 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/inffast.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/inffast.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/inffast.c:50:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL inflate_fast(strm, start) ^ 1 warning generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/inflate.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/inflate.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/inflate.c:105:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int inflateStateCheck(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:119:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateResetKeep(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:145:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateReset(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:158:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateReset2(strm, windowBits) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:198:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:242:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateInit_(strm, version, stream_size) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:250:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflatePrime(strm, bits, value) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:281:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void fixedtables(state) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:399:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int updatewindow(strm, end, copy) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:625:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflate(strm, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1304:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateEnd(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1318:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1341:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1376:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateGetHeader(strm, head) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1404:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned syncsearch(have, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1427:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateSync(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1485:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateSyncPoint(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1495:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateCopy(dest, source) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1542:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateUndermine(strm, subvert) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1560:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateValidate(strm, check) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1575:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long ZEXPORT inflateMark(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1588:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned long ZEXPORT inflateCodesUsed(strm) ^ 22 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/inftrees.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/inftrees.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/inftrees.c:32:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) ^ 1 warning generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/trees.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/trees.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/trees.c:379:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_init(s) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:407:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void init_block(s) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:451:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void pqdownheap(s, tree, k) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:486:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void gen_bitlen(s, desc) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:572:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void gen_codes(tree, max_code, bl_count) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:615:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void build_tree(s, desc) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:703:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void scan_tree(s, tree, max_code) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:748:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void send_tree(s, tree, max_code) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:799:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int build_bl_tree(s) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:834:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void send_all_trees(s, lcodes, dcodes, blcodes) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:863:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:887:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_flush_bits(s) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:897:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_align(s) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:912:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:1014:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZLIB_INTERNAL _tr_tally(s, dist, lc) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:1042:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void compress_block(s, ltree, dtree) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:1102:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int detect_data_type(s) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:1136:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned bi_reverse(code, len) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:1151:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void bi_flush(s) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:1168:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void bi_windup(s) ^ 20 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/uncompr.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/uncompr.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/uncompr.c:27:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT uncompress2(dest, destLen, source, sourceLen) ^ c-blosc/internal-complibs/zlib-1.2.13/uncompr.c:86:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT uncompress(dest, destLen, source, sourceLen) ^ 2 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/zutil.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/zutil.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/zutil.c:135:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] const char * ZEXPORT zError(err) ^ c-blosc/internal-complibs/zlib-1.2.13/zutil.c:307:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] voidpf ZLIB_INTERNAL zcalloc(opaque, items, size) ^ c-blosc/internal-complibs/zlib-1.2.13/zutil.c:317:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL zcfree(opaque, ptr) ^ 3 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/debug.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/debug.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/error_private.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/error_private.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/pool.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/pool.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/threading.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/threading.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/hist.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/hist.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.c:112:9: warning: code will never be executed [-Wunreachable-code] ZSTD_customFree(bufPool, cMem); ^~~~~~~~~~~~~~~ c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.c:376:9: warning: code will never be executed [-Wunreachable-code] ZSTD_customFree(cctxPool, cMem); ^~~~~~~~~~~~~~~ 2 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c hdf5-blosc/src/blosc_filter.c -o build/temp.macosx-11.3-x86_64-cpython-39/hdf5-blosc/src/blosc_filter.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c hdf5-blosc2/src/blosc2_filter.c -o build/temp.macosx-11.3-x86_64-cpython-39/hdf5-blosc2/src/blosc2_filter.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c src/H5ARRAY.c -o build/temp.macosx-11.3-x86_64-cpython-39/src/H5ARRAY.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c src/H5ATTR.c -o build/temp.macosx-11.3-x86_64-cpython-39/src/H5ATTR.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c src/utils.c -o build/temp.macosx-11.3-x86_64-cpython-39/src/utils.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c tables/utilsextension.c -o build/temp.macosx-11.3-x86_64-cpython-39/tables/utilsextension.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION tables/utilsextension.c:28144:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ tables/utilsextension.c:527:34: note: expanded from macro 'CYTHON_FALLTHROUGH' #define CYTHON_FALLTHROUGH __attribute__((fallthrough)) ^ tables/utilsextension.c:28155:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ tables/utilsextension.c:527:34: note: expanded from macro 'CYTHON_FALLTHROUGH' #define CYTHON_FALLTHROUGH __attribute__((fallthrough)) ^ 2 warnings generated. clang -bundle -undefined dynamic_lookup -L. -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/bitshuffle-generic.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/blosc.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/blosclz.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/fastcopy.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/shuffle-generic.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/shuffle.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/lz4-1.9.4/lz4.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/lz4-1.9.4/lz4hc.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/adler32.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/compress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/crc32.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/deflate.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzclose.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzlib.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzread.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzwrite.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/infback.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/inffast.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/inflate.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/inftrees.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/trees.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/uncompr.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/zutil.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/debug.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/error_private.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/pool.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/threading.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/hist.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.o build/temp.macosx-11.3-x86_64-cpython-39/hdf5-blosc/src/blosc_filter.o build/temp.macosx-11.3-x86_64-cpython-39/hdf5-blosc2/src/blosc2_filter.o build/temp.macosx-11.3-x86_64-cpython-39/src/H5ARRAY.o build/temp.macosx-11.3-x86_64-cpython-39/src/H5ATTR.o build/temp.macosx-11.3-x86_64-cpython-39/src/utils.o build/temp.macosx-11.3-x86_64-cpython-39/tables/utilsextension.o -L/opt/lib64 -L/opt/local/lib -L/opt/lib -L/usr/lib64 -L/opt/local/lib64 -L/usr/lib -L/opt/pkg/lib -L/lib64 -L/lib -L/sw/lib -L/sw/lib64 -L/usr/local/lib -L/usr/local/lib64 -L/opt/pkg/lib -lhdf5 -lblosc2 -o build/lib.macosx-11.3-x86_64-cpython-39/tables/utilsextension.so building 'tables.hdf5extension' extension clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/blosc/bitshuffle-generic.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/bitshuffle-generic.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/blosc/blosc.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/blosc.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/blosc/blosc.c:763:38: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'unsigned long' [-Wsign-compare] if (src_offset < 0 || src_offset > compressedsize - sizeof(int32_t)) { ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c-blosc/blosc/blosc.c:985:19: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'unsigned long' [-Wsign-compare] if (blocksize > BLOSC_MAX_BLOCKSIZE) { ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ c-blosc/blosc/blosc.c:1459:26: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'unsigned long' [-Wsign-compare] context->blocksize > BLOSC_MAX_BLOCKSIZE || context->typesize <= 0 || ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ c-blosc/blosc/blosc.c:1458:53: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'size_t' (aka 'unsigned long') [-Wsign-compare] if (context->blocksize <= 0 || context->blocksize > destsize || ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~ c-blosc/blosc/blosc.c:1596:57: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'unsigned long' [-Wsign-compare] if (blocksize <= 0 || blocksize > nbytes || blocksize > BLOSC_MAX_BLOCKSIZE || ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ 5 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/blosc/blosclz.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/blosclz.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/blosc/fastcopy.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/fastcopy.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/blosc/shuffle-generic.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/shuffle-generic.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/blosc/shuffle.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/shuffle.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/blosc/shuffle.c:302:4: warning: Hardware-acceleration detection not implemented for the target architecture. Only the generic shuffle/unshuffle routines will be available. [-W#warnings] #warning Hardware-acceleration detection not implemented for the target architecture. Only the generic shuffle/unshuffle routines will be available. ^ 1 warning generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/lz4-1.9.4/lz4.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/lz4-1.9.4/lz4.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/lz4-1.9.4/lz4hc.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/lz4-1.9.4/lz4hc.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/adler32.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/adler32.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/adler32.c:63:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32_z(adler, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/adler32.c:134:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32(adler, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/adler32.c:143:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local uLong adler32_combine_(adler1, adler2, len2) ^ c-blosc/internal-complibs/zlib-1.2.13/adler32.c:172:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32_combine(adler1, adler2, len2) ^ c-blosc/internal-complibs/zlib-1.2.13/adler32.c:180:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32_combine64(adler1, adler2, len2) ^ 5 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/compress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/compress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/compress.c:22:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT compress2(dest, destLen, source, sourceLen, level) ^ c-blosc/internal-complibs/zlib-1.2.13/compress.c:68:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT compress(dest, destLen, source, sourceLen) ^ c-blosc/internal-complibs/zlib-1.2.13/compress.c:81:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT compressBound(sourceLen) ^ 3 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/crc32.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/crc32.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/crc32.c:126:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_word_t byte_swap(word) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:551:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_crc_t multmodp(a, b) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:575:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_crc_t x2nmodp(n, k) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:726:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_crc_t crc_word(data) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:735:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_word_t crc_word_big(data) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:748:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned long ZEXPORT crc32_z(crc, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:1072:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned long ZEXPORT crc32(crc, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:1081:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine64(crc1, crc2, len2) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:1093:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine(crc1, crc2, len2) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:1102:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine_gen64(len2) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:1112:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine_gen(len2) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:1119:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine_op(crc1, crc2, op) ^ 12 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/deflate.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/deflate.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/deflate.c:198:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void slide_hash(s) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:225:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateInit_(strm, level, version, stream_size) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:237:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:389:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int deflateStateCheck(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:412:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateSetDictionary(strm, dictionary, dictLength) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:481:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateGetDictionary(strm, dictionary, dictLength) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:503:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateResetKeep(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:541:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateReset(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:553:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateSetHeader(strm, head) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:564:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflatePending(strm, pending, bits) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:578:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflatePrime(strm, bits, value) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:605:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateParams(strm, level, strategy) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:654:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:696:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT deflateBound(strm, sourceLen) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:768:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void putShortMSB(s, b) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:782:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void flush_pending(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:815:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflate(strm, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1130:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateEnd(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1156:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateCopy(dest, source) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1215:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned read_buf(strm, buf, size) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1245:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void lm_init(s) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1278:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local uInt longest_match(s, cur_match) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1527:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void fill_window(s) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1690:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_stored(s, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1877:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_fast(s, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1979:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_slow(s, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:2110:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_rle(s, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:2184:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_huff(s, flush) ^ 28 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/gzclose.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzclose.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/gzclose.c:11:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzclose(file) ^ 1 warning generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/gzlib.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzlib.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:75:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void gz_reset(state) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:93:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local gzFile gz_open(path, fd, mode) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:272:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] gzFile ZEXPORT gzopen(path, mode) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:280:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] gzFile ZEXPORT gzopen64(path, mode) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:288:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] gzFile ZEXPORT gzdopen(fd, mode) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:318:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzbuffer(file, size) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:345:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzrewind(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:368:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off64_t ZEXPORT gzseek64(file, offset, whence) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:445:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off_t ZEXPORT gzseek(file, offset, whence) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:457:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off64_t ZEXPORT gztell64(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:474:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off_t ZEXPORT gztell(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:484:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off64_t ZEXPORT gzoffset64(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:507:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off_t ZEXPORT gzoffset(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:517:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzeof(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:534:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] const char * ZEXPORT gzerror(file, errnum) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:555:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZEXPORT gzclearerr(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:581:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL gz_error(state, err, msg) ^ 17 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/gzread.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzread.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/gzread.c:21:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_load(state, buf, len, have) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:56:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_avail(state) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:91:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_look(state) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:173:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_decomp(state) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:227:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_fetch(state) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:257:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_skip(state, len) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:292:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_size_t gz_read(state, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:373:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzread(file, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:409:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_size_t ZEXPORT gzfread(buf, size, nitems, file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:445:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzgetc(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:472:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzgetc_(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:479:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzungetc(c, file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:539:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char * ZEXPORT gzgets(file, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:603:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzdirect(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:623:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzclose_r(file) ^ 15 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzwrite.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:17:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_init(state) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:73:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_comp(state, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:154:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_zero(state, len) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:187:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_size_t gz_write(state, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:255:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzwrite(file, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:283:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_size_t ZEXPORT gzfwrite(buf, size, nitems, file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:313:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzputc(file, c) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:361:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzputs(file, s) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:565:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzflush(file, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:597:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzsetparams(file, level, strategy) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:639:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzclose_w(file) ^ 11 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/infback.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/infback.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/infback.c:28:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size) ^ c-blosc/internal-complibs/zlib-1.2.13/infback.c:83:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void fixedtables(state) ^ c-blosc/internal-complibs/zlib-1.2.13/infback.c:251:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) ^ c-blosc/internal-complibs/zlib-1.2.13/infback.c:635:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateBackEnd(strm) ^ 4 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/inffast.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/inffast.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/inffast.c:50:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL inflate_fast(strm, start) ^ 1 warning generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/inflate.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/inflate.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/inflate.c:105:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int inflateStateCheck(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:119:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateResetKeep(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:145:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateReset(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:158:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateReset2(strm, windowBits) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:198:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:242:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateInit_(strm, version, stream_size) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:250:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflatePrime(strm, bits, value) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:281:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void fixedtables(state) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:399:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int updatewindow(strm, end, copy) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:625:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflate(strm, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1304:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateEnd(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1318:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1341:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1376:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateGetHeader(strm, head) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1404:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned syncsearch(have, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1427:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateSync(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1485:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateSyncPoint(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1495:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateCopy(dest, source) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1542:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateUndermine(strm, subvert) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1560:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateValidate(strm, check) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1575:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long ZEXPORT inflateMark(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1588:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned long ZEXPORT inflateCodesUsed(strm) ^ 22 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/inftrees.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/inftrees.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/inftrees.c:32:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) ^ 1 warning generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/trees.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/trees.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/trees.c:379:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_init(s) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:407:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void init_block(s) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:451:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void pqdownheap(s, tree, k) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:486:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void gen_bitlen(s, desc) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:572:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void gen_codes(tree, max_code, bl_count) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:615:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void build_tree(s, desc) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:703:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void scan_tree(s, tree, max_code) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:748:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void send_tree(s, tree, max_code) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:799:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int build_bl_tree(s) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:834:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void send_all_trees(s, lcodes, dcodes, blcodes) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:863:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:887:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_flush_bits(s) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:897:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_align(s) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:912:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:1014:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZLIB_INTERNAL _tr_tally(s, dist, lc) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:1042:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void compress_block(s, ltree, dtree) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:1102:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int detect_data_type(s) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:1136:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned bi_reverse(code, len) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:1151:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void bi_flush(s) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:1168:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void bi_windup(s) ^ 20 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/uncompr.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/uncompr.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/uncompr.c:27:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT uncompress2(dest, destLen, source, sourceLen) ^ c-blosc/internal-complibs/zlib-1.2.13/uncompr.c:86:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT uncompress(dest, destLen, source, sourceLen) ^ 2 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/zutil.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/zutil.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/zutil.c:135:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] const char * ZEXPORT zError(err) ^ c-blosc/internal-complibs/zlib-1.2.13/zutil.c:307:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] voidpf ZLIB_INTERNAL zcalloc(opaque, items, size) ^ c-blosc/internal-complibs/zlib-1.2.13/zutil.c:317:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL zcfree(opaque, ptr) ^ 3 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/debug.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/debug.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/error_private.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/error_private.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/pool.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/pool.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/threading.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/threading.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/hist.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/hist.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.c:112:9: warning: code will never be executed [-Wunreachable-code] ZSTD_customFree(bufPool, cMem); ^~~~~~~~~~~~~~~ c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.c:376:9: warning: code will never be executed [-Wunreachable-code] ZSTD_customFree(cctxPool, cMem); ^~~~~~~~~~~~~~~ 2 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c hdf5-blosc/src/blosc_filter.c -o build/temp.macosx-11.3-x86_64-cpython-39/hdf5-blosc/src/blosc_filter.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c hdf5-blosc2/src/blosc2_filter.c -o build/temp.macosx-11.3-x86_64-cpython-39/hdf5-blosc2/src/blosc2_filter.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c src/H5ARRAY-opt.c -o build/temp.macosx-11.3-x86_64-cpython-39/src/H5ARRAY-opt.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION src/H5ARRAY-opt.c:502:27: warning: format specifies type 'long' but the argument has type 'int64_t' (aka 'long long') [-Wformat] i, array->shape[i], i, chunk_shape[i]); ^~~~~~~~~~~~~~~ src/H5ARRAY-opt.c:37:52: note: expanded from macro 'IF_TRUE_OUT_BTRACE' IF_TRUE_OUT_DO(_COND, BLOSC_TRACE_ERROR(_MESG, ##__VA_ARGS__)) ~~~~~ ^~~~~~~~~~~ /Users/pbulk/build/math/py-tables/work/.buildlink/include/blosc2.h:97:63: note: expanded from macro 'BLOSC_TRACE_ERROR' #define BLOSC_TRACE_ERROR(msg, ...) BLOSC_TRACE(error, msg, ##__VA_ARGS__) ~~~ ^~~~~~~~~~~ /Users/pbulk/build/math/py-tables/work/.buildlink/include/blosc2.h:104:61: note: expanded from macro 'BLOSC_TRACE' fprintf(stderr, "[%s] - " msg " (%s:%d)\n", #cat, ##__VA_ARGS__, __FILE__, __LINE__); \ ~~~ ^~~~~~~~~~~ src/H5ARRAY-opt.c:32:53: note: expanded from macro 'IF_TRUE_OUT_DO' #define IF_TRUE_OUT_DO(_COND, _STMT) { if (_COND) { _STMT; goto out; } } ^~~~~ src/H5ARRAY-opt.c:502:47: warning: format specifies type 'unsigned long' but the argument has type 'hsize_t' (aka 'unsigned long long') [-Wformat] i, array->shape[i], i, chunk_shape[i]); ^~~~~~~~~~~~~~ src/H5ARRAY-opt.c:37:52: note: expanded from macro 'IF_TRUE_OUT_BTRACE' IF_TRUE_OUT_DO(_COND, BLOSC_TRACE_ERROR(_MESG, ##__VA_ARGS__)) ~~~~~ ^~~~~~~~~~~ /Users/pbulk/build/math/py-tables/work/.buildlink/include/blosc2.h:97:63: note: expanded from macro 'BLOSC_TRACE_ERROR' #define BLOSC_TRACE_ERROR(msg, ...) BLOSC_TRACE(error, msg, ##__VA_ARGS__) ~~~ ^~~~~~~~~~~ /Users/pbulk/build/math/py-tables/work/.buildlink/include/blosc2.h:104:61: note: expanded from macro 'BLOSC_TRACE' fprintf(stderr, "[%s] - " msg " (%s:%d)\n", #cat, ##__VA_ARGS__, __FILE__, __LINE__); \ ~~~ ^~~~~~~~~~~ src/H5ARRAY-opt.c:32:53: note: expanded from macro 'IF_TRUE_OUT_DO' #define IF_TRUE_OUT_DO(_COND, _STMT) { if (_COND) { _STMT; goto out; } } ^~~~~ 2 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c src/H5ARRAY.c -o build/temp.macosx-11.3-x86_64-cpython-39/src/H5ARRAY.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c src/H5ATTR.c -o build/temp.macosx-11.3-x86_64-cpython-39/src/H5ATTR.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c src/H5VLARRAY.c -o build/temp.macosx-11.3-x86_64-cpython-39/src/H5VLARRAY.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c src/typeconv.c -o build/temp.macosx-11.3-x86_64-cpython-39/src/typeconv.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c src/utils.c -o build/temp.macosx-11.3-x86_64-cpython-39/src/utils.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c tables/hdf5extension.c -o build/temp.macosx-11.3-x86_64-cpython-39/tables/hdf5extension.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION tables/hdf5extension.c:46372:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ tables/hdf5extension.c:527:34: note: expanded from macro 'CYTHON_FALLTHROUGH' #define CYTHON_FALLTHROUGH __attribute__((fallthrough)) ^ tables/hdf5extension.c:46383:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ tables/hdf5extension.c:527:34: note: expanded from macro 'CYTHON_FALLTHROUGH' #define CYTHON_FALLTHROUGH __attribute__((fallthrough)) ^ 2 warnings generated. clang -bundle -undefined dynamic_lookup -L. -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/bitshuffle-generic.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/blosc.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/blosclz.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/fastcopy.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/shuffle-generic.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/shuffle.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/lz4-1.9.4/lz4.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/lz4-1.9.4/lz4hc.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/adler32.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/compress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/crc32.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/deflate.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzclose.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzlib.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzread.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzwrite.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/infback.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/inffast.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/inflate.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/inftrees.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/trees.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/uncompr.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/zutil.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/debug.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/error_private.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/pool.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/threading.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/hist.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.o build/temp.macosx-11.3-x86_64-cpython-39/hdf5-blosc/src/blosc_filter.o build/temp.macosx-11.3-x86_64-cpython-39/hdf5-blosc2/src/blosc2_filter.o build/temp.macosx-11.3-x86_64-cpython-39/src/H5ARRAY-opt.o build/temp.macosx-11.3-x86_64-cpython-39/src/H5ARRAY.o build/temp.macosx-11.3-x86_64-cpython-39/src/H5ATTR.o build/temp.macosx-11.3-x86_64-cpython-39/src/H5VLARRAY.o build/temp.macosx-11.3-x86_64-cpython-39/src/typeconv.o build/temp.macosx-11.3-x86_64-cpython-39/src/utils.o build/temp.macosx-11.3-x86_64-cpython-39/tables/hdf5extension.o -L/opt/lib64 -L/opt/local/lib -L/opt/lib -L/usr/lib64 -L/opt/local/lib64 -L/usr/lib -L/opt/pkg/lib -L/lib64 -L/lib -L/sw/lib -L/sw/lib64 -L/usr/local/lib -L/usr/local/lib64 -L/opt/pkg/lib -lhdf5 -lblosc2 -o build/lib.macosx-11.3-x86_64-cpython-39/tables/hdf5extension.so building 'tables.tableextension' extension clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/blosc/bitshuffle-generic.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/bitshuffle-generic.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/blosc/blosc.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/blosc.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/blosc/blosc.c:763:38: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'unsigned long' [-Wsign-compare] if (src_offset < 0 || src_offset > compressedsize - sizeof(int32_t)) { ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c-blosc/blosc/blosc.c:985:19: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'unsigned long' [-Wsign-compare] if (blocksize > BLOSC_MAX_BLOCKSIZE) { ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ c-blosc/blosc/blosc.c:1459:26: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'unsigned long' [-Wsign-compare] context->blocksize > BLOSC_MAX_BLOCKSIZE || context->typesize <= 0 || ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ c-blosc/blosc/blosc.c:1458:53: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'size_t' (aka 'unsigned long') [-Wsign-compare] if (context->blocksize <= 0 || context->blocksize > destsize || ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~ c-blosc/blosc/blosc.c:1596:57: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'unsigned long' [-Wsign-compare] if (blocksize <= 0 || blocksize > nbytes || blocksize > BLOSC_MAX_BLOCKSIZE || ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ 5 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/blosc/blosclz.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/blosclz.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/blosc/fastcopy.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/fastcopy.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/blosc/shuffle-generic.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/shuffle-generic.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/blosc/shuffle.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/shuffle.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/blosc/shuffle.c:302:4: warning: Hardware-acceleration detection not implemented for the target architecture. Only the generic shuffle/unshuffle routines will be available. [-W#warnings] #warning Hardware-acceleration detection not implemented for the target architecture. Only the generic shuffle/unshuffle routines will be available. ^ 1 warning generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/lz4-1.9.4/lz4.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/lz4-1.9.4/lz4.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/lz4-1.9.4/lz4hc.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/lz4-1.9.4/lz4hc.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/adler32.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/adler32.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/adler32.c:63:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32_z(adler, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/adler32.c:134:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32(adler, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/adler32.c:143:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local uLong adler32_combine_(adler1, adler2, len2) ^ c-blosc/internal-complibs/zlib-1.2.13/adler32.c:172:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32_combine(adler1, adler2, len2) ^ c-blosc/internal-complibs/zlib-1.2.13/adler32.c:180:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32_combine64(adler1, adler2, len2) ^ 5 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/compress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/compress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/compress.c:22:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT compress2(dest, destLen, source, sourceLen, level) ^ c-blosc/internal-complibs/zlib-1.2.13/compress.c:68:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT compress(dest, destLen, source, sourceLen) ^ c-blosc/internal-complibs/zlib-1.2.13/compress.c:81:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT compressBound(sourceLen) ^ 3 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/crc32.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/crc32.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/crc32.c:126:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_word_t byte_swap(word) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:551:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_crc_t multmodp(a, b) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:575:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_crc_t x2nmodp(n, k) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:726:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_crc_t crc_word(data) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:735:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_word_t crc_word_big(data) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:748:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned long ZEXPORT crc32_z(crc, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:1072:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned long ZEXPORT crc32(crc, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:1081:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine64(crc1, crc2, len2) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:1093:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine(crc1, crc2, len2) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:1102:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine_gen64(len2) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:1112:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine_gen(len2) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:1119:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine_op(crc1, crc2, op) ^ 12 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/deflate.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/deflate.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/deflate.c:198:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void slide_hash(s) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:225:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateInit_(strm, level, version, stream_size) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:237:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:389:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int deflateStateCheck(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:412:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateSetDictionary(strm, dictionary, dictLength) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:481:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateGetDictionary(strm, dictionary, dictLength) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:503:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateResetKeep(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:541:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateReset(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:553:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateSetHeader(strm, head) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:564:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflatePending(strm, pending, bits) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:578:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflatePrime(strm, bits, value) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:605:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateParams(strm, level, strategy) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:654:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:696:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT deflateBound(strm, sourceLen) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:768:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void putShortMSB(s, b) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:782:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void flush_pending(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:815:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflate(strm, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1130:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateEnd(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1156:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateCopy(dest, source) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1215:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned read_buf(strm, buf, size) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1245:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void lm_init(s) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1278:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local uInt longest_match(s, cur_match) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1527:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void fill_window(s) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1690:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_stored(s, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1877:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_fast(s, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1979:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_slow(s, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:2110:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_rle(s, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:2184:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_huff(s, flush) ^ 28 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/gzclose.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzclose.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/gzclose.c:11:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzclose(file) ^ 1 warning generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/gzlib.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzlib.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:75:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void gz_reset(state) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:93:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local gzFile gz_open(path, fd, mode) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:272:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] gzFile ZEXPORT gzopen(path, mode) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:280:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] gzFile ZEXPORT gzopen64(path, mode) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:288:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] gzFile ZEXPORT gzdopen(fd, mode) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:318:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzbuffer(file, size) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:345:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzrewind(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:368:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off64_t ZEXPORT gzseek64(file, offset, whence) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:445:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off_t ZEXPORT gzseek(file, offset, whence) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:457:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off64_t ZEXPORT gztell64(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:474:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off_t ZEXPORT gztell(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:484:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off64_t ZEXPORT gzoffset64(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:507:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off_t ZEXPORT gzoffset(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:517:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzeof(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:534:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] const char * ZEXPORT gzerror(file, errnum) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:555:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZEXPORT gzclearerr(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:581:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL gz_error(state, err, msg) ^ 17 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/gzread.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzread.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/gzread.c:21:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_load(state, buf, len, have) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:56:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_avail(state) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:91:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_look(state) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:173:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_decomp(state) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:227:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_fetch(state) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:257:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_skip(state, len) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:292:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_size_t gz_read(state, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:373:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzread(file, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:409:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_size_t ZEXPORT gzfread(buf, size, nitems, file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:445:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzgetc(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:472:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzgetc_(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:479:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzungetc(c, file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:539:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char * ZEXPORT gzgets(file, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:603:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzdirect(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:623:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzclose_r(file) ^ 15 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzwrite.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:17:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_init(state) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:73:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_comp(state, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:154:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_zero(state, len) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:187:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_size_t gz_write(state, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:255:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzwrite(file, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:283:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_size_t ZEXPORT gzfwrite(buf, size, nitems, file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:313:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzputc(file, c) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:361:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzputs(file, s) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:565:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzflush(file, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:597:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzsetparams(file, level, strategy) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:639:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzclose_w(file) ^ 11 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/infback.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/infback.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/infback.c:28:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size) ^ c-blosc/internal-complibs/zlib-1.2.13/infback.c:83:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void fixedtables(state) ^ c-blosc/internal-complibs/zlib-1.2.13/infback.c:251:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) ^ c-blosc/internal-complibs/zlib-1.2.13/infback.c:635:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateBackEnd(strm) ^ 4 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/inffast.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/inffast.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/inffast.c:50:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL inflate_fast(strm, start) ^ 1 warning generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/inflate.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/inflate.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/inflate.c:105:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int inflateStateCheck(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:119:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateResetKeep(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:145:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateReset(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:158:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateReset2(strm, windowBits) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:198:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:242:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateInit_(strm, version, stream_size) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:250:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflatePrime(strm, bits, value) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:281:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void fixedtables(state) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:399:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int updatewindow(strm, end, copy) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:625:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflate(strm, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1304:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateEnd(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1318:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1341:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1376:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateGetHeader(strm, head) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1404:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned syncsearch(have, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1427:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateSync(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1485:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateSyncPoint(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1495:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateCopy(dest, source) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1542:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateUndermine(strm, subvert) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1560:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateValidate(strm, check) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1575:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long ZEXPORT inflateMark(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1588:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned long ZEXPORT inflateCodesUsed(strm) ^ 22 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/inftrees.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/inftrees.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/inftrees.c:32:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) ^ 1 warning generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/trees.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/trees.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/trees.c:379:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_init(s) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:407:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void init_block(s) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:451:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void pqdownheap(s, tree, k) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:486:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void gen_bitlen(s, desc) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:572:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void gen_codes(tree, max_code, bl_count) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:615:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void build_tree(s, desc) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:703:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void scan_tree(s, tree, max_code) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:748:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void send_tree(s, tree, max_code) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:799:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int build_bl_tree(s) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:834:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void send_all_trees(s, lcodes, dcodes, blcodes) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:863:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:887:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_flush_bits(s) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:897:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_align(s) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:912:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:1014:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZLIB_INTERNAL _tr_tally(s, dist, lc) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:1042:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void compress_block(s, ltree, dtree) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:1102:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int detect_data_type(s) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:1136:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned bi_reverse(code, len) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:1151:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void bi_flush(s) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:1168:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void bi_windup(s) ^ 20 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/uncompr.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/uncompr.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/uncompr.c:27:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT uncompress2(dest, destLen, source, sourceLen) ^ c-blosc/internal-complibs/zlib-1.2.13/uncompr.c:86:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT uncompress(dest, destLen, source, sourceLen) ^ 2 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/zutil.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/zutil.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/zutil.c:135:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] const char * ZEXPORT zError(err) ^ c-blosc/internal-complibs/zlib-1.2.13/zutil.c:307:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] voidpf ZLIB_INTERNAL zcalloc(opaque, items, size) ^ c-blosc/internal-complibs/zlib-1.2.13/zutil.c:317:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL zcfree(opaque, ptr) ^ 3 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/debug.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/debug.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/error_private.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/error_private.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/pool.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/pool.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/threading.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/threading.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/hist.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/hist.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.c:112:9: warning: code will never be executed [-Wunreachable-code] ZSTD_customFree(bufPool, cMem); ^~~~~~~~~~~~~~~ c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.c:376:9: warning: code will never be executed [-Wunreachable-code] ZSTD_customFree(cctxPool, cMem); ^~~~~~~~~~~~~~~ 2 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c hdf5-blosc/src/blosc_filter.c -o build/temp.macosx-11.3-x86_64-cpython-39/hdf5-blosc/src/blosc_filter.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c hdf5-blosc2/src/blosc2_filter.c -o build/temp.macosx-11.3-x86_64-cpython-39/hdf5-blosc2/src/blosc2_filter.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c src/H5ATTR.c -o build/temp.macosx-11.3-x86_64-cpython-39/src/H5ATTR.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c src/H5TB-opt.c -o build/temp.macosx-11.3-x86_64-cpython-39/src/H5TB-opt.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION src/H5TB-opt.c:445:59: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'hsize_t' (aka 'unsigned long long') [-Wformat] BLOSC_TRACE_ERROR("Cannot get lazy chunk %zd in %s\n", nchunk, filename); ~~~ ^~~~~~ %llu /Users/pbulk/build/math/py-tables/work/.buildlink/include/blosc2.h:97:63: note: expanded from macro 'BLOSC_TRACE_ERROR' #define BLOSC_TRACE_ERROR(msg, ...) BLOSC_TRACE(error, msg, ##__VA_ARGS__) ~~~ ^~~~~~~~~~~ /Users/pbulk/build/math/py-tables/work/.buildlink/include/blosc2.h:104:61: note: expanded from macro 'BLOSC_TRACE' fprintf(stderr, "[%s] - " msg " (%s:%d)\n", #cat, ##__VA_ARGS__, __FILE__, __LINE__); \ ~~~ ^~~~~~~~~~~ 1 warning generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c src/typeconv.c -o build/temp.macosx-11.3-x86_64-cpython-39/src/typeconv.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c src/utils.c -o build/temp.macosx-11.3-x86_64-cpython-39/src/utils.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c tables/tableextension.c -o build/temp.macosx-11.3-x86_64-cpython-39/tables/tableextension.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION tables/tableextension.c:29621:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ tables/tableextension.c:544:34: note: expanded from macro 'CYTHON_FALLTHROUGH' #define CYTHON_FALLTHROUGH __attribute__((fallthrough)) ^ tables/tableextension.c:29632:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ tables/tableextension.c:544:34: note: expanded from macro 'CYTHON_FALLTHROUGH' #define CYTHON_FALLTHROUGH __attribute__((fallthrough)) ^ 2 warnings generated. clang -bundle -undefined dynamic_lookup -L. -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/bitshuffle-generic.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/blosc.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/blosclz.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/fastcopy.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/shuffle-generic.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/shuffle.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/lz4-1.9.4/lz4.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/lz4-1.9.4/lz4hc.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/adler32.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/compress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/crc32.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/deflate.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzclose.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzlib.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzread.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzwrite.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/infback.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/inffast.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/inflate.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/inftrees.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/trees.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/uncompr.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/zutil.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/debug.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/error_private.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/pool.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/threading.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/hist.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.o build/temp.macosx-11.3-x86_64-cpython-39/hdf5-blosc/src/blosc_filter.o build/temp.macosx-11.3-x86_64-cpython-39/hdf5-blosc2/src/blosc2_filter.o build/temp.macosx-11.3-x86_64-cpython-39/src/H5ATTR.o build/temp.macosx-11.3-x86_64-cpython-39/src/H5TB-opt.o build/temp.macosx-11.3-x86_64-cpython-39/src/typeconv.o build/temp.macosx-11.3-x86_64-cpython-39/src/utils.o build/temp.macosx-11.3-x86_64-cpython-39/tables/tableextension.o -L/opt/lib64 -L/opt/local/lib -L/opt/lib -L/usr/lib64 -L/opt/local/lib64 -L/usr/lib -L/opt/pkg/lib -L/lib64 -L/lib -L/sw/lib -L/sw/lib64 -L/usr/local/lib -L/usr/local/lib64 -L/opt/pkg/lib -lhdf5 -lblosc2 -o build/lib.macosx-11.3-x86_64-cpython-39/tables/tableextension.so building 'tables._comp_lzo' extension clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c src/H5Zlzo.c -o build/temp.macosx-11.3-x86_64-cpython-39/src/H5Zlzo.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c tables/_comp_lzo.c -o build/temp.macosx-11.3-x86_64-cpython-39/tables/_comp_lzo.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -bundle -undefined dynamic_lookup -L. -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 build/temp.macosx-11.3-x86_64-cpython-39/src/H5Zlzo.o build/temp.macosx-11.3-x86_64-cpython-39/tables/_comp_lzo.o -L/opt/lib64 -L/opt/local/lib -L/opt/lib -L/usr/lib64 -L/opt/local/lib64 -L/usr/lib -L/opt/pkg/lib -L/lib64 -L/lib -L/sw/lib -L/sw/lib64 -L/usr/local/lib -L/usr/local/lib64 -L/opt/pkg/lib -lhdf5 -llzo2 -o build/lib.macosx-11.3-x86_64-cpython-39/tables/_comp_lzo.so building 'tables._comp_bzip2' extension clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c src/H5Zbzip2.c -o build/temp.macosx-11.3-x86_64-cpython-39/src/H5Zbzip2.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c tables/_comp_bzip2.c -o build/temp.macosx-11.3-x86_64-cpython-39/tables/_comp_bzip2.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -bundle -undefined dynamic_lookup -L. -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 build/temp.macosx-11.3-x86_64-cpython-39/src/H5Zbzip2.o build/temp.macosx-11.3-x86_64-cpython-39/tables/_comp_bzip2.o -L/opt/lib64 -L/opt/local/lib -L/opt/lib -L/usr/lib64 -L/opt/local/lib64 -L/usr/lib -L/opt/pkg/lib -L/lib64 -L/lib -L/sw/lib -L/sw/lib64 -L/usr/local/lib -L/usr/local/lib64 -L/opt/pkg/lib -lhdf5 -lbz2 -o build/lib.macosx-11.3-x86_64-cpython-39/tables/_comp_bzip2.so building 'tables.linkextension' extension clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c tables/linkextension.c -o build/temp.macosx-11.3-x86_64-cpython-39/tables/linkextension.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION tables/linkextension.c:13309:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ tables/linkextension.c:527:34: note: expanded from macro 'CYTHON_FALLTHROUGH' #define CYTHON_FALLTHROUGH __attribute__((fallthrough)) ^ tables/linkextension.c:13320:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ tables/linkextension.c:527:34: note: expanded from macro 'CYTHON_FALLTHROUGH' #define CYTHON_FALLTHROUGH __attribute__((fallthrough)) ^ 2 warnings generated. clang -bundle -undefined dynamic_lookup -L. -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 build/temp.macosx-11.3-x86_64-cpython-39/tables/linkextension.o -L/opt/lib64 -L/opt/local/lib -L/opt/lib -L/usr/lib64 -L/opt/local/lib64 -L/usr/lib -L/opt/pkg/lib -L/lib64 -L/lib -L/sw/lib -L/sw/lib64 -L/usr/local/lib -L/usr/local/lib64 -L/opt/pkg/lib -lhdf5 -lblosc2 -o build/lib.macosx-11.3-x86_64-cpython-39/tables/linkextension.so building 'tables.lrucacheextension' extension clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c tables/lrucacheextension.c -o build/temp.macosx-11.3-x86_64-cpython-39/tables/lrucacheextension.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -bundle -undefined dynamic_lookup -L. -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 build/temp.macosx-11.3-x86_64-cpython-39/tables/lrucacheextension.o -L/opt/lib64 -L/opt/local/lib -L/opt/lib -L/usr/lib64 -L/opt/local/lib64 -L/usr/lib -L/opt/pkg/lib -L/lib64 -L/lib -L/sw/lib -L/sw/lib64 -L/usr/local/lib -L/usr/local/lib64 -L/opt/pkg/lib -o build/lib.macosx-11.3-x86_64-cpython-39/tables/lrucacheextension.so building 'tables.indexesextension' extension clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/blosc/bitshuffle-generic.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/bitshuffle-generic.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/blosc/blosc.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/blosc.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/blosc/blosc.c:763:38: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'unsigned long' [-Wsign-compare] if (src_offset < 0 || src_offset > compressedsize - sizeof(int32_t)) { ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c-blosc/blosc/blosc.c:985:19: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'unsigned long' [-Wsign-compare] if (blocksize > BLOSC_MAX_BLOCKSIZE) { ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ c-blosc/blosc/blosc.c:1459:26: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'unsigned long' [-Wsign-compare] context->blocksize > BLOSC_MAX_BLOCKSIZE || context->typesize <= 0 || ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ c-blosc/blosc/blosc.c:1458:53: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'size_t' (aka 'unsigned long') [-Wsign-compare] if (context->blocksize <= 0 || context->blocksize > destsize || ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~ c-blosc/blosc/blosc.c:1596:57: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'unsigned long' [-Wsign-compare] if (blocksize <= 0 || blocksize > nbytes || blocksize > BLOSC_MAX_BLOCKSIZE || ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ 5 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/blosc/blosclz.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/blosclz.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/blosc/fastcopy.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/fastcopy.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/blosc/shuffle-generic.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/shuffle-generic.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/blosc/shuffle.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/shuffle.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/blosc/shuffle.c:302:4: warning: Hardware-acceleration detection not implemented for the target architecture. Only the generic shuffle/unshuffle routines will be available. [-W#warnings] #warning Hardware-acceleration detection not implemented for the target architecture. Only the generic shuffle/unshuffle routines will be available. ^ 1 warning generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/lz4-1.9.4/lz4.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/lz4-1.9.4/lz4.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/lz4-1.9.4/lz4hc.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/lz4-1.9.4/lz4hc.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/adler32.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/adler32.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/adler32.c:63:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32_z(adler, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/adler32.c:134:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32(adler, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/adler32.c:143:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local uLong adler32_combine_(adler1, adler2, len2) ^ c-blosc/internal-complibs/zlib-1.2.13/adler32.c:172:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32_combine(adler1, adler2, len2) ^ c-blosc/internal-complibs/zlib-1.2.13/adler32.c:180:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32_combine64(adler1, adler2, len2) ^ 5 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/compress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/compress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/compress.c:22:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT compress2(dest, destLen, source, sourceLen, level) ^ c-blosc/internal-complibs/zlib-1.2.13/compress.c:68:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT compress(dest, destLen, source, sourceLen) ^ c-blosc/internal-complibs/zlib-1.2.13/compress.c:81:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT compressBound(sourceLen) ^ 3 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/crc32.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/crc32.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/crc32.c:126:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_word_t byte_swap(word) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:551:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_crc_t multmodp(a, b) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:575:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_crc_t x2nmodp(n, k) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:726:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_crc_t crc_word(data) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:735:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_word_t crc_word_big(data) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:748:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned long ZEXPORT crc32_z(crc, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:1072:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned long ZEXPORT crc32(crc, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:1081:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine64(crc1, crc2, len2) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:1093:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine(crc1, crc2, len2) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:1102:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine_gen64(len2) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:1112:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine_gen(len2) ^ c-blosc/internal-complibs/zlib-1.2.13/crc32.c:1119:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine_op(crc1, crc2, op) ^ 12 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/deflate.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/deflate.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/deflate.c:198:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void slide_hash(s) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:225:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateInit_(strm, level, version, stream_size) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:237:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:389:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int deflateStateCheck(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:412:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateSetDictionary(strm, dictionary, dictLength) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:481:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateGetDictionary(strm, dictionary, dictLength) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:503:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateResetKeep(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:541:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateReset(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:553:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateSetHeader(strm, head) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:564:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflatePending(strm, pending, bits) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:578:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflatePrime(strm, bits, value) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:605:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateParams(strm, level, strategy) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:654:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:696:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT deflateBound(strm, sourceLen) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:768:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void putShortMSB(s, b) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:782:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void flush_pending(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:815:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflate(strm, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1130:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateEnd(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1156:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT deflateCopy(dest, source) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1215:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned read_buf(strm, buf, size) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1245:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void lm_init(s) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1278:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local uInt longest_match(s, cur_match) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1527:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void fill_window(s) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1690:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_stored(s, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1877:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_fast(s, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:1979:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_slow(s, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:2110:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_rle(s, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/deflate.c:2184:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local block_state deflate_huff(s, flush) ^ 28 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/gzclose.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzclose.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/gzclose.c:11:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzclose(file) ^ 1 warning generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/gzlib.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzlib.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:75:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void gz_reset(state) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:93:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local gzFile gz_open(path, fd, mode) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:272:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] gzFile ZEXPORT gzopen(path, mode) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:280:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] gzFile ZEXPORT gzopen64(path, mode) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:288:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] gzFile ZEXPORT gzdopen(fd, mode) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:318:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzbuffer(file, size) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:345:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzrewind(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:368:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off64_t ZEXPORT gzseek64(file, offset, whence) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:445:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off_t ZEXPORT gzseek(file, offset, whence) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:457:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off64_t ZEXPORT gztell64(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:474:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off_t ZEXPORT gztell(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:484:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off64_t ZEXPORT gzoffset64(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:507:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_off_t ZEXPORT gzoffset(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:517:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzeof(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:534:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] const char * ZEXPORT gzerror(file, errnum) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:555:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZEXPORT gzclearerr(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzlib.c:581:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL gz_error(state, err, msg) ^ 17 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/gzread.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzread.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/gzread.c:21:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_load(state, buf, len, have) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:56:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_avail(state) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:91:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_look(state) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:173:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_decomp(state) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:227:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_fetch(state) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:257:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_skip(state, len) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:292:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_size_t gz_read(state, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:373:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzread(file, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:409:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_size_t ZEXPORT gzfread(buf, size, nitems, file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:445:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzgetc(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:472:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzgetc_(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:479:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzungetc(c, file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:539:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char * ZEXPORT gzgets(file, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:603:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzdirect(file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzread.c:623:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzclose_r(file) ^ 15 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzwrite.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:17:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_init(state) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:73:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_comp(state, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:154:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int gz_zero(state, len) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:187:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local z_size_t gz_write(state, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:255:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzwrite(file, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:283:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] z_size_t ZEXPORT gzfwrite(buf, size, nitems, file) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:313:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzputc(file, c) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:361:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzputs(file, s) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:565:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzflush(file, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:597:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzsetparams(file, level, strategy) ^ c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c:639:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT gzclose_w(file) ^ 11 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/infback.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/infback.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/infback.c:28:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size) ^ c-blosc/internal-complibs/zlib-1.2.13/infback.c:83:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void fixedtables(state) ^ c-blosc/internal-complibs/zlib-1.2.13/infback.c:251:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) ^ c-blosc/internal-complibs/zlib-1.2.13/infback.c:635:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateBackEnd(strm) ^ 4 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/inffast.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/inffast.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/inffast.c:50:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL inflate_fast(strm, start) ^ 1 warning generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/inflate.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/inflate.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/inflate.c:105:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int inflateStateCheck(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:119:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateResetKeep(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:145:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateReset(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:158:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateReset2(strm, windowBits) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:198:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:242:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateInit_(strm, version, stream_size) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:250:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflatePrime(strm, bits, value) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:281:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void fixedtables(state) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:399:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int updatewindow(strm, end, copy) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:625:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflate(strm, flush) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1304:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateEnd(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1318:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1341:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1376:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateGetHeader(strm, head) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1404:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned syncsearch(have, buf, len) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1427:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateSync(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1485:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateSyncPoint(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1495:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateCopy(dest, source) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1542:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateUndermine(strm, subvert) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1560:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateValidate(strm, check) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1575:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long ZEXPORT inflateMark(strm) ^ c-blosc/internal-complibs/zlib-1.2.13/inflate.c:1588:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned long ZEXPORT inflateCodesUsed(strm) ^ 22 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/inftrees.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/inftrees.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/inftrees.c:32:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) ^ 1 warning generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/trees.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/trees.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/trees.c:379:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_init(s) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:407:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void init_block(s) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:451:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void pqdownheap(s, tree, k) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:486:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void gen_bitlen(s, desc) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:572:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void gen_codes(tree, max_code, bl_count) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:615:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void build_tree(s, desc) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:703:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void scan_tree(s, tree, max_code) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:748:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void send_tree(s, tree, max_code) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:799:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int build_bl_tree(s) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:834:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void send_all_trees(s, lcodes, dcodes, blcodes) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:863:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:887:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_flush_bits(s) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:897:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_align(s) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:912:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:1014:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZLIB_INTERNAL _tr_tally(s, dist, lc) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:1042:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void compress_block(s, ltree, dtree) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:1102:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int detect_data_type(s) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:1136:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned bi_reverse(code, len) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:1151:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void bi_flush(s) ^ c-blosc/internal-complibs/zlib-1.2.13/trees.c:1168:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void bi_windup(s) ^ 20 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/uncompr.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/uncompr.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/uncompr.c:27:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT uncompress2(dest, destLen, source, sourceLen) ^ c-blosc/internal-complibs/zlib-1.2.13/uncompr.c:86:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT uncompress(dest, destLen, source, sourceLen) ^ 2 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zlib-1.2.13/zutil.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/zutil.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zlib-1.2.13/zutil.c:135:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] const char * ZEXPORT zError(err) ^ c-blosc/internal-complibs/zlib-1.2.13/zutil.c:307:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] voidpf ZLIB_INTERNAL zcalloc(opaque, items, size) ^ c-blosc/internal-complibs/zlib-1.2.13/zutil.c:317:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ZLIB_INTERNAL zcfree(opaque, ptr) ^ 3 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/debug.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/debug.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/error_private.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/error_private.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/pool.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/pool.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/threading.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/threading.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/hist.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/hist.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.c:112:9: warning: code will never be executed [-Wunreachable-code] ZSTD_customFree(bufPool, cMem); ^~~~~~~~~~~~~~~ c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.c:376:9: warning: code will never be executed [-Wunreachable-code] ZSTD_customFree(cctxPool, cMem); ^~~~~~~~~~~~~~~ 2 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.c -o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c hdf5-blosc/src/blosc_filter.c -o build/temp.macosx-11.3-x86_64-cpython-39/hdf5-blosc/src/blosc_filter.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c hdf5-blosc2/src/blosc2_filter.c -o build/temp.macosx-11.3-x86_64-cpython-39/hdf5-blosc2/src/blosc2_filter.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c src/H5ARRAY-opt.c -o build/temp.macosx-11.3-x86_64-cpython-39/src/H5ARRAY-opt.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION src/H5ARRAY-opt.c:502:27: warning: format specifies type 'long' but the argument has type 'int64_t' (aka 'long long') [-Wformat] i, array->shape[i], i, chunk_shape[i]); ^~~~~~~~~~~~~~~ src/H5ARRAY-opt.c:37:52: note: expanded from macro 'IF_TRUE_OUT_BTRACE' IF_TRUE_OUT_DO(_COND, BLOSC_TRACE_ERROR(_MESG, ##__VA_ARGS__)) ~~~~~ ^~~~~~~~~~~ /Users/pbulk/build/math/py-tables/work/.buildlink/include/blosc2.h:97:63: note: expanded from macro 'BLOSC_TRACE_ERROR' #define BLOSC_TRACE_ERROR(msg, ...) BLOSC_TRACE(error, msg, ##__VA_ARGS__) ~~~ ^~~~~~~~~~~ /Users/pbulk/build/math/py-tables/work/.buildlink/include/blosc2.h:104:61: note: expanded from macro 'BLOSC_TRACE' fprintf(stderr, "[%s] - " msg " (%s:%d)\n", #cat, ##__VA_ARGS__, __FILE__, __LINE__); \ ~~~ ^~~~~~~~~~~ src/H5ARRAY-opt.c:32:53: note: expanded from macro 'IF_TRUE_OUT_DO' #define IF_TRUE_OUT_DO(_COND, _STMT) { if (_COND) { _STMT; goto out; } } ^~~~~ src/H5ARRAY-opt.c:502:47: warning: format specifies type 'unsigned long' but the argument has type 'hsize_t' (aka 'unsigned long long') [-Wformat] i, array->shape[i], i, chunk_shape[i]); ^~~~~~~~~~~~~~ src/H5ARRAY-opt.c:37:52: note: expanded from macro 'IF_TRUE_OUT_BTRACE' IF_TRUE_OUT_DO(_COND, BLOSC_TRACE_ERROR(_MESG, ##__VA_ARGS__)) ~~~~~ ^~~~~~~~~~~ /Users/pbulk/build/math/py-tables/work/.buildlink/include/blosc2.h:97:63: note: expanded from macro 'BLOSC_TRACE_ERROR' #define BLOSC_TRACE_ERROR(msg, ...) BLOSC_TRACE(error, msg, ##__VA_ARGS__) ~~~ ^~~~~~~~~~~ /Users/pbulk/build/math/py-tables/work/.buildlink/include/blosc2.h:104:61: note: expanded from macro 'BLOSC_TRACE' fprintf(stderr, "[%s] - " msg " (%s:%d)\n", #cat, ##__VA_ARGS__, __FILE__, __LINE__); \ ~~~ ^~~~~~~~~~~ src/H5ARRAY-opt.c:32:53: note: expanded from macro 'IF_TRUE_OUT_DO' #define IF_TRUE_OUT_DO(_COND, _STMT) { if (_COND) { _STMT; goto out; } } ^~~~~ 2 warnings generated. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c src/idx-opt.c -o build/temp.macosx-11.3-x86_64-cpython-39/src/idx-opt.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c src/utils.c -o build/temp.macosx-11.3-x86_64-cpython-39/src/utils.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -Ihdf5-blosc2/src -I/sw/include -I/opt/local/include -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ic-blosc/blosc -Ic-blosc/internal-complibs/zlib-1.2.13 -I/opt/pkg/include/python3.9 -I/include -Ic-blosc/internal-complibs/lz4-1.9.4 -I/opt/pkg/include -I/usr/include -I/opt/include -Ihdf5-blosc/src -I/usr/local/include -Ic-blosc/internal-complibs/zstd-1.5.5 -I/opt/pkg/lib/python3.9/site-packages/numpy/core/include -I/opt/pkg/include/python3.9 -c tables/indexesextension.c -o build/temp.macosx-11.3-x86_64-cpython-39/tables/indexesextension.o -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -Isrc -DH5_USE_110_API -DH5Rdereference_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION clang -bundle -undefined dynamic_lookup -L. -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.9 -I/opt/pkg/include -I/opt/pkg/include/python3.9 build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/bitshuffle-generic.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/blosc.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/blosclz.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/fastcopy.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/shuffle-generic.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/blosc/shuffle.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/lz4-1.9.4/lz4.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/lz4-1.9.4/lz4hc.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/adler32.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/compress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/crc32.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/deflate.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzclose.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzlib.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzread.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/gzwrite.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/infback.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/inffast.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/inflate.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/inftrees.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/trees.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/uncompr.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zlib-1.2.13/zutil.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/debug.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/error_private.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/pool.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/threading.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/hist.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.o build/temp.macosx-11.3-x86_64-cpython-39/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.o build/temp.macosx-11.3-x86_64-cpython-39/hdf5-blosc/src/blosc_filter.o build/temp.macosx-11.3-x86_64-cpython-39/hdf5-blosc2/src/blosc2_filter.o build/temp.macosx-11.3-x86_64-cpython-39/src/H5ARRAY-opt.o build/temp.macosx-11.3-x86_64-cpython-39/src/idx-opt.o build/temp.macosx-11.3-x86_64-cpython-39/src/utils.o build/temp.macosx-11.3-x86_64-cpython-39/tables/indexesextension.o -L/opt/lib64 -L/opt/local/lib -L/opt/lib -L/usr/lib64 -L/opt/local/lib64 -L/usr/lib -L/opt/pkg/lib -L/lib64 -L/lib -L/sw/lib -L/sw/lib64 -L/usr/local/lib -L/usr/local/lib64 -L/opt/pkg/lib -lhdf5 -lblosc2 -o build/lib.macosx-11.3-x86_64-cpython-39/tables/indexesextension.so installing to build/bdist.macosx-11.3-x86_64/wheel running install running install_lib creating build/bdist.macosx-11.3-x86_64 creating build/bdist.macosx-11.3-x86_64/wheel creating build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/__init__.py -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/_comp_bzip2.pyx -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/_comp_bzip2.so -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/_comp_lzo.pyx -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/_comp_lzo.so -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/_version.py -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/array.py -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/atom.py -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/attributeset.py -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/carray.py -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/conditions.py -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/definitions.pxd -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/description.py -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/earray.py -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/exceptions.py -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/expression.py -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/file.py -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/filters.py -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/flavor.py -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/group.py -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/hdf5extension.pxd -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/hdf5extension.pyx -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/hdf5extension.so -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/idxutils.py -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/index.py -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/indexes.py -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/indexesextension.pyx -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/indexesextension.so -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/leaf.py -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/libblosc2.dylib -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/link.py -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/linkextension.pyx -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/linkextension.so -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/lrucacheextension.pxd -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/lrucacheextension.pyx -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/lrucacheextension.so -> build/bdist.macosx-11.3-x86_64/wheel/tables creating build/bdist.macosx-11.3-x86_64/wheel/tables/misc copying build/lib.macosx-11.3-x86_64-cpython-39/tables/misc/__init__.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/misc copying build/lib.macosx-11.3-x86_64-cpython-39/tables/misc/enum.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/misc copying build/lib.macosx-11.3-x86_64-cpython-39/tables/misc/proxydict.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/misc copying build/lib.macosx-11.3-x86_64-cpython-39/tables/node.py -> build/bdist.macosx-11.3-x86_64/wheel/tables creating build/bdist.macosx-11.3-x86_64/wheel/tables/nodes copying build/lib.macosx-11.3-x86_64-cpython-39/tables/nodes/__init__.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/nodes copying build/lib.macosx-11.3-x86_64-cpython-39/tables/nodes/filenode.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/nodes creating build/bdist.macosx-11.3-x86_64/wheel/tables/nodes/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/nodes/tests/__init__.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/nodes/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/nodes/tests/test_filenode.dat -> build/bdist.macosx-11.3-x86_64/wheel/tables/nodes/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/nodes/tests/test_filenode.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/nodes/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/nodes/tests/test_filenode.xbm -> build/bdist.macosx-11.3-x86_64/wheel/tables/nodes/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/nodes/tests/test_filenode_v1.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/nodes/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/parameters.py -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/path.py -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/registry.py -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/req_versions.py -> build/bdist.macosx-11.3-x86_64/wheel/tables creating build/bdist.macosx-11.3-x86_64/wheel/tables/scripts copying build/lib.macosx-11.3-x86_64-cpython-39/tables/scripts/__init__.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/scripts copying build/lib.macosx-11.3-x86_64-cpython-39/tables/scripts/pt2to3.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/scripts copying build/lib.macosx-11.3-x86_64-cpython-39/tables/scripts/ptdump.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/scripts copying build/lib.macosx-11.3-x86_64-cpython-39/tables/scripts/ptrepack.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/scripts copying build/lib.macosx-11.3-x86_64-cpython-39/tables/scripts/pttree.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/scripts copying build/lib.macosx-11.3-x86_64-cpython-39/tables/table.py -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tableextension.pyx -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tableextension.so -> build/bdist.macosx-11.3-x86_64/wheel/tables creating build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/Table2_1_lzo_nrv2e_shuffle.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/Tables_lzo1.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/Tables_lzo1_shuffle.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/Tables_lzo2.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/Tables_lzo2_shuffle.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/__init__.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/array_mdatom.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/attr-u16.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/b2nd-no-chunkshape.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/blosc_bigendian.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/bug-idx.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/check_leaks.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/common.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/create_backcompat_indexes.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/elink.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/elink2.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/ex-noattr.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/flavored_vlarrays-format1.6.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/float.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/idx-std-1.x.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/indexes_2_0.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/indexes_2_1.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/issue_368.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/issue_560.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/itemsize.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/matlab_file.mat -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/nested-type-with-gaps.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/non-chunked-table.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/oldflavor_numeric.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/out_of_order_types.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/python2.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/python3.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/scalar.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/slink.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/smpl_SDSextendible.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/smpl_compound_chunked.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/smpl_enum.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/smpl_f64be.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/smpl_f64le.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/smpl_i32be.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/smpl_i32le.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/smpl_i64be.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/smpl_i64le.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/smpl_unsupptype.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_all.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_array.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_attributes.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_aux.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_backcompat.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_basics.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_carray.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_create.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_do_undo.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_earray.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_enum.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_expression.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_garbage.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_hdf5compat.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_index_backcompat.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_indexes.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_indexvalues.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_large_tables.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_links.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_lists.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_nestedtypes.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_numpy.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_queries.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_ref_array1.mat -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_ref_array2.mat -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_suite.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_szip.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_tables.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_tablesMD.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_timestamps.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_timetype.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_tree.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_types.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_utils.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/test_vlarray.py -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/time-table-vlarray-1_x.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/times-nested-be.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/vlstr_attr.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/vlunicode_endian.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/zerodim-attrs-1.3.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/tests/zerodim-attrs-1.4.h5 -> build/bdist.macosx-11.3-x86_64/wheel/tables/tests copying build/lib.macosx-11.3-x86_64-cpython-39/tables/undoredo.py -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/unimplemented.py -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/utils.py -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/utilsextension.pxd -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/utilsextension.pyx -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/utilsextension.so -> build/bdist.macosx-11.3-x86_64/wheel/tables copying build/lib.macosx-11.3-x86_64-cpython-39/tables/vlarray.py -> build/bdist.macosx-11.3-x86_64/wheel/tables running install_egg_info Copying tables.egg-info to build/bdist.macosx-11.3-x86_64/wheel/tables-3.9.2-py3.9.egg-info running install_scripts creating build/bdist.macosx-11.3-x86_64/wheel/tables-3.9.2.dist-info/WHEEL creating '/Users/pbulk/build/math/py-tables/work/tables-3.9.2/dist/.tmp-f7b7_jbu/tables-3.9.2-cp39-cp39-macosx_11_0_x86_64.whl' and adding 'build/bdist.macosx-11.3-x86_64/wheel' to it adding 'tables/__init__.py' adding 'tables/_comp_bzip2.pyx' adding 'tables/_comp_bzip2.so' adding 'tables/_comp_lzo.pyx' adding 'tables/_comp_lzo.so' adding 'tables/_version.py' adding 'tables/array.py' adding 'tables/atom.py' adding 'tables/attributeset.py' adding 'tables/carray.py' adding 'tables/conditions.py' adding 'tables/definitions.pxd' adding 'tables/description.py' adding 'tables/earray.py' adding 'tables/exceptions.py' adding 'tables/expression.py' adding 'tables/file.py' adding 'tables/filters.py' adding 'tables/flavor.py' adding 'tables/group.py' adding 'tables/hdf5extension.pxd' adding 'tables/hdf5extension.pyx' adding 'tables/hdf5extension.so' adding 'tables/idxutils.py' adding 'tables/index.py' adding 'tables/indexes.py' adding 'tables/indexesextension.pyx' adding 'tables/indexesextension.so' adding 'tables/leaf.py' adding 'tables/libblosc2.dylib' adding 'tables/link.py' adding 'tables/linkextension.pyx' adding 'tables/linkextension.so' adding 'tables/lrucacheextension.pxd' adding 'tables/lrucacheextension.pyx' adding 'tables/lrucacheextension.so' adding 'tables/node.py' adding 'tables/parameters.py' adding 'tables/path.py' adding 'tables/registry.py' adding 'tables/req_versions.py' adding 'tables/table.py' adding 'tables/tableextension.pyx' adding 'tables/tableextension.so' adding 'tables/undoredo.py' adding 'tables/unimplemented.py' adding 'tables/utils.py' adding 'tables/utilsextension.pxd' adding 'tables/utilsextension.pyx' adding 'tables/utilsextension.so' adding 'tables/vlarray.py' adding 'tables/misc/__init__.py' adding 'tables/misc/enum.py' adding 'tables/misc/proxydict.py' adding 'tables/nodes/__init__.py' adding 'tables/nodes/filenode.py' adding 'tables/nodes/tests/__init__.py' adding 'tables/nodes/tests/test_filenode.dat' adding 'tables/nodes/tests/test_filenode.py' adding 'tables/nodes/tests/test_filenode.xbm' adding 'tables/nodes/tests/test_filenode_v1.h5' adding 'tables/scripts/__init__.py' adding 'tables/scripts/pt2to3.py' adding 'tables/scripts/ptdump.py' adding 'tables/scripts/ptrepack.py' adding 'tables/scripts/pttree.py' adding 'tables/tests/Table2_1_lzo_nrv2e_shuffle.h5' adding 'tables/tests/Tables_lzo1.h5' adding 'tables/tests/Tables_lzo1_shuffle.h5' adding 'tables/tests/Tables_lzo2.h5' adding 'tables/tests/Tables_lzo2_shuffle.h5' adding 'tables/tests/__init__.py' adding 'tables/tests/array_mdatom.h5' adding 'tables/tests/attr-u16.h5' adding 'tables/tests/b2nd-no-chunkshape.h5' adding 'tables/tests/blosc_bigendian.h5' adding 'tables/tests/bug-idx.h5' adding 'tables/tests/check_leaks.py' adding 'tables/tests/common.py' adding 'tables/tests/create_backcompat_indexes.py' adding 'tables/tests/elink.h5' adding 'tables/tests/elink2.h5' adding 'tables/tests/ex-noattr.h5' adding 'tables/tests/flavored_vlarrays-format1.6.h5' adding 'tables/tests/float.h5' adding 'tables/tests/idx-std-1.x.h5' adding 'tables/tests/indexes_2_0.h5' adding 'tables/tests/indexes_2_1.h5' adding 'tables/tests/issue_368.h5' adding 'tables/tests/issue_560.h5' adding 'tables/tests/itemsize.h5' adding 'tables/tests/matlab_file.mat' adding 'tables/tests/nested-type-with-gaps.h5' adding 'tables/tests/non-chunked-table.h5' adding 'tables/tests/oldflavor_numeric.h5' adding 'tables/tests/out_of_order_types.h5' adding 'tables/tests/python2.h5' adding 'tables/tests/python3.h5' adding 'tables/tests/scalar.h5' adding 'tables/tests/slink.h5' adding 'tables/tests/smpl_SDSextendible.h5' adding 'tables/tests/smpl_compound_chunked.h5' adding 'tables/tests/smpl_enum.h5' adding 'tables/tests/smpl_f64be.h5' adding 'tables/tests/smpl_f64le.h5' adding 'tables/tests/smpl_i32be.h5' adding 'tables/tests/smpl_i32le.h5' adding 'tables/tests/smpl_i64be.h5' adding 'tables/tests/smpl_i64le.h5' adding 'tables/tests/smpl_unsupptype.h5' adding 'tables/tests/test_all.py' adding 'tables/tests/test_array.py' adding 'tables/tests/test_attributes.py' adding 'tables/tests/test_aux.py' adding 'tables/tests/test_backcompat.py' adding 'tables/tests/test_basics.py' adding 'tables/tests/test_carray.py' adding 'tables/tests/test_create.py' adding 'tables/tests/test_do_undo.py' adding 'tables/tests/test_earray.py' adding 'tables/tests/test_enum.py' adding 'tables/tests/test_expression.py' adding 'tables/tests/test_garbage.py' adding 'tables/tests/test_hdf5compat.py' adding 'tables/tests/test_index_backcompat.py' adding 'tables/tests/test_indexes.py' adding 'tables/tests/test_indexvalues.py' adding 'tables/tests/test_large_tables.py' adding 'tables/tests/test_links.py' adding 'tables/tests/test_lists.py' adding 'tables/tests/test_nestedtypes.py' adding 'tables/tests/test_numpy.py' adding 'tables/tests/test_queries.py' adding 'tables/tests/test_ref_array1.mat' adding 'tables/tests/test_ref_array2.mat' adding 'tables/tests/test_suite.py' adding 'tables/tests/test_szip.h5' adding 'tables/tests/test_tables.py' adding 'tables/tests/test_tablesMD.py' adding 'tables/tests/test_timestamps.py' adding 'tables/tests/test_timetype.py' adding 'tables/tests/test_tree.py' adding 'tables/tests/test_types.py' adding 'tables/tests/test_utils.py' adding 'tables/tests/test_vlarray.py' adding 'tables/tests/time-table-vlarray-1_x.h5' adding 'tables/tests/times-nested-be.h5' adding 'tables/tests/vlstr_attr.h5' adding 'tables/tests/vlunicode_endian.h5' adding 'tables/tests/zerodim-attrs-1.3.h5' adding 'tables/tests/zerodim-attrs-1.4.h5' adding 'tables-3.9.2.dist-info/LICENSE.txt' adding 'tables-3.9.2.dist-info/METADATA' adding 'tables-3.9.2.dist-info/WHEEL' adding 'tables-3.9.2.dist-info/entry_points.txt' adding 'tables-3.9.2.dist-info/top_level.txt' adding 'tables-3.9.2.dist-info/RECORD' removing build/bdist.macosx-11.3-x86_64/wheel Successfully built tables-3.9.2-cp39-cp39-macosx_11_0_x86_64.whl