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

takeshi at macports.org takeshi at macports.org
Sat Dec 12 07:05:41 PST 2015


Revision: 142754
          https://trac.macports.org/changeset/142754
Author:   takeshi at macports.org
Date:     2015-11-22 01:15:50 -0800 (Sun, 22 Nov 2015)
Log Message:
-----------
cdo: update to 1.7.0 add hdf5 to depends_lib

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

Modified: trunk/dports/science/cdo/Portfile
===================================================================
--- trunk/dports/science/cdo/Portfile	2015-11-21 22:57:09 UTC (rev 142753)
+++ trunk/dports/science/cdo/Portfile	2015-11-22 09:15:50 UTC (rev 142754)
@@ -5,18 +5,17 @@
 PortGroup                   mpi 1.0
 
 name                        cdo
-version                     1.6.9
-revision                    2
+version                     1.7.0
 platforms                   darwin
 maintainers                 takeshi openmaintainer
 license                     GPL-2
 categories                  science
 description                 Climate Data Operators
 homepage                    https://code.zmaw.de/projects/cdo
-master_sites                https://code.zmaw.de/attachments/download/10198
-checksums           md5     bf0997bf20e812f35e10188a930e24e2 \
-                    sha1    5d2cedadffcdaaa1b9cf49cbc0f524ee417b5326 \
-                    rmd160  35bd6e59ae661bed315b06af040f5a9ec1d4f6b3
+master_sites                https://code.zmaw.de/attachments/download/11392
+checksums           rmd160  5f98e5cc86eff5d883947a37020c8ff84e566f0b \
+                    sha256  2a9712fe315d4f09e0c9c8f2f31d6035bf78f51946af9a8fba87f21b4033eb15
+
 long_description \
     CDO is a collection of command line Operators               \
     to manipulate and analyse Climate Data files.               \
@@ -30,6 +29,7 @@
 mpi.enforce_variant         hdf5
 
 depends_lib                 port:netcdf \
+                            port:hdf5 \
                             port:curl \
                             port:udunits2 \
                             port:proj \
@@ -45,11 +45,9 @@
                             --with-zlib=${prefix}
 configure.cppflags-append   -I${prefix}/include/udunits2
 
-set v [mpi_active_variant_name bin:h5pcc:hdf5]
-if {${v} != "" } {
-    depends_build-append    port:yaxt
-    configure.cc            ${prefix}/bin/h5pcc
-}
+# Setting configure.cc h5pcc has been removed because it causes error
+# because -Wl,-headerpad_max_install_names does not work with -pthread.
+# See hdfeos5 Portfile to set h5pcc.
 
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/25d7490a/attachment.html>


More information about the macports-changes mailing list