[MacPorts] #58539: grass7: add ZStandard compression support
MacPorts
noreply at macports.org
Thu May 30 11:08:52 UTC 2019
#58539: grass7: add ZStandard compression support
-------------------------+--------------------
Reporter: nilason | Owner: (none)
Type: enhancement | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: ZSTD | Port: grass7
-------------------------+--------------------
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.
--
Ticket URL: <https://trac.macports.org/ticket/58539>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list