[146604] trunk/dports/science

Ryan Schmidt ryandesign at macports.org
Wed Sep 28 07:06:38 PDT 2016


> On Mar 12, 2016, at 8:34 PM, takeshi at macports.org wrote:
> 
> Revision
> 146604
> Author
> takeshi at macports.org
> Date
> 2016-03-12 18:34:16 -0800 (Sat, 12 Mar 2016)
> Log Message
> 
> metview: add to MacPorts
> Added Paths
> 
> 	• trunk/dports/science/metview/
> 	• trunk/dports/science/metview/Portfile
> 	• trunk/dports/science/metview/files/
> 	• trunk/dports/science/metview/files/patch-CMakeLists.txt.diff
> Diff
> 
> Added: trunk/dports/science/metview/Portfile (0 => 146604)
> 
> --- trunk/dports/science/metview/Portfile	                        (rev 0)
> +++ trunk/dports/science/metview/Portfile	2016-03-13 02:34:16 UTC (rev 146604)
> 
> @@ -0,0 +1,90 @@
> 
> +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
> +# $Id$
> +
> +PortSystem          1.0
> +PortGroup cmake     1.0
> +PortGroup compilers 1.0
> +PortGroup qt4       1.0
> +
> +name                metview


> +depends_lib         port:boost \
> +                    port:cairo \
> +                    port:curl \
> +                    port:expat \
> +                    port:fontconfig \
> +                    port:freetype \
> +                    port:libgcc \

You can remove this libgcc dependency. You've already got one:

$ port info metview
metview @4.7.0 (science)
Variants:             debug, dragonegg33, dragonegg34, gcc44, gcc45, gcc46,
                      gcc47, gcc48, gcc49, gcc5, [+]gcc6, gcc7, universal

Description:          Metview is a meteorological workstation application
                      designed to be a complete working environment for both
                      the operational and research meteorologist. Its
                      capabilities include powerful data access, processing
                      and visualisation.
Homepage:             http://software.ecmwf.int/wiki/display/METV/Metview

Build Dependencies:   cmake, pkgconfig, ImageMagick, gcc6
Library Dependencies: qt4-mac, boost, cairo, curl, expat, fontconfig,
                      freetype, libgcc, gdbm, gettext, grib_api, hdf5,
                                ^^^^^^
                      jasper, jpeg, libemos, libpng, magicspp, netcdf,
                      netcdf-cxx, openjpeg, proj, xorg-libice, xorg-libsm,
                      xorg-libX11, xorg-libXmu, xorg-libXt, zlib, glib2,
                      pango, libgcc
                             ^^^^^^
Runtime Dependencies: ksh93
Platforms:            darwin
License:              Apache-2




More information about the macports-dev mailing list