[127693] trunk/dports/science/cdo

Ryan Schmidt ryandesign at macports.org
Sat Nov 1 03:55:18 PDT 2014


> 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.


>  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.



More information about the macports-dev mailing list