On 1 Nov 2014, at 11:55, Ryan Schmidt <[email protected]> wrote:
> >> On Nov 1, 2014, at 1:38 AM, [email protected] wrote: >> >> Revision >> 127693 >> Author >> [email protected] >> Date >> 2014-10-31 23:38:02 -0700 (Fri, 31 Oct 2014) >> Log Message >> >> cdo: updated to 1.6.5.1 > >> Modified: trunk/dports/science/cdo/Portfile (127692 => 127693) > >> configure.args --with-netcdf=${prefix} \ >> --disable-dependency-tracking \ >> + --with-threads=no \ >> --with-proj=${prefix}/lib/proj47 \ >> --with-hdf5=${prefix} \ >> --with-udunits2=${prefix} \ >> + --with-fftw3 \ >> + --with-curl=${prefix} \ >> --with-zlib=${prefix} > > If cdo is explicitly using curl, then it should have an explicit library > dependency on it. curl is already an indirect dependency via netcdf so a > revision increase would not be needed. Also: Is it still necessary to stick to `proj47`, or would `proj @4.8.0` work as well? >> configure.cppflags-append -I/usr/include/malloc \ >> -I${prefix}/include/udunits2 > > It shouldn't be necessary to use -I/usr/include/malloc. If this is being done > because of an error that malloc.h cannot be found, then the solution is to > remove "#include <malloc.h>" anywhere it occurs; it is never needed on OS X. > > _______________________________________________ > macports-dev mailing list > [email protected] > https://lists.macosforge.org/mailman/listinfo/macports-dev _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
