[53667] trunk/dports/science/cdo/Portfile

takeshi at macports.org takeshi at macports.org
Sat Jul 11 07:00:35 PDT 2009


Revision: 53667
          http://trac.macports.org/changeset/53667
Author:   takeshi at macports.org
Date:     2009-07-11 07:00:33 -0700 (Sat, 11 Jul 2009)
Log Message:
-----------
cdo: fixed library search, added dependency to szip

Modified Paths:
--------------
    trunk/dports/science/cdo/Portfile

Modified: trunk/dports/science/cdo/Portfile
===================================================================
--- trunk/dports/science/cdo/Portfile	2009-07-11 12:53:03 UTC (rev 53666)
+++ trunk/dports/science/cdo/Portfile	2009-07-11 14:00:33 UTC (rev 53667)
@@ -20,10 +20,12 @@
     to manipulate and analyse Climate Data files.               \
     Supported file formats are GRIB, netCDF, SERVICE and EXTRA. \
     There are more than 200 operators available.
-depends_lib                 port:netcdf port:hdf5-18 port:zlib
+depends_lib                 port:netcdf port:hdf5-18 port:zlib port:szip
 
-configure.ldflags-append    "-undefined dynamic_lookup -lhdf5_hl -lhdf5 -lz"
-configure.args              --with-netcdf=${prefix} --disable-dependency-tracking
+configure.args              --with-netcdf=${prefix} \
+                            --with-hdf5=${prefix} \
+                            --with-szlib=${prefix} \
+                            --disable-dependency-tracking
 
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/doc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090711/a21f0a92/attachment.html>


More information about the macports-changes mailing list