[MacPorts] #56787: request to add fits variant to gis/gdal
MacPorts
noreply at macports.org
Mon Jul 9 14:58:35 UTC 2018
#56787: request to add fits variant to gis/gdal
--------------------------+----------------------
Reporter: mazhe | Owner: Veence
Type: enhancement | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords: haspatch
Port: gdal |
--------------------------+----------------------
Comment (by kencu):
To make this variant work the way you want it to, you'd have to leave
{{{
--without-cfitsio \
}}}
as it is in the default configure arguments (as you want it off by
default).
Then, in your variant, you can do this replacement:
{{{
variant fits description {Enable FITS file format} {
depends_lib-append port:cfitsio
configure.args-replace --without-cfitsio --with-cfitsio
}
--
Ticket URL: <https://trac.macports.org/ticket/56787#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list