Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake: (feature) libaec #703

Merged
merged 3 commits into from
Jul 14, 2021
Merged

Commits on Jun 15, 2021

  1. CMake: (feature) libaec

    Implemented better support for the compression library libaec.
    Especially, for the new version 1.0.5:
    - The CMake config files of this version 1.0.5 now set certain
      SZIP variables which can be used in the existing
      CMake structure.
    - Both static and shared SZIP compatible libaec library contains
      all required objects such it can be easily used when building
      HDF5 from scratch.
    - Introduced the USE_LIBAEC_STATIC option to make use of the static
      version of SZIP compatible libaec library.
    jwsblokland committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    257e19c View commit details
    Browse the repository at this point in the history
  2. CMake: (fix) libaec

    Implemented the fallback option for the case if version 1.0.5
    of libaec could not be found.
    jwsblokland committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    9a8dfbc View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Docs: Added description about libaec implementation.

    Added short description about the libaec improvement to the Bug Fixes
    section in the Configuration sub-section.
    jwsblokland committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    2c80177 View commit details
    Browse the repository at this point in the history