Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

liblzma breaking manylinux compatibility #88

@pattonw

Description

@pattonw

We would like to support all compressions supported by rust-n5, but for manylinux compatibility the n5 features were changed in cargo.toml:

n5 = { version = "0.4", default-features = false, features = ["filesystem", "bzip", "gzip", "lz", "xz", "use_ndarray"]}

to

n5 = { version = "0.4", default-features = false, features = ["filesystem", "bzip", "gzip", "use_ndarray"]}

To reintroduce support for both compression types:

  • add n5 features "lz" and "xz" to cargo.toml
  • add LZ4 and XZ to compression types in pyn5/common.py
  • add lz4 and xz to 'conftests.py'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions