Opened 6 years ago
Closed 5 years ago
#56648 closed defect (fixed)
blosc: Don't use bundled libraries
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | stromnov (Andrey Stromnov) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | blosc |
Description
blosc fails to build on older systems, due to a problem building the bundled copy of zstd.
Could blosc use the MacPorts copy of zstd instead of building it itself? The MacPorts copy of zstd builds fine on older systems (once PR 1997 is merged).
blosc includes other bundled libraries as well, to which the same request applies.
Attachments (1)
Change History (3)
Changed 6 years ago by stromnov (Andrey Stromnov)
Attachment: | blosc.diff added |
---|
comment:1 Changed 6 years ago by stromnov (Andrey Stromnov)
MacPort's snappy is incompatible with current blosc for unknown reasons.
comment:2 Changed 5 years ago by ken-cunningham-webuse
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Use system lz4, zlib and zstd (but not snappy).