[146449] trunk/dports/python/py-graph-tool/Portfile
mmoll at macports.org
mmoll at macports.org
Mon Mar 7 13:17:17 PST 2016
Revision: 146449
https://trac.macports.org/changeset/146449
Author: mmoll at macports.org
Date: 2016-03-07 13:17:17 -0800 (Mon, 07 Mar 2016)
Log Message:
-----------
py-graph-tool: code uses C++14 generic lambdas which are apparently still buggy in the latest Xcode. Macports clang-3.7 works, though
Modified Paths:
--------------
trunk/dports/python/py-graph-tool/Portfile
Modified: trunk/dports/python/py-graph-tool/Portfile
===================================================================
--- trunk/dports/python/py-graph-tool/Portfile 2016-03-07 20:22:21 UTC (rev 146448)
+++ trunk/dports/python/py-graph-tool/Portfile 2016-03-07 21:17:17 UTC (rev 146449)
@@ -9,7 +9,8 @@
set realname graph-tool
name py-${realname}
version 2.13
-epoch 20160303
+revision 1
+epoch 20160307
categories python science
platforms darwin
license GPL-3
@@ -38,7 +39,7 @@
rmd160 cd2e8506522821750d70a97b951254f0a133d218
} else {
if {${name} ne ${subport}} {
- compiler.blacklist *gcc* {clang < 700} {macports-clang-3.[0-6]}
+ compiler.blacklist *gcc* {clang <= 700.1.81} {macports-clang-3.[0-6]}
compiler.fallback-append macports-clang-3.7
configure.cxxflags-append -std=c++14 -stdlib=libc++
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160307/eabf59b5/attachment.html>
More information about the macports-changes
mailing list