[151644] trunk/dports/science/grib_api/Portfile

takeshi at macports.org takeshi at macports.org
Thu Aug 18 22:02:29 PDT 2016


Revision: 151644
          https://trac.macports.org/changeset/151644
Author:   takeshi at macports.org
Date:     2016-08-18 22:02:28 -0700 (Thu, 18 Aug 2016)
Log Message:
-----------
grib_api: update to 1.17.0

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

Modified: trunk/dports/science/grib_api/Portfile
===================================================================
--- trunk/dports/science/grib_api/Portfile	2016-08-19 02:34:05 UTC (rev 151643)
+++ trunk/dports/science/grib_api/Portfile	2016-08-19 05:02:28 UTC (rev 151644)
@@ -6,8 +6,7 @@
 PortGroup compilers 1.0
 
 name                grib_api
-version             1.14.5
-revision            2
+version             1.17.0
 platforms           darwin
 maintainers         takeshi
 license             Apache-2
@@ -16,8 +15,8 @@
 homepage            https://software.ecmwf.int/wiki/display/GRIB/Home
 master_sites        https://software.ecmwf.int/wiki/download/attachments/3473437
 distname            ${name}-${version}-Source
-checksums           rmd160  4fa01c57eb41c39545994f93ecc6adce3ed8b786 \
-                    sha256  047029afca9445047f8fce8250146f6b17d1bc4eb9c17fcaa8e74aa173c4ab08
+checksums           rmd160  739eaaf524c0daf7298b4cff4396c666072d039c \
+                    sha256  55cbb4fdcb4ee1be6a27cece9ae7e26070beb8ab6cb7e77773db3fb0d4272462
 long_description \
     The ECMWF GRIB API is an application program interface accessible \
     from C and FORTRAN programs developed for encoding and decoding   \
@@ -78,10 +77,6 @@
     configure.args-append   -DENABLE_FORTRAN=ON
 }
 
-# TODO: Remove after 2016-01-04.
-variant python25 requires python27 description {Legacy variant} {}
-variant python26 requires python27 description {Legacy variant} {}
-
 variant python27 description {Add support for python27} {
     depends_lib-append      port:py27-numpy
     configure.args-delete   -DENABLE_PYTHON=OFF
@@ -90,6 +85,10 @@
                             -DPYTHON_EXECUTABLE=${prefix}/bin/python2.7 \
 }
 
-livecheck.type	regex
-livecheck.url	${homepage}
+variant openmp description {Add support for OpenMP} {
+    configure.args-append   -DENABLE_GRIB_OMP_THREADS=ON
+}
+
+livecheck.type  regex
+livecheck.url   ${homepage}
 livecheck.regex "GRIB API version (\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160818/b5ef3c43/attachment.html>


More information about the macports-changes mailing list