Opened 5 years ago

Closed 4 years ago

#58539 closed enhancement (fixed)

grass7: add ZStandard compression support

Reported by: nilason (Nicklas Larsson) Owned by: nila <n_larsson@…>
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: Veence (Vincent)
Port: grass7

Description

With GRASS GIS 7.6 the ZSTD compression method was added and made the default (if available).

https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures76

https://grass.osgeo.org/grass76/manuals/r.compress.html

I would suggest to add this in form of a variant, e.g.:

variant zstd description {Add ZStandard compression} {
    depends_lib-append       port:zlib
    configure.args-append    --with-zstd
    configure.args-append    --with-zstd-includes=${prefix}/include
    configure.args-append    --with-zstd-libs=${prefix}/lib
}

I have successfully tested this locally.

Change History (2)

comment:1 Changed 5 years ago by mf2k (Frank Schima)

Keywords: ZSTD removed

comment:2 Changed 4 years ago by nila <n_larsson@…>

Owner: set to nila <n_larsson@…>
Resolution: fixed
Status: newclosed

In 821564e9a90975d1542de0b542a6672e58901231/macports-ports (master):

grass7: add zstd variant

Fixes: #58539

Note: See TracTickets for help on using tickets.