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

mmoll at macports.org mmoll at macports.org
Tue Nov 12 12:22:08 PST 2013


Revision: 113221
          https://trac.macports.org/changeset/113221
Author:   mmoll at macports.org
Date:     2013-11-12 12:22:08 -0800 (Tue, 12 Nov 2013)
Log Message:
-----------
py-graph-tool: force C++11 std to fix compilation

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

Modified: trunk/dports/python/py-graph-tool/Portfile
===================================================================
--- trunk/dports/python/py-graph-tool/Portfile	2013-11-12 19:45:10 UTC (rev 113220)
+++ trunk/dports/python/py-graph-tool/Portfile	2013-11-12 20:22:08 UTC (rev 113221)
@@ -8,7 +8,7 @@
 set realname        graph-tool
 name                py-${realname}
 version             2.2.26
-revision            1
+revision            2
 categories          python science
 platforms           darwin
 license             GPL-3
@@ -67,6 +67,7 @@
     configure.cppflags-append -I${prefix}/include -I${python.include}/..
     configure.ldflags-append -L${prefix}/lib
     configure.args-append --with-boost=${prefix} --exec-prefix=${python.prefix}
+    configure.cxxflags-append -std=c++11
     # 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
     # classes. This causes conflicts with sparsehash which insists on using
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131112/e528f443/attachment.html>


More information about the macports-changes mailing list