<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b10804aa96aac81373977be1b6d44fd5e879f0b2">https://github.com/macports/macports-ports/commit/b10804aa96aac81373977be1b6d44fd5e879f0b2</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new b10804a uhd*: require a compiler that supports thread_local storage
</span>b10804a is described below
<span style='display:block; white-space:pre;color:#808000;'>commit b10804aa96aac81373977be1b6d44fd5e879f0b2
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Wed Mar 7 07:45:19 2018 -0500
<span style='display:block; white-space:pre;color:#404040;'> uhd*: require a compiler that supports thread_local storage
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> This requirement was introduced in 3.11.0.0.
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Closes https://trac.macports.org/ticket/55980
</span>---
science/uhd/Portfile | 7 +++++++
1 file changed, 7 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/uhd/Portfile b/science/uhd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b423397..c0a126e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/uhd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/uhd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup cmake 1.0
</span> PortGroup github 1.0
PortGroup muniversal 1.0
PortGroup cxx11 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup compiler_blacklist_versions 1.0
</span>
name uhd
categories science comms
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -66,6 +67,12 @@ Provides the UHD GIT maint or master branch, depending on which is more advanced
</span>
homepage http://uhd.ettus.com/
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# require a compiler that supports thread_local storage,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# which was introduced in 3.11.0.0.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# see also < https://trac.macports.org/ticket/55980 >
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append { clang < 800 }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_lib-append port:boost port:ncurses
depends_build-append port:pkgconfig
</pre><pre style='margin:0'>
</pre>