[141266] trunk/dports/python/py-graph-tool/Portfile

mmoll at macports.org mmoll at macports.org
Tue Oct 13 18:21:20 PDT 2015


Revision: 141266
          https://trac.macports.org/changeset/141266
Author:   mmoll at macports.org
Date:     2015-10-13 18:21:20 -0700 (Tue, 13 Oct 2015)
Log Message:
-----------
py-graph-tool: update to version 2.10. Need C++14 support.

Modified Paths:
--------------
    trunk/dports/python/py-graph-tool/Portfile

Modified: trunk/dports/python/py-graph-tool/Portfile
===================================================================
--- trunk/dports/python/py-graph-tool/Portfile	2015-10-14 00:03:41 UTC (rev 141265)
+++ trunk/dports/python/py-graph-tool/Portfile	2015-10-14 01:21:20 UTC (rev 141266)
@@ -8,8 +8,8 @@
 
 set realname        graph-tool
 name                py-${realname}
-version             2.7
-epoch               20150917
+version             2.10
+epoch               20151013
 categories          python science
 platforms           darwin
 license             GPL-3
@@ -22,9 +22,9 @@
 homepage            http://graph-tool.skewed.de
 master_sites        http://downloads.skewed.de/graph-tool/
 use_bzip2           yes
-checksums           md5     eb6d77165c61f385fabdfac51d6403dc \
-                    sha1    5dbac0bcdcb51c05920ca7c826522c1209b2a258 \
-                    rmd160  c5a7d100f773eb7fb8684804fd753431ce37bac1
+checksums           md5     18ef1b627ef8a5d45cfaf6b1e40ccf9c \
+                    sha1    7b8d7e2e0b105870b80111948b71c486118f7978 \
+                    rmd160  97c0a7cfab68ae2bbff6b8c36cb6963eed61c6ba
 distname            ${realname}-${version}
 
 python.versions     27 34
@@ -71,7 +71,7 @@
     configure.args-append --with-boost=${prefix} --exec-prefix=${python.prefix}
     if {[string match *clang* ${configure.compiler}] &&
         ${os.major} >= 13 && ${os.platform} eq "darwin"} {
-        configure.cxxflags-append -std=c++11 -stdlib=libc++
+        configure.cxxflags-append -std=c++14 -stdlib=libc++
     }
     # Clang uses the old libstc++ from gcc 4.2 before OS X 10.9. Boost doesn't
     # include some of the tr1 headers in libstdc++ and defines its own tr1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151013/39d94119/attachment.html>


More information about the macports-changes mailing list