<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/658d262db83d105c692ffa4ba98959a97f9ffd2b">https://github.com/macports/macports-ports/commit/658d262db83d105c692ffa4ba98959a97f9ffd2b</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 658d262  gnss-sdr-*: disable unit tests
</span>658d262 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 658d262db83d105c692ffa4ba98959a97f9ffd2b
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Thu Jan 18 13:43:50 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gnss-sdr-*: disable unit tests
</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/55714
</span>---
 science/gnss-sdr/Portfile | 6 ++++++
 1 file changed, 6 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gnss-sdr/Portfile b/science/gnss-sdr/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cf1f366..047b765 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gnss-sdr/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gnss-sdr/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -118,6 +118,12 @@ configure.args-append \
</span>     -DENABLE_OWN_GLOG=OFF \
     -DENABLE_GENERIC_ARCH=OFF
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# disable building unit tests, which errors out as of 2018-01-18.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# see also: https://trac.macports.org/ticket/55714
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    -DENABLE_UNIT_TESTING=OFF
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # specify the Python version to use
 
 configure.args-append \
</pre><pre style='margin:0'>

</pre>