diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 10c710b..78e003d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -71,8 +71,14 @@ jobs: shell: bash -el {0} run: cargo test ${{ matrix.flags }} --release - test-musllinux: + test-cross: runs-on: ubuntu-latest + strategy: + fail-fast: false + matrix: + target: + - x86_64-unknown-linux-musl + - s390x-unknown-linux-gnu steps: - uses: actions/checkout@v4 with: @@ -85,7 +91,7 @@ jobs: run: cargo install cross --git https://github.com/cross-rs/cross --rev 6d097fb - name: Test - run: cross test --target x86_64-unknown-linux-musl --no-default-features --features static --release + run: cross test --target ${{ matrix.target }} --no-default-features --features static --release test-native: runs-on: ${{ matrix.os }} diff --git a/Cargo.toml b/Cargo.toml index 3df02d2..10223b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blosc2-rs" -version = "0.3.0+2.14.3" +version = "0.3.0+2.14.4-35f236c" description = "Blosc2" license = "MIT" edition = "2021" @@ -17,7 +17,7 @@ static = ["blosc2-sys/static"] shared = ["blosc2-sys/shared"] [dependencies] -blosc2-sys = { path = "blosc2-sys", version = "0.3.0+2.14.3" } +blosc2-sys = { path = "blosc2-sys", version = "0.3.0+2.14.4-35f236c" } parking_lot = "^0.12" [dev-dependencies] diff --git a/blosc2-sys/Cargo.toml b/blosc2-sys/Cargo.toml index 1b1e8fb..8500049 100644 --- a/blosc2-sys/Cargo.toml +++ b/blosc2-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blosc2-sys" -version = "0.3.0+2.14.3" +version = "0.3.0+2.14.4-35f236c" edition = "2021" description = "Bindings to C Blosc2" license = "MIT" diff --git a/blosc2-sys/Makefile b/blosc2-sys/Makefile deleted file mode 100644 index 3b637e4..0000000 --- a/blosc2-sys/Makefile +++ /dev/null @@ -1,2070 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.27 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/milesg/Projects/blosc2-rs/blosc2-sys/c-blosc2 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/milesg/Projects/blosc2-rs/blosc2-sys - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/milesg/Projects/blosc2-rs/blosc2-sys/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target test -test: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..." - /usr/bin/ctest --force-new-ctest-process $(ARGS) -.PHONY : test - -# Special rule for the target test -test/fast: test -.PHONY : test/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"DEV\" \"LIB\" \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/milesg/Projects/blosc2-rs/blosc2-sys/CMakeFiles /home/milesg/Projects/blosc2-rs/blosc2-sys//CMakeFiles/progress.marks - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all - $(CMAKE_COMMAND) -E cmake_progress_start /home/milesg/Projects/blosc2-rs/blosc2-sys/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -#============================================================================= -# Target rules for targets named uninstall - -# Build rule for target. -uninstall: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 uninstall -.PHONY : uninstall - -# fast build rule for target. -uninstall/fast: - $(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build -.PHONY : uninstall/fast - -#============================================================================= -# Target rules for targets named zlib - -# Build rule for target. -zlib: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zlib -.PHONY : zlib - -# fast build rule for target. -zlib/fast: - $(MAKE) $(MAKESILENT) -f internal-complibs/zlib-ng-2.0.7/CMakeFiles/zlib.dir/build.make internal-complibs/zlib-ng-2.0.7/CMakeFiles/zlib.dir/build -.PHONY : zlib/fast - -#============================================================================= -# Target rules for targets named test_ndlz - -# Build rule for target. -test_ndlz: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_ndlz -.PHONY : test_ndlz - -# fast build rule for target. -test_ndlz/fast: - $(MAKE) $(MAKESILENT) -f plugins/codecs/ndlz/CMakeFiles/test_ndlz.dir/build.make plugins/codecs/ndlz/CMakeFiles/test_ndlz.dir/build -.PHONY : test_ndlz/fast - -#============================================================================= -# Target rules for targets named test_zfp_acc_float - -# Build rule for target. -test_zfp_acc_float: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_zfp_acc_float -.PHONY : test_zfp_acc_float - -# fast build rule for target. -test_zfp_acc_float/fast: - $(MAKE) $(MAKESILENT) -f plugins/codecs/zfp/CMakeFiles/test_zfp_acc_float.dir/build.make plugins/codecs/zfp/CMakeFiles/test_zfp_acc_float.dir/build -.PHONY : test_zfp_acc_float/fast - -#============================================================================= -# Target rules for targets named test_zfp_prec_float - -# Build rule for target. -test_zfp_prec_float: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_zfp_prec_float -.PHONY : test_zfp_prec_float - -# fast build rule for target. -test_zfp_prec_float/fast: - $(MAKE) $(MAKESILENT) -f plugins/codecs/zfp/CMakeFiles/test_zfp_prec_float.dir/build.make plugins/codecs/zfp/CMakeFiles/test_zfp_prec_float.dir/build -.PHONY : test_zfp_prec_float/fast - -#============================================================================= -# Target rules for targets named test_zfp_rate_float - -# Build rule for target. -test_zfp_rate_float: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_zfp_rate_float -.PHONY : test_zfp_rate_float - -# fast build rule for target. -test_zfp_rate_float/fast: - $(MAKE) $(MAKESILENT) -f plugins/codecs/zfp/CMakeFiles/test_zfp_rate_float.dir/build.make plugins/codecs/zfp/CMakeFiles/test_zfp_rate_float.dir/build -.PHONY : test_zfp_rate_float/fast - -#============================================================================= -# Target rules for targets named test_zfp_rate_getitem - -# Build rule for target. -test_zfp_rate_getitem: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_zfp_rate_getitem -.PHONY : test_zfp_rate_getitem - -# fast build rule for target. -test_zfp_rate_getitem/fast: - $(MAKE) $(MAKESILENT) -f plugins/codecs/zfp/CMakeFiles/test_zfp_rate_getitem.dir/build.make plugins/codecs/zfp/CMakeFiles/test_zfp_rate_getitem.dir/build -.PHONY : test_zfp_rate_getitem/fast - -#============================================================================= -# Target rules for targets named test_ndcell - -# Build rule for target. -test_ndcell: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_ndcell -.PHONY : test_ndcell - -# fast build rule for target. -test_ndcell/fast: - $(MAKE) $(MAKESILENT) -f plugins/filters/ndcell/CMakeFiles/test_ndcell.dir/build.make plugins/filters/ndcell/CMakeFiles/test_ndcell.dir/build -.PHONY : test_ndcell/fast - -#============================================================================= -# Target rules for targets named test_ndmean_repart - -# Build rule for target. -test_ndmean_repart: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_ndmean_repart -.PHONY : test_ndmean_repart - -# fast build rule for target. -test_ndmean_repart/fast: - $(MAKE) $(MAKESILENT) -f plugins/filters/ndmean/CMakeFiles/test_ndmean_repart.dir/build.make plugins/filters/ndmean/CMakeFiles/test_ndmean_repart.dir/build -.PHONY : test_ndmean_repart/fast - -#============================================================================= -# Target rules for targets named test_ndmean_mean - -# Build rule for target. -test_ndmean_mean: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_ndmean_mean -.PHONY : test_ndmean_mean - -# fast build rule for target. -test_ndmean_mean/fast: - $(MAKE) $(MAKESILENT) -f plugins/filters/ndmean/CMakeFiles/test_ndmean_mean.dir/build.make plugins/filters/ndmean/CMakeFiles/test_ndmean_mean.dir/build -.PHONY : test_ndmean_mean/fast - -#============================================================================= -# Target rules for targets named test_bytedelta - -# Build rule for target. -test_bytedelta: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_bytedelta -.PHONY : test_bytedelta - -# fast build rule for target. -test_bytedelta/fast: - $(MAKE) $(MAKESILENT) -f plugins/filters/bytedelta/CMakeFiles/test_bytedelta.dir/build.make plugins/filters/bytedelta/CMakeFiles/test_bytedelta.dir/build -.PHONY : test_bytedelta/fast - -#============================================================================= -# Target rules for targets named test_int_trunc - -# Build rule for target. -test_int_trunc: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_int_trunc -.PHONY : test_int_trunc - -# fast build rule for target. -test_int_trunc/fast: - $(MAKE) $(MAKESILENT) -f plugins/filters/int_trunc/CMakeFiles/test_int_trunc.dir/build.make plugins/filters/int_trunc/CMakeFiles/test_int_trunc.dir/build -.PHONY : test_int_trunc/fast - -#============================================================================= -# Target rules for targets named blosc2_shared - -# Build rule for target. -blosc2_shared: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 blosc2_shared -.PHONY : blosc2_shared - -# fast build rule for target. -blosc2_shared/fast: - $(MAKE) $(MAKESILENT) -f blosc/CMakeFiles/blosc2_shared.dir/build.make blosc/CMakeFiles/blosc2_shared.dir/build -.PHONY : blosc2_shared/fast - -#============================================================================= -# Target rules for targets named blosc2_static - -# Build rule for target. -blosc2_static: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 blosc2_static -.PHONY : blosc2_static - -# fast build rule for target. -blosc2_static/fast: - $(MAKE) $(MAKESILENT) -f blosc/CMakeFiles/blosc2_static.dir/build.make blosc/CMakeFiles/blosc2_static.dir/build -.PHONY : blosc2_static/fast - -#============================================================================= -# Target rules for targets named blosc_testing - -# Build rule for target. -blosc_testing: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 blosc_testing -.PHONY : blosc_testing - -# fast build rule for target. -blosc_testing/fast: - $(MAKE) $(MAKESILENT) -f blosc/CMakeFiles/blosc_testing.dir/build.make blosc/CMakeFiles/blosc_testing.dir/build -.PHONY : blosc_testing/fast - -#============================================================================= -# Target rules for targets named test_b2nd_append - -# Build rule for target. -test_b2nd_append: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_append -.PHONY : test_b2nd_append - -# fast build rule for target. -test_b2nd_append/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_append.dir/build.make tests/CMakeFiles/test_b2nd_append.dir/build -.PHONY : test_b2nd_append/fast - -#============================================================================= -# Target rules for targets named test_b2nd_copy - -# Build rule for target. -test_b2nd_copy: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_copy -.PHONY : test_b2nd_copy - -# fast build rule for target. -test_b2nd_copy/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_copy.dir/build.make tests/CMakeFiles/test_b2nd_copy.dir/build -.PHONY : test_b2nd_copy/fast - -#============================================================================= -# Target rules for targets named test_b2nd_copy_buffer - -# Build rule for target. -test_b2nd_copy_buffer: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_copy_buffer -.PHONY : test_b2nd_copy_buffer - -# fast build rule for target. -test_b2nd_copy_buffer/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_copy_buffer.dir/build.make tests/CMakeFiles/test_b2nd_copy_buffer.dir/build -.PHONY : test_b2nd_copy_buffer/fast - -#============================================================================= -# Target rules for targets named test_b2nd_delete - -# Build rule for target. -test_b2nd_delete: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_delete -.PHONY : test_b2nd_delete - -# fast build rule for target. -test_b2nd_delete/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_delete.dir/build.make tests/CMakeFiles/test_b2nd_delete.dir/build -.PHONY : test_b2nd_delete/fast - -#============================================================================= -# Target rules for targets named test_b2nd_full - -# Build rule for target. -test_b2nd_full: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_full -.PHONY : test_b2nd_full - -# fast build rule for target. -test_b2nd_full/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_full.dir/build.make tests/CMakeFiles/test_b2nd_full.dir/build -.PHONY : test_b2nd_full/fast - -#============================================================================= -# Target rules for targets named test_b2nd_get_slice - -# Build rule for target. -test_b2nd_get_slice: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_get_slice -.PHONY : test_b2nd_get_slice - -# fast build rule for target. -test_b2nd_get_slice/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_get_slice.dir/build.make tests/CMakeFiles/test_b2nd_get_slice.dir/build -.PHONY : test_b2nd_get_slice/fast - -#============================================================================= -# Target rules for targets named test_b2nd_get_slice_buffer - -# Build rule for target. -test_b2nd_get_slice_buffer: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_get_slice_buffer -.PHONY : test_b2nd_get_slice_buffer - -# fast build rule for target. -test_b2nd_get_slice_buffer/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_get_slice_buffer.dir/build.make tests/CMakeFiles/test_b2nd_get_slice_buffer.dir/build -.PHONY : test_b2nd_get_slice_buffer/fast - -#============================================================================= -# Target rules for targets named test_b2nd_insert - -# Build rule for target. -test_b2nd_insert: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_insert -.PHONY : test_b2nd_insert - -# fast build rule for target. -test_b2nd_insert/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_insert.dir/build.make tests/CMakeFiles/test_b2nd_insert.dir/build -.PHONY : test_b2nd_insert/fast - -#============================================================================= -# Target rules for targets named test_b2nd_metalayers - -# Build rule for target. -test_b2nd_metalayers: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_metalayers -.PHONY : test_b2nd_metalayers - -# fast build rule for target. -test_b2nd_metalayers/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_metalayers.dir/build.make tests/CMakeFiles/test_b2nd_metalayers.dir/build -.PHONY : test_b2nd_metalayers/fast - -#============================================================================= -# Target rules for targets named test_b2nd_open_offset - -# Build rule for target. -test_b2nd_open_offset: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_open_offset -.PHONY : test_b2nd_open_offset - -# fast build rule for target. -test_b2nd_open_offset/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_open_offset.dir/build.make tests/CMakeFiles/test_b2nd_open_offset.dir/build -.PHONY : test_b2nd_open_offset/fast - -#============================================================================= -# Target rules for targets named test_b2nd_persistency - -# Build rule for target. -test_b2nd_persistency: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_persistency -.PHONY : test_b2nd_persistency - -# fast build rule for target. -test_b2nd_persistency/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_persistency.dir/build.make tests/CMakeFiles/test_b2nd_persistency.dir/build -.PHONY : test_b2nd_persistency/fast - -#============================================================================= -# Target rules for targets named test_b2nd_resize - -# Build rule for target. -test_b2nd_resize: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_resize -.PHONY : test_b2nd_resize - -# fast build rule for target. -test_b2nd_resize/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_resize.dir/build.make tests/CMakeFiles/test_b2nd_resize.dir/build -.PHONY : test_b2nd_resize/fast - -#============================================================================= -# Target rules for targets named test_b2nd_roundtrip - -# Build rule for target. -test_b2nd_roundtrip: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_roundtrip -.PHONY : test_b2nd_roundtrip - -# fast build rule for target. -test_b2nd_roundtrip/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_roundtrip.dir/build.make tests/CMakeFiles/test_b2nd_roundtrip.dir/build -.PHONY : test_b2nd_roundtrip/fast - -#============================================================================= -# Target rules for targets named test_b2nd_save - -# Build rule for target. -test_b2nd_save: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_save -.PHONY : test_b2nd_save - -# fast build rule for target. -test_b2nd_save/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_save.dir/build.make tests/CMakeFiles/test_b2nd_save.dir/build -.PHONY : test_b2nd_save/fast - -#============================================================================= -# Target rules for targets named test_b2nd_serialize - -# Build rule for target. -test_b2nd_serialize: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_serialize -.PHONY : test_b2nd_serialize - -# fast build rule for target. -test_b2nd_serialize/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_serialize.dir/build.make tests/CMakeFiles/test_b2nd_serialize.dir/build -.PHONY : test_b2nd_serialize/fast - -#============================================================================= -# Target rules for targets named test_b2nd_set_slice_buffer - -# Build rule for target. -test_b2nd_set_slice_buffer: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_set_slice_buffer -.PHONY : test_b2nd_set_slice_buffer - -# fast build rule for target. -test_b2nd_set_slice_buffer/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_set_slice_buffer.dir/build.make tests/CMakeFiles/test_b2nd_set_slice_buffer.dir/build -.PHONY : test_b2nd_set_slice_buffer/fast - -#============================================================================= -# Target rules for targets named test_b2nd_squeeze - -# Build rule for target. -test_b2nd_squeeze: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_squeeze -.PHONY : test_b2nd_squeeze - -# fast build rule for target. -test_b2nd_squeeze/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_squeeze.dir/build.make tests/CMakeFiles/test_b2nd_squeeze.dir/build -.PHONY : test_b2nd_squeeze/fast - -#============================================================================= -# Target rules for targets named test_b2nd_squeeze_index - -# Build rule for target. -test_b2nd_squeeze_index: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_squeeze_index -.PHONY : test_b2nd_squeeze_index - -# fast build rule for target. -test_b2nd_squeeze_index/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_squeeze_index.dir/build.make tests/CMakeFiles/test_b2nd_squeeze_index.dir/build -.PHONY : test_b2nd_squeeze_index/fast - -#============================================================================= -# Target rules for targets named test_b2nd_uninit - -# Build rule for target. -test_b2nd_uninit: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_uninit -.PHONY : test_b2nd_uninit - -# fast build rule for target. -test_b2nd_uninit/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_uninit.dir/build.make tests/CMakeFiles/test_b2nd_uninit.dir/build -.PHONY : test_b2nd_uninit/fast - -#============================================================================= -# Target rules for targets named test_b2nd_zeros - -# Build rule for target. -test_b2nd_zeros: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_b2nd_zeros -.PHONY : test_b2nd_zeros - -# fast build rule for target. -test_b2nd_zeros/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_b2nd_zeros.dir/build.make tests/CMakeFiles/test_b2nd_zeros.dir/build -.PHONY : test_b2nd_zeros/fast - -#============================================================================= -# Target rules for targets named generate_inputs_corpus - -# Build rule for target. -generate_inputs_corpus: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 generate_inputs_corpus -.PHONY : generate_inputs_corpus - -# fast build rule for target. -generate_inputs_corpus/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/generate_inputs_corpus.dir/build.make tests/CMakeFiles/generate_inputs_corpus.dir/build -.PHONY : generate_inputs_corpus/fast - -#============================================================================= -# Target rules for targets named test_api - -# Build rule for target. -test_api: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_api -.PHONY : test_api - -# fast build rule for target. -test_api/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_api.dir/build.make tests/CMakeFiles/test_api.dir/build -.PHONY : test_api/fast - -#============================================================================= -# Target rules for targets named test_bitshuffle_leftovers - -# Build rule for target. -test_bitshuffle_leftovers: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_bitshuffle_leftovers -.PHONY : test_bitshuffle_leftovers - -# fast build rule for target. -test_bitshuffle_leftovers/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_bitshuffle_leftovers.dir/build.make tests/CMakeFiles/test_bitshuffle_leftovers.dir/build -.PHONY : test_bitshuffle_leftovers/fast - -#============================================================================= -# Target rules for targets named test_blosc1_compat - -# Build rule for target. -test_blosc1_compat: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_blosc1_compat -.PHONY : test_blosc1_compat - -# fast build rule for target. -test_blosc1_compat/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_blosc1_compat.dir/build.make tests/CMakeFiles/test_blosc1_compat.dir/build -.PHONY : test_blosc1_compat/fast - -#============================================================================= -# Target rules for targets named test_change_nthreads_append - -# Build rule for target. -test_change_nthreads_append: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_change_nthreads_append -.PHONY : test_change_nthreads_append - -# fast build rule for target. -test_change_nthreads_append/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_change_nthreads_append.dir/build.make tests/CMakeFiles/test_change_nthreads_append.dir/build -.PHONY : test_change_nthreads_append/fast - -#============================================================================= -# Target rules for targets named test_compress_roundtrip - -# Build rule for target. -test_compress_roundtrip: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_compress_roundtrip -.PHONY : test_compress_roundtrip - -# fast build rule for target. -test_compress_roundtrip/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_compress_roundtrip.dir/build.make tests/CMakeFiles/test_compress_roundtrip.dir/build -.PHONY : test_compress_roundtrip/fast - -#============================================================================= -# Target rules for targets named test_compressor - -# Build rule for target. -test_compressor: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_compressor -.PHONY : test_compressor - -# fast build rule for target. -test_compressor/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_compressor.dir/build.make tests/CMakeFiles/test_compressor.dir/build -.PHONY : test_compressor/fast - -#============================================================================= -# Target rules for targets named test_contexts - -# Build rule for target. -test_contexts: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_contexts -.PHONY : test_contexts - -# fast build rule for target. -test_contexts/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_contexts.dir/build.make tests/CMakeFiles/test_contexts.dir/build -.PHONY : test_contexts/fast - -#============================================================================= -# Target rules for targets named test_copy - -# Build rule for target. -test_copy: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_copy -.PHONY : test_copy - -# fast build rule for target. -test_copy/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_copy.dir/build.make tests/CMakeFiles/test_copy.dir/build -.PHONY : test_copy/fast - -#============================================================================= -# Target rules for targets named test_delete_chunk - -# Build rule for target. -test_delete_chunk: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_delete_chunk -.PHONY : test_delete_chunk - -# fast build rule for target. -test_delete_chunk/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_delete_chunk.dir/build.make tests/CMakeFiles/test_delete_chunk.dir/build -.PHONY : test_delete_chunk/fast - -#============================================================================= -# Target rules for targets named test_delta - -# Build rule for target. -test_delta: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_delta -.PHONY : test_delta - -# fast build rule for target. -test_delta/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_delta.dir/build.make tests/CMakeFiles/test_delta.dir/build -.PHONY : test_delta/fast - -#============================================================================= -# Target rules for targets named test_delta_schunk - -# Build rule for target. -test_delta_schunk: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_delta_schunk -.PHONY : test_delta_schunk - -# fast build rule for target. -test_delta_schunk/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_delta_schunk.dir/build.make tests/CMakeFiles/test_delta_schunk.dir/build -.PHONY : test_delta_schunk/fast - -#============================================================================= -# Target rules for targets named test_dict_schunk - -# Build rule for target. -test_dict_schunk: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_dict_schunk -.PHONY : test_dict_schunk - -# fast build rule for target. -test_dict_schunk/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_dict_schunk.dir/build.make tests/CMakeFiles/test_dict_schunk.dir/build -.PHONY : test_dict_schunk/fast - -#============================================================================= -# Target rules for targets named test_empty_buffer - -# Build rule for target. -test_empty_buffer: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_empty_buffer -.PHONY : test_empty_buffer - -# fast build rule for target. -test_empty_buffer/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_empty_buffer.dir/build.make tests/CMakeFiles/test_empty_buffer.dir/build -.PHONY : test_empty_buffer/fast - -#============================================================================= -# Target rules for targets named test_fill_special - -# Build rule for target. -test_fill_special: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_fill_special -.PHONY : test_fill_special - -# fast build rule for target. -test_fill_special/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_fill_special.dir/build.make tests/CMakeFiles/test_fill_special.dir/build -.PHONY : test_fill_special/fast - -#============================================================================= -# Target rules for targets named test_filters - -# Build rule for target. -test_filters: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_filters -.PHONY : test_filters - -# fast build rule for target. -test_filters/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_filters.dir/build.make tests/CMakeFiles/test_filters.dir/build -.PHONY : test_filters/fast - -#============================================================================= -# Target rules for targets named test_frame - -# Build rule for target. -test_frame: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_frame -.PHONY : test_frame - -# fast build rule for target. -test_frame/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_frame.dir/build.make tests/CMakeFiles/test_frame.dir/build -.PHONY : test_frame/fast - -#============================================================================= -# Target rules for targets named test_frame_get_offsets - -# Build rule for target. -test_frame_get_offsets: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_frame_get_offsets -.PHONY : test_frame_get_offsets - -# fast build rule for target. -test_frame_get_offsets/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_frame_get_offsets.dir/build.make tests/CMakeFiles/test_frame_get_offsets.dir/build -.PHONY : test_frame_get_offsets/fast - -#============================================================================= -# Target rules for targets named test_frame_offset - -# Build rule for target. -test_frame_offset: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_frame_offset -.PHONY : test_frame_offset - -# fast build rule for target. -test_frame_offset/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_frame_offset.dir/build.make tests/CMakeFiles/test_frame_offset.dir/build -.PHONY : test_frame_offset/fast - -#============================================================================= -# Target rules for targets named test_get_slice_buffer - -# Build rule for target. -test_get_slice_buffer: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_get_slice_buffer -.PHONY : test_get_slice_buffer - -# fast build rule for target. -test_get_slice_buffer/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_get_slice_buffer.dir/build.make tests/CMakeFiles/test_get_slice_buffer.dir/build -.PHONY : test_get_slice_buffer/fast - -#============================================================================= -# Target rules for targets named test_get_slice_nchunks - -# Build rule for target. -test_get_slice_nchunks: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_get_slice_nchunks -.PHONY : test_get_slice_nchunks - -# fast build rule for target. -test_get_slice_nchunks/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_get_slice_nchunks.dir/build.make tests/CMakeFiles/test_get_slice_nchunks.dir/build -.PHONY : test_get_slice_nchunks/fast - -#============================================================================= -# Target rules for targets named test_getitem - -# Build rule for target. -test_getitem: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_getitem -.PHONY : test_getitem - -# fast build rule for target. -test_getitem/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_getitem.dir/build.make tests/CMakeFiles/test_getitem.dir/build -.PHONY : test_getitem/fast - -#============================================================================= -# Target rules for targets named test_getitem_delta - -# Build rule for target. -test_getitem_delta: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_getitem_delta -.PHONY : test_getitem_delta - -# fast build rule for target. -test_getitem_delta/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_getitem_delta.dir/build.make tests/CMakeFiles/test_getitem_delta.dir/build -.PHONY : test_getitem_delta/fast - -#============================================================================= -# Target rules for targets named test_insert_chunk - -# Build rule for target. -test_insert_chunk: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_insert_chunk -.PHONY : test_insert_chunk - -# fast build rule for target. -test_insert_chunk/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_insert_chunk.dir/build.make tests/CMakeFiles/test_insert_chunk.dir/build -.PHONY : test_insert_chunk/fast - -#============================================================================= -# Target rules for targets named test_lazychunk - -# Build rule for target. -test_lazychunk: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_lazychunk -.PHONY : test_lazychunk - -# fast build rule for target. -test_lazychunk/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_lazychunk.dir/build.make tests/CMakeFiles/test_lazychunk.dir/build -.PHONY : test_lazychunk/fast - -#============================================================================= -# Target rules for targets named test_lazychunk_memcpyed - -# Build rule for target. -test_lazychunk_memcpyed: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_lazychunk_memcpyed -.PHONY : test_lazychunk_memcpyed - -# fast build rule for target. -test_lazychunk_memcpyed/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_lazychunk_memcpyed.dir/build.make tests/CMakeFiles/test_lazychunk_memcpyed.dir/build -.PHONY : test_lazychunk_memcpyed/fast - -#============================================================================= -# Target rules for targets named test_maskout - -# Build rule for target. -test_maskout: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_maskout -.PHONY : test_maskout - -# fast build rule for target. -test_maskout/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_maskout.dir/build.make tests/CMakeFiles/test_maskout.dir/build -.PHONY : test_maskout/fast - -#============================================================================= -# Target rules for targets named test_maxout - -# Build rule for target. -test_maxout: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_maxout -.PHONY : test_maxout - -# fast build rule for target. -test_maxout/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_maxout.dir/build.make tests/CMakeFiles/test_maxout.dir/build -.PHONY : test_maxout/fast - -#============================================================================= -# Target rules for targets named test_noinit - -# Build rule for target. -test_noinit: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_noinit -.PHONY : test_noinit - -# fast build rule for target. -test_noinit/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_noinit.dir/build.make tests/CMakeFiles/test_noinit.dir/build -.PHONY : test_noinit/fast - -#============================================================================= -# Target rules for targets named test_nolock - -# Build rule for target. -test_nolock: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_nolock -.PHONY : test_nolock - -# fast build rule for target. -test_nolock/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_nolock.dir/build.make tests/CMakeFiles/test_nolock.dir/build -.PHONY : test_nolock/fast - -#============================================================================= -# Target rules for targets named test_nthreads - -# Build rule for target. -test_nthreads: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_nthreads -.PHONY : test_nthreads - -# fast build rule for target. -test_nthreads/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_nthreads.dir/build.make tests/CMakeFiles/test_nthreads.dir/build -.PHONY : test_nthreads/fast - -#============================================================================= -# Target rules for targets named test_postfilter - -# Build rule for target. -test_postfilter: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_postfilter -.PHONY : test_postfilter - -# fast build rule for target. -test_postfilter/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_postfilter.dir/build.make tests/CMakeFiles/test_postfilter.dir/build -.PHONY : test_postfilter/fast - -#============================================================================= -# Target rules for targets named test_prefilter - -# Build rule for target. -test_prefilter: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_prefilter -.PHONY : test_prefilter - -# fast build rule for target. -test_prefilter/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_prefilter.dir/build.make tests/CMakeFiles/test_prefilter.dir/build -.PHONY : test_prefilter/fast - -#============================================================================= -# Target rules for targets named test_reorder_offsets - -# Build rule for target. -test_reorder_offsets: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_reorder_offsets -.PHONY : test_reorder_offsets - -# fast build rule for target. -test_reorder_offsets/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_reorder_offsets.dir/build.make tests/CMakeFiles/test_reorder_offsets.dir/build -.PHONY : test_reorder_offsets/fast - -#============================================================================= -# Target rules for targets named test_schunk - -# Build rule for target. -test_schunk: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_schunk -.PHONY : test_schunk - -# fast build rule for target. -test_schunk/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_schunk.dir/build.make tests/CMakeFiles/test_schunk.dir/build -.PHONY : test_schunk/fast - -#============================================================================= -# Target rules for targets named test_schunk_frame - -# Build rule for target. -test_schunk_frame: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_schunk_frame -.PHONY : test_schunk_frame - -# fast build rule for target. -test_schunk_frame/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_schunk_frame.dir/build.make tests/CMakeFiles/test_schunk_frame.dir/build -.PHONY : test_schunk_frame/fast - -#============================================================================= -# Target rules for targets named test_schunk_header - -# Build rule for target. -test_schunk_header: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_schunk_header -.PHONY : test_schunk_header - -# fast build rule for target. -test_schunk_header/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_schunk_header.dir/build.make tests/CMakeFiles/test_schunk_header.dir/build -.PHONY : test_schunk_header/fast - -#============================================================================= -# Target rules for targets named test_set_slice_buffer - -# Build rule for target. -test_set_slice_buffer: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_set_slice_buffer -.PHONY : test_set_slice_buffer - -# fast build rule for target. -test_set_slice_buffer/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_set_slice_buffer.dir/build.make tests/CMakeFiles/test_set_slice_buffer.dir/build -.PHONY : test_set_slice_buffer/fast - -#============================================================================= -# Target rules for targets named test_sframe - -# Build rule for target. -test_sframe: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_sframe -.PHONY : test_sframe - -# fast build rule for target. -test_sframe/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_sframe.dir/build.make tests/CMakeFiles/test_sframe.dir/build -.PHONY : test_sframe/fast - -#============================================================================= -# Target rules for targets named test_sframe_lazychunk - -# Build rule for target. -test_sframe_lazychunk: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_sframe_lazychunk -.PHONY : test_sframe_lazychunk - -# fast build rule for target. -test_sframe_lazychunk/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_sframe_lazychunk.dir/build.make tests/CMakeFiles/test_sframe_lazychunk.dir/build -.PHONY : test_sframe_lazychunk/fast - -#============================================================================= -# Target rules for targets named test_shuffle_roundtrip_avx2 - -# Build rule for target. -test_shuffle_roundtrip_avx2: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_shuffle_roundtrip_avx2 -.PHONY : test_shuffle_roundtrip_avx2 - -# fast build rule for target. -test_shuffle_roundtrip_avx2/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_shuffle_roundtrip_avx2.dir/build.make tests/CMakeFiles/test_shuffle_roundtrip_avx2.dir/build -.PHONY : test_shuffle_roundtrip_avx2/fast - -#============================================================================= -# Target rules for targets named test_shuffle_roundtrip_generic - -# Build rule for target. -test_shuffle_roundtrip_generic: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_shuffle_roundtrip_generic -.PHONY : test_shuffle_roundtrip_generic - -# fast build rule for target. -test_shuffle_roundtrip_generic/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_shuffle_roundtrip_generic.dir/build.make tests/CMakeFiles/test_shuffle_roundtrip_generic.dir/build -.PHONY : test_shuffle_roundtrip_generic/fast - -#============================================================================= -# Target rules for targets named test_shuffle_roundtrip_sse2 - -# Build rule for target. -test_shuffle_roundtrip_sse2: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_shuffle_roundtrip_sse2 -.PHONY : test_shuffle_roundtrip_sse2 - -# fast build rule for target. -test_shuffle_roundtrip_sse2/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_shuffle_roundtrip_sse2.dir/build.make tests/CMakeFiles/test_shuffle_roundtrip_sse2.dir/build -.PHONY : test_shuffle_roundtrip_sse2/fast - -#============================================================================= -# Target rules for targets named test_small_chunks - -# Build rule for target. -test_small_chunks: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_small_chunks -.PHONY : test_small_chunks - -# fast build rule for target. -test_small_chunks/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_small_chunks.dir/build.make tests/CMakeFiles/test_small_chunks.dir/build -.PHONY : test_small_chunks/fast - -#============================================================================= -# Target rules for targets named test_udio - -# Build rule for target. -test_udio: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_udio -.PHONY : test_udio - -# fast build rule for target. -test_udio/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_udio.dir/build.make tests/CMakeFiles/test_udio.dir/build -.PHONY : test_udio/fast - -#============================================================================= -# Target rules for targets named test_update_chunk - -# Build rule for target. -test_update_chunk: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_update_chunk -.PHONY : test_update_chunk - -# fast build rule for target. -test_update_chunk/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_update_chunk.dir/build.make tests/CMakeFiles/test_update_chunk.dir/build -.PHONY : test_update_chunk/fast - -#============================================================================= -# Target rules for targets named test_urcodecs - -# Build rule for target. -test_urcodecs: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_urcodecs -.PHONY : test_urcodecs - -# fast build rule for target. -test_urcodecs/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_urcodecs.dir/build.make tests/CMakeFiles/test_urcodecs.dir/build -.PHONY : test_urcodecs/fast - -#============================================================================= -# Target rules for targets named test_urfilters - -# Build rule for target. -test_urfilters: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_urfilters -.PHONY : test_urfilters - -# fast build rule for target. -test_urfilters/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_urfilters.dir/build.make tests/CMakeFiles/test_urfilters.dir/build -.PHONY : test_urfilters/fast - -#============================================================================= -# Target rules for targets named test_zero_runlen - -# Build rule for target. -test_zero_runlen: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_zero_runlen -.PHONY : test_zero_runlen - -# fast build rule for target. -test_zero_runlen/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_zero_runlen.dir/build.make tests/CMakeFiles/test_zero_runlen.dir/build -.PHONY : test_zero_runlen/fast - -#============================================================================= -# Target rules for targets named filegen - -# Build rule for target. -filegen: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 filegen -.PHONY : filegen - -# fast build rule for target. -filegen/fast: - $(MAKE) $(MAKESILENT) -f compat/CMakeFiles/filegen.dir/build.make compat/CMakeFiles/filegen.dir/build -.PHONY : filegen/fast - -#============================================================================= -# Target rules for targets named fuzz_compress_chunk - -# Build rule for target. -fuzz_compress_chunk: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fuzz_compress_chunk -.PHONY : fuzz_compress_chunk - -# fast build rule for target. -fuzz_compress_chunk/fast: - $(MAKE) $(MAKESILENT) -f tests/fuzz/CMakeFiles/fuzz_compress_chunk.dir/build.make tests/fuzz/CMakeFiles/fuzz_compress_chunk.dir/build -.PHONY : fuzz_compress_chunk/fast - -#============================================================================= -# Target rules for targets named fuzz_compress_frame - -# Build rule for target. -fuzz_compress_frame: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fuzz_compress_frame -.PHONY : fuzz_compress_frame - -# fast build rule for target. -fuzz_compress_frame/fast: - $(MAKE) $(MAKESILENT) -f tests/fuzz/CMakeFiles/fuzz_compress_frame.dir/build.make tests/fuzz/CMakeFiles/fuzz_compress_frame.dir/build -.PHONY : fuzz_compress_frame/fast - -#============================================================================= -# Target rules for targets named fuzz_decompress_chunk - -# Build rule for target. -fuzz_decompress_chunk: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fuzz_decompress_chunk -.PHONY : fuzz_decompress_chunk - -# fast build rule for target. -fuzz_decompress_chunk/fast: - $(MAKE) $(MAKESILENT) -f tests/fuzz/CMakeFiles/fuzz_decompress_chunk.dir/build.make tests/fuzz/CMakeFiles/fuzz_decompress_chunk.dir/build -.PHONY : fuzz_decompress_chunk/fast - -#============================================================================= -# Target rules for targets named fuzz_decompress_frame - -# Build rule for target. -fuzz_decompress_frame: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fuzz_decompress_frame -.PHONY : fuzz_decompress_frame - -# fast build rule for target. -fuzz_decompress_frame/fast: - $(MAKE) $(MAKESILENT) -f tests/fuzz/CMakeFiles/fuzz_decompress_frame.dir/build.make tests/fuzz/CMakeFiles/fuzz_decompress_frame.dir/build -.PHONY : fuzz_decompress_frame/fast - -#============================================================================= -# Target rules for targets named b2bench - -# Build rule for target. -b2bench: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 b2bench -.PHONY : b2bench - -# fast build rule for target. -b2bench/fast: - $(MAKE) $(MAKESILENT) -f bench/CMakeFiles/b2bench.dir/build.make bench/CMakeFiles/b2bench.dir/build -.PHONY : b2bench/fast - -#============================================================================= -# Target rules for targets named delta_schunk - -# Build rule for target. -delta_schunk: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 delta_schunk -.PHONY : delta_schunk - -# fast build rule for target. -delta_schunk/fast: - $(MAKE) $(MAKESILENT) -f bench/CMakeFiles/delta_schunk.dir/build.make bench/CMakeFiles/delta_schunk.dir/build -.PHONY : delta_schunk/fast - -#============================================================================= -# Target rules for targets named trunc_prec_schunk - -# Build rule for target. -trunc_prec_schunk: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 trunc_prec_schunk -.PHONY : trunc_prec_schunk - -# fast build rule for target. -trunc_prec_schunk/fast: - $(MAKE) $(MAKESILENT) -f bench/CMakeFiles/trunc_prec_schunk.dir/build.make bench/CMakeFiles/trunc_prec_schunk.dir/build -.PHONY : trunc_prec_schunk/fast - -#============================================================================= -# Target rules for targets named sum_openmp - -# Build rule for target. -sum_openmp: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sum_openmp -.PHONY : sum_openmp - -# fast build rule for target. -sum_openmp/fast: - $(MAKE) $(MAKESILENT) -f bench/CMakeFiles/sum_openmp.dir/build.make bench/CMakeFiles/sum_openmp.dir/build -.PHONY : sum_openmp/fast - -#============================================================================= -# Target rules for targets named zero_runlen - -# Build rule for target. -zero_runlen: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zero_runlen -.PHONY : zero_runlen - -# fast build rule for target. -zero_runlen/fast: - $(MAKE) $(MAKESILENT) -f bench/CMakeFiles/zero_runlen.dir/build.make bench/CMakeFiles/zero_runlen.dir/build -.PHONY : zero_runlen/fast - -#============================================================================= -# Target rules for targets named create_frame - -# Build rule for target. -create_frame: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 create_frame -.PHONY : create_frame - -# fast build rule for target. -create_frame/fast: - $(MAKE) $(MAKESILENT) -f bench/CMakeFiles/create_frame.dir/build.make bench/CMakeFiles/create_frame.dir/build -.PHONY : create_frame/fast - -#============================================================================= -# Target rules for targets named sframe_bench - -# Build rule for target. -sframe_bench: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sframe_bench -.PHONY : sframe_bench - -# fast build rule for target. -sframe_bench/fast: - $(MAKE) $(MAKESILENT) -f bench/CMakeFiles/sframe_bench.dir/build.make bench/CMakeFiles/sframe_bench.dir/build -.PHONY : sframe_bench/fast - -#============================================================================= -# Target rules for targets named b2nd_bench_get_slice - -# Build rule for target. -b2nd_bench_get_slice: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 b2nd_bench_get_slice -.PHONY : b2nd_bench_get_slice - -# fast build rule for target. -b2nd_bench_get_slice/fast: - $(MAKE) $(MAKESILENT) -f bench/b2nd/CMakeFiles/b2nd_bench_get_slice.dir/build.make bench/b2nd/CMakeFiles/b2nd_bench_get_slice.dir/build -.PHONY : b2nd_bench_get_slice/fast - -#============================================================================= -# Target rules for targets named b2nd_bench_stack_append - -# Build rule for target. -b2nd_bench_stack_append: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 b2nd_bench_stack_append -.PHONY : b2nd_bench_stack_append - -# fast build rule for target. -b2nd_bench_stack_append/fast: - $(MAKE) $(MAKESILENT) -f bench/b2nd/CMakeFiles/b2nd_bench_stack_append.dir/build.make bench/b2nd/CMakeFiles/b2nd_bench_stack_append.dir/build -.PHONY : b2nd_bench_stack_append/fast - -#============================================================================= -# Target rules for targets named b2nd_bench_zfp_getitem - -# Build rule for target. -b2nd_bench_zfp_getitem: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 b2nd_bench_zfp_getitem -.PHONY : b2nd_bench_zfp_getitem - -# fast build rule for target. -b2nd_bench_zfp_getitem/fast: - $(MAKE) $(MAKESILENT) -f bench/b2nd/CMakeFiles/b2nd_bench_zfp_getitem.dir/build.make bench/b2nd/CMakeFiles/b2nd_bench_zfp_getitem.dir/build -.PHONY : b2nd_bench_zfp_getitem/fast - -#============================================================================= -# Target rules for targets named contexts - -# Build rule for target. -contexts: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 contexts -.PHONY : contexts - -# fast build rule for target. -contexts/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/contexts.dir/build.make examples/CMakeFiles/contexts.dir/build -.PHONY : contexts/fast - -#============================================================================= -# Target rules for targets named instrument_codec - -# Build rule for target. -instrument_codec: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 instrument_codec -.PHONY : instrument_codec - -# fast build rule for target. -instrument_codec/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/instrument_codec.dir/build.make examples/CMakeFiles/instrument_codec.dir/build -.PHONY : instrument_codec/fast - -#============================================================================= -# Target rules for targets named delta_schunk_ex - -# Build rule for target. -delta_schunk_ex: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 delta_schunk_ex -.PHONY : delta_schunk_ex - -# fast build rule for target. -delta_schunk_ex/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/delta_schunk_ex.dir/build.make examples/CMakeFiles/delta_schunk_ex.dir/build -.PHONY : delta_schunk_ex/fast - -#============================================================================= -# Target rules for targets named multithread - -# Build rule for target. -multithread: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 multithread -.PHONY : multithread - -# fast build rule for target. -multithread/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/multithread.dir/build.make examples/CMakeFiles/multithread.dir/build -.PHONY : multithread/fast - -#============================================================================= -# Target rules for targets named simple - -# Build rule for target. -simple: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 simple -.PHONY : simple - -# fast build rule for target. -simple/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/simple.dir/build.make examples/CMakeFiles/simple.dir/build -.PHONY : simple/fast - -#============================================================================= -# Target rules for targets named frame_metalayers - -# Build rule for target. -frame_metalayers: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 frame_metalayers -.PHONY : frame_metalayers - -# fast build rule for target. -frame_metalayers/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/frame_metalayers.dir/build.make examples/CMakeFiles/frame_metalayers.dir/build -.PHONY : frame_metalayers/fast - -#============================================================================= -# Target rules for targets named noinit - -# Build rule for target. -noinit: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 noinit -.PHONY : noinit - -# fast build rule for target. -noinit/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/noinit.dir/build.make examples/CMakeFiles/noinit.dir/build -.PHONY : noinit/fast - -#============================================================================= -# Target rules for targets named find_roots - -# Build rule for target. -find_roots: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 find_roots -.PHONY : find_roots - -# fast build rule for target. -find_roots/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/find_roots.dir/build.make examples/CMakeFiles/find_roots.dir/build -.PHONY : find_roots/fast - -#============================================================================= -# Target rules for targets named schunk_simple - -# Build rule for target. -schunk_simple: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 schunk_simple -.PHONY : schunk_simple - -# fast build rule for target. -schunk_simple/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/schunk_simple.dir/build.make examples/CMakeFiles/schunk_simple.dir/build -.PHONY : schunk_simple/fast - -#============================================================================= -# Target rules for targets named frame_simple - -# Build rule for target. -frame_simple: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 frame_simple -.PHONY : frame_simple - -# fast build rule for target. -frame_simple/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/frame_simple.dir/build.make examples/CMakeFiles/frame_simple.dir/build -.PHONY : frame_simple/fast - -#============================================================================= -# Target rules for targets named schunk_postfilter - -# Build rule for target. -schunk_postfilter: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 schunk_postfilter -.PHONY : schunk_postfilter - -# fast build rule for target. -schunk_postfilter/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/schunk_postfilter.dir/build.make examples/CMakeFiles/schunk_postfilter.dir/build -.PHONY : schunk_postfilter/fast - -#============================================================================= -# Target rules for targets named urcodecs - -# Build rule for target. -urcodecs: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 urcodecs -.PHONY : urcodecs - -# fast build rule for target. -urcodecs/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/urcodecs.dir/build.make examples/CMakeFiles/urcodecs.dir/build -.PHONY : urcodecs/fast - -#============================================================================= -# Target rules for targets named urfilters - -# Build rule for target. -urfilters: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 urfilters -.PHONY : urfilters - -# fast build rule for target. -urfilters/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/urfilters.dir/build.make examples/CMakeFiles/urfilters.dir/build -.PHONY : urfilters/fast - -#============================================================================= -# Target rules for targets named frame_vlmetalayers - -# Build rule for target. -frame_vlmetalayers: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 frame_vlmetalayers -.PHONY : frame_vlmetalayers - -# fast build rule for target. -frame_vlmetalayers/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/frame_vlmetalayers.dir/build.make examples/CMakeFiles/frame_vlmetalayers.dir/build -.PHONY : frame_vlmetalayers/fast - -#============================================================================= -# Target rules for targets named sframe_simple - -# Build rule for target. -sframe_simple: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sframe_simple -.PHONY : sframe_simple - -# fast build rule for target. -sframe_simple/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/sframe_simple.dir/build.make examples/CMakeFiles/sframe_simple.dir/build -.PHONY : sframe_simple/fast - -#============================================================================= -# Target rules for targets named frame_backed_schunk - -# Build rule for target. -frame_backed_schunk: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 frame_backed_schunk -.PHONY : frame_backed_schunk - -# fast build rule for target. -frame_backed_schunk/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/frame_backed_schunk.dir/build.make examples/CMakeFiles/frame_backed_schunk.dir/build -.PHONY : frame_backed_schunk/fast - -#============================================================================= -# Target rules for targets named compress_file - -# Build rule for target. -compress_file: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 compress_file -.PHONY : compress_file - -# fast build rule for target. -compress_file/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/compress_file.dir/build.make examples/CMakeFiles/compress_file.dir/build -.PHONY : compress_file/fast - -#============================================================================= -# Target rules for targets named decompress_file - -# Build rule for target. -decompress_file: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 decompress_file -.PHONY : decompress_file - -# fast build rule for target. -decompress_file/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/decompress_file.dir/build.make examples/CMakeFiles/decompress_file.dir/build -.PHONY : decompress_file/fast - -#============================================================================= -# Target rules for targets named frame_offset - -# Build rule for target. -frame_offset: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 frame_offset -.PHONY : frame_offset - -# fast build rule for target. -frame_offset/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/frame_offset.dir/build.make examples/CMakeFiles/frame_offset.dir/build -.PHONY : frame_offset/fast - -#============================================================================= -# Target rules for targets named frame_roundtrip - -# Build rule for target. -frame_roundtrip: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 frame_roundtrip -.PHONY : frame_roundtrip - -# fast build rule for target. -frame_roundtrip/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/frame_roundtrip.dir/build.make examples/CMakeFiles/frame_roundtrip.dir/build -.PHONY : frame_roundtrip/fast - -#============================================================================= -# Target rules for targets named get_set_slice - -# Build rule for target. -get_set_slice: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 get_set_slice -.PHONY : get_set_slice - -# fast build rule for target. -get_set_slice/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/get_set_slice.dir/build.make examples/CMakeFiles/get_set_slice.dir/build -.PHONY : get_set_slice/fast - -#============================================================================= -# Target rules for targets named get_blocksize - -# Build rule for target. -get_blocksize: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 get_blocksize -.PHONY : get_blocksize - -# fast build rule for target. -get_blocksize/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/get_blocksize.dir/build.make examples/CMakeFiles/get_blocksize.dir/build -.PHONY : get_blocksize/fast - -#============================================================================= -# Target rules for targets named zstd_dict - -# Build rule for target. -zstd_dict: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zstd_dict -.PHONY : zstd_dict - -# fast build rule for target. -zstd_dict/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/zstd_dict.dir/build.make examples/CMakeFiles/zstd_dict.dir/build -.PHONY : zstd_dict/fast - -#============================================================================= -# Target rules for targets named frame_big - -# Build rule for target. -frame_big: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 frame_big -.PHONY : frame_big - -# fast build rule for target. -frame_big/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/frame_big.dir/build.make examples/CMakeFiles/frame_big.dir/build -.PHONY : frame_big/fast - -#============================================================================= -# Target rules for targets named b2nd_example_empty_shape - -# Build rule for target. -b2nd_example_empty_shape: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 b2nd_example_empty_shape -.PHONY : b2nd_example_empty_shape - -# fast build rule for target. -b2nd_example_empty_shape/fast: - $(MAKE) $(MAKESILENT) -f examples/b2nd/CMakeFiles/b2nd_example_empty_shape.dir/build.make examples/b2nd/CMakeFiles/b2nd_example_empty_shape.dir/build -.PHONY : b2nd_example_empty_shape/fast - -#============================================================================= -# Target rules for targets named b2nd_example_frame_generator - -# Build rule for target. -b2nd_example_frame_generator: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 b2nd_example_frame_generator -.PHONY : b2nd_example_frame_generator - -# fast build rule for target. -b2nd_example_frame_generator/fast: - $(MAKE) $(MAKESILENT) -f examples/b2nd/CMakeFiles/b2nd_example_frame_generator.dir/build.make examples/b2nd/CMakeFiles/b2nd_example_frame_generator.dir/build -.PHONY : b2nd_example_frame_generator/fast - -#============================================================================= -# Target rules for targets named b2nd_example_oindex - -# Build rule for target. -b2nd_example_oindex: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 b2nd_example_oindex -.PHONY : b2nd_example_oindex - -# fast build rule for target. -b2nd_example_oindex/fast: - $(MAKE) $(MAKESILENT) -f examples/b2nd/CMakeFiles/b2nd_example_oindex.dir/build.make examples/b2nd/CMakeFiles/b2nd_example_oindex.dir/build -.PHONY : b2nd_example_oindex/fast - -#============================================================================= -# Target rules for targets named b2nd_example_plainbuffer - -# Build rule for target. -b2nd_example_plainbuffer: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 b2nd_example_plainbuffer -.PHONY : b2nd_example_plainbuffer - -# fast build rule for target. -b2nd_example_plainbuffer/fast: - $(MAKE) $(MAKESILENT) -f examples/b2nd/CMakeFiles/b2nd_example_plainbuffer.dir/build.make examples/b2nd/CMakeFiles/b2nd_example_plainbuffer.dir/build -.PHONY : b2nd_example_plainbuffer/fast - -#============================================================================= -# Target rules for targets named b2nd_example_plugins_codecs - -# Build rule for target. -b2nd_example_plugins_codecs: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 b2nd_example_plugins_codecs -.PHONY : b2nd_example_plugins_codecs - -# fast build rule for target. -b2nd_example_plugins_codecs/fast: - $(MAKE) $(MAKESILENT) -f examples/b2nd/CMakeFiles/b2nd_example_plugins_codecs.dir/build.make examples/b2nd/CMakeFiles/b2nd_example_plugins_codecs.dir/build -.PHONY : b2nd_example_plugins_codecs/fast - -#============================================================================= -# Target rules for targets named b2nd_example_plugins_filters - -# Build rule for target. -b2nd_example_plugins_filters: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 b2nd_example_plugins_filters -.PHONY : b2nd_example_plugins_filters - -# fast build rule for target. -b2nd_example_plugins_filters/fast: - $(MAKE) $(MAKESILENT) -f examples/b2nd/CMakeFiles/b2nd_example_plugins_filters.dir/build.make examples/b2nd/CMakeFiles/b2nd_example_plugins_filters.dir/build -.PHONY : b2nd_example_plugins_filters/fast - -#============================================================================= -# Target rules for targets named b2nd_example_print_meta - -# Build rule for target. -b2nd_example_print_meta: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 b2nd_example_print_meta -.PHONY : b2nd_example_print_meta - -# fast build rule for target. -b2nd_example_print_meta/fast: - $(MAKE) $(MAKESILENT) -f examples/b2nd/CMakeFiles/b2nd_example_print_meta.dir/build.make examples/b2nd/CMakeFiles/b2nd_example_print_meta.dir/build -.PHONY : b2nd_example_print_meta/fast - -#============================================================================= -# Target rules for targets named b2nd_example_serialize - -# Build rule for target. -b2nd_example_serialize: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 b2nd_example_serialize -.PHONY : b2nd_example_serialize - -# fast build rule for target. -b2nd_example_serialize/fast: - $(MAKE) $(MAKESILENT) -f examples/b2nd/CMakeFiles/b2nd_example_serialize.dir/build.make examples/b2nd/CMakeFiles/b2nd_example_serialize.dir/build -.PHONY : b2nd_example_serialize/fast - -#============================================================================= -# Target rules for targets named b2nd_example_stack_images - -# Build rule for target. -b2nd_example_stack_images: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 b2nd_example_stack_images -.PHONY : b2nd_example_stack_images - -# fast build rule for target. -b2nd_example_stack_images/fast: - $(MAKE) $(MAKESILENT) -f examples/b2nd/CMakeFiles/b2nd_example_stack_images.dir/build.make examples/b2nd/CMakeFiles/b2nd_example_stack_images.dir/build -.PHONY : b2nd_example_stack_images/fast - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... test" - @echo "... uninstall" - @echo "... b2bench" - @echo "... b2nd_bench_get_slice" - @echo "... b2nd_bench_stack_append" - @echo "... b2nd_bench_zfp_getitem" - @echo "... b2nd_example_empty_shape" - @echo "... b2nd_example_frame_generator" - @echo "... b2nd_example_oindex" - @echo "... b2nd_example_plainbuffer" - @echo "... b2nd_example_plugins_codecs" - @echo "... b2nd_example_plugins_filters" - @echo "... b2nd_example_print_meta" - @echo "... b2nd_example_serialize" - @echo "... b2nd_example_stack_images" - @echo "... blosc2_shared" - @echo "... blosc2_static" - @echo "... blosc_testing" - @echo "... compress_file" - @echo "... contexts" - @echo "... create_frame" - @echo "... decompress_file" - @echo "... delta_schunk" - @echo "... delta_schunk_ex" - @echo "... filegen" - @echo "... find_roots" - @echo "... frame_backed_schunk" - @echo "... frame_big" - @echo "... frame_metalayers" - @echo "... frame_offset" - @echo "... frame_roundtrip" - @echo "... frame_simple" - @echo "... frame_vlmetalayers" - @echo "... fuzz_compress_chunk" - @echo "... fuzz_compress_frame" - @echo "... fuzz_decompress_chunk" - @echo "... fuzz_decompress_frame" - @echo "... generate_inputs_corpus" - @echo "... get_blocksize" - @echo "... get_set_slice" - @echo "... instrument_codec" - @echo "... multithread" - @echo "... noinit" - @echo "... schunk_postfilter" - @echo "... schunk_simple" - @echo "... sframe_bench" - @echo "... sframe_simple" - @echo "... simple" - @echo "... sum_openmp" - @echo "... test_api" - @echo "... test_b2nd_append" - @echo "... test_b2nd_copy" - @echo "... test_b2nd_copy_buffer" - @echo "... test_b2nd_delete" - @echo "... test_b2nd_full" - @echo "... test_b2nd_get_slice" - @echo "... test_b2nd_get_slice_buffer" - @echo "... test_b2nd_insert" - @echo "... test_b2nd_metalayers" - @echo "... test_b2nd_open_offset" - @echo "... test_b2nd_persistency" - @echo "... test_b2nd_resize" - @echo "... test_b2nd_roundtrip" - @echo "... test_b2nd_save" - @echo "... test_b2nd_serialize" - @echo "... test_b2nd_set_slice_buffer" - @echo "... test_b2nd_squeeze" - @echo "... test_b2nd_squeeze_index" - @echo "... test_b2nd_uninit" - @echo "... test_b2nd_zeros" - @echo "... test_bitshuffle_leftovers" - @echo "... test_blosc1_compat" - @echo "... test_bytedelta" - @echo "... test_change_nthreads_append" - @echo "... test_compress_roundtrip" - @echo "... test_compressor" - @echo "... test_contexts" - @echo "... test_copy" - @echo "... test_delete_chunk" - @echo "... test_delta" - @echo "... test_delta_schunk" - @echo "... test_dict_schunk" - @echo "... test_empty_buffer" - @echo "... test_fill_special" - @echo "... test_filters" - @echo "... test_frame" - @echo "... test_frame_get_offsets" - @echo "... test_frame_offset" - @echo "... test_get_slice_buffer" - @echo "... test_get_slice_nchunks" - @echo "... test_getitem" - @echo "... test_getitem_delta" - @echo "... test_insert_chunk" - @echo "... test_int_trunc" - @echo "... test_lazychunk" - @echo "... test_lazychunk_memcpyed" - @echo "... test_maskout" - @echo "... test_maxout" - @echo "... test_ndcell" - @echo "... test_ndlz" - @echo "... test_ndmean_mean" - @echo "... test_ndmean_repart" - @echo "... test_noinit" - @echo "... test_nolock" - @echo "... test_nthreads" - @echo "... test_postfilter" - @echo "... test_prefilter" - @echo "... test_reorder_offsets" - @echo "... test_schunk" - @echo "... test_schunk_frame" - @echo "... test_schunk_header" - @echo "... test_set_slice_buffer" - @echo "... test_sframe" - @echo "... test_sframe_lazychunk" - @echo "... test_shuffle_roundtrip_avx2" - @echo "... test_shuffle_roundtrip_generic" - @echo "... test_shuffle_roundtrip_sse2" - @echo "... test_small_chunks" - @echo "... test_udio" - @echo "... test_update_chunk" - @echo "... test_urcodecs" - @echo "... test_urfilters" - @echo "... test_zero_runlen" - @echo "... test_zfp_acc_float" - @echo "... test_zfp_prec_float" - @echo "... test_zfp_rate_float" - @echo "... test_zfp_rate_getitem" - @echo "... trunc_prec_schunk" - @echo "... urcodecs" - @echo "... urfilters" - @echo "... zero_runlen" - @echo "... zlib" - @echo "... zstd_dict" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/blosc2-sys/c-blosc2 b/blosc2-sys/c-blosc2 index 4b9259f..c9c0907 160000 --- a/blosc2-sys/c-blosc2 +++ b/blosc2-sys/c-blosc2 @@ -1 +1 @@ -Subproject commit 4b9259ff0089ea6a89ac98fec2154707e603901a +Subproject commit c9c09078458bd8c97b48f2d009125a2964633b8f diff --git a/blosc2-sys/src/bindings.rs b/blosc2-sys/src/bindings.rs index f593a9a..6665e79 100644 --- a/blosc2-sys/src/bindings.rs +++ b/blosc2-sys/src/bindings.rs @@ -1,21 +1,21 @@ use libc::{timespec, FILE}; -/* automatically generated by rust-bindgen 0.64.0 */ +/* automatically generated by rust-bindgen 0.69.4 */ pub const BLOSC2_VERSION_MAJOR: u32 = 2; pub const BLOSC2_VERSION_MINOR: u32 = 14; -pub const BLOSC2_VERSION_RELEASE: u32 = 3; -pub const BLOSC2_VERSION_STRING: &[u8; 7usize] = b"2.14.3\0"; -pub const BLOSC2_VERSION_DATE: &[u8; 22usize] = b"$Date:: 2023-04-06 #$\0"; +pub const BLOSC2_VERSION_RELEASE: u32 = 5; +pub const BLOSC2_VERSION_STRING: &[u8; 11] = b"2.14.5.dev\0"; +pub const BLOSC2_VERSION_DATE: &[u8; 22] = b"$Date:: 2023-04-10 #$\0"; pub const BLOSC2_MAX_DIM: u32 = 8; -pub const BLOSC_BLOSCLZ_COMPNAME: &[u8; 8usize] = b"blosclz\0"; -pub const BLOSC_LZ4_COMPNAME: &[u8; 4usize] = b"lz4\0"; -pub const BLOSC_LZ4HC_COMPNAME: &[u8; 6usize] = b"lz4hc\0"; -pub const BLOSC_ZLIB_COMPNAME: &[u8; 5usize] = b"zlib\0"; -pub const BLOSC_ZSTD_COMPNAME: &[u8; 5usize] = b"zstd\0"; -pub const BLOSC_BLOSCLZ_LIBNAME: &[u8; 8usize] = b"BloscLZ\0"; -pub const BLOSC_LZ4_LIBNAME: &[u8; 4usize] = b"LZ4\0"; -pub const BLOSC_ZLIB_LIBNAME: &[u8; 5usize] = b"Zlib\0"; -pub const BLOSC_ZSTD_LIBNAME: &[u8; 5usize] = b"Zstd\0"; +pub const BLOSC_BLOSCLZ_COMPNAME: &[u8; 8] = b"blosclz\0"; +pub const BLOSC_LZ4_COMPNAME: &[u8; 4] = b"lz4\0"; +pub const BLOSC_LZ4HC_COMPNAME: &[u8; 6] = b"lz4hc\0"; +pub const BLOSC_ZLIB_COMPNAME: &[u8; 5] = b"zlib\0"; +pub const BLOSC_ZSTD_COMPNAME: &[u8; 5] = b"zstd\0"; +pub const BLOSC_BLOSCLZ_LIBNAME: &[u8; 8] = b"BloscLZ\0"; +pub const BLOSC_LZ4_LIBNAME: &[u8; 4] = b"LZ4\0"; +pub const BLOSC_ZLIB_LIBNAME: &[u8; 5] = b"Zlib\0"; +pub const BLOSC_ZSTD_LIBNAME: &[u8; 5] = b"Zstd\0"; pub const BLOSC2_MAX_METALAYERS: u32 = 16; pub const BLOSC2_METALAYER_NAME_MAXLEN: u32 = 31; pub const BLOSC2_MAX_VLMETALAYERS: u32 = 8192; @@ -1699,6 +1699,22 @@ extern "C" { #[doc = " @brief Default struct for #blosc2_storage meant for user initialization."] pub static BLOSC2_STORAGE_DEFAULTS: blosc2_storage; } +extern "C" { + #[doc = " @brief Get default struct for compression params meant for user initialization."] + pub fn blosc2_get_blosc2_cparams_defaults() -> blosc2_cparams; +} +extern "C" { + #[doc = " @brief Get default struct for decompression params meant for user initialization."] + pub fn blosc2_get_blosc2_dparams_defaults() -> blosc2_dparams; +} +extern "C" { + #[doc = " @brief Get default struct for #blosc2_storage meant for user initialization."] + pub fn blosc2_get_blosc2_storage_defaults() -> blosc2_storage; +} +extern "C" { + #[doc = " @brief Get default struct for #blosc2_io meant for user initialization."] + pub fn blosc2_get_blosc2_io_defaults() -> blosc2_io; +} #[repr(C)] #[derive(Debug, Copy, Clone)] pub struct blosc2_frame_s { diff --git a/src/lib.rs b/src/lib.rs index 387ac72..9938d5a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -364,7 +364,7 @@ pub mod schunk { impl Default for Storage { fn default() -> Self { - let storage: ffi::blosc2_storage = unsafe { mem::MaybeUninit::zeroed().assume_init() }; + let storage = unsafe { ffi::blosc2_get_blosc2_storage_defaults() }; Storage { inner: storage, cparams: None, @@ -1229,13 +1229,8 @@ impl CParams { impl Default for CParams { #[inline] fn default() -> Self { - let mut cparams: ffi::blosc2_cparams = unsafe { mem::MaybeUninit::zeroed().assume_init() }; - cparams.compcode = Codec::default() as _; - cparams.clevel = CLevel::default() as _; + let mut cparams = unsafe { ffi::blosc2_get_blosc2_cparams_defaults() }; cparams.typesize = 1; - cparams.splitmode = ffi::BLOSC_FORWARD_COMPAT_SPLIT as _; - cparams.filters[ffi::BLOSC2_MAX_FILTERS as usize - 1] = Filter::default() as _; - cparams.nthreads = get_nthreads() as _; Self(cparams) } } @@ -1277,8 +1272,7 @@ impl DParams { impl Default for DParams { #[inline] fn default() -> Self { - let mut dparams: ffi::blosc2_dparams = unsafe { mem::MaybeUninit::zeroed().assume_init() }; - dparams.nthreads = get_nthreads() as _; + let dparams = unsafe { ffi::blosc2_get_blosc2_dparams_defaults() }; Self(dparams) } } @@ -1935,7 +1929,7 @@ mod tests { #[test] fn test_get_version_string() -> Result<()> { let version = get_version_string()?; - assert_eq!(&version, "2.14.3"); + assert_eq!(&version, "2.14.5.dev"); Ok(()) }