[127693] trunk/dports/science/cdo

petr 976F at ingv.it
Sat Nov 1 04:17:06 PDT 2014


On 1 Nov 2014, at 11:55, Ryan Schmidt <ryandesign at macports.org> wrote:

> 
>> On Nov 1, 2014, at 1:38 AM, takeshi at macports.org wrote:
>> 
>> Revision
>> 127693
>> Author
>> takeshi at macports.org
>> 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
> macports-dev at lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/macports-dev



More information about the macports-dev mailing list