<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/591337f116ff9ae2ae20fab954605b943fcf7c30">https://github.com/macports/macports-ports/commit/591337f116ff9ae2ae20fab954605b943fcf7c30</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 591337f blosc: disable tests and benchmarks
</span>591337f is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 591337f116ff9ae2ae20fab954605b943fcf7c30
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Wed Nov 21 12:15:34 2018 -0800
<span style='display:block; white-space:pre;color:#404040;'> blosc: disable tests and benchmarks
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> not installed anyway
</span><span style='display:block; white-space:pre;color:#404040;'> don't easily work
</span><span style='display:block; white-space:pre;color:#404040;'> newer benchmarks use posix_memalign which fails on
</span><span style='display:block; white-space:pre;color:#404040;'> some older systems
</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/57630
</span>---
archivers/blosc/Portfile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/archivers/blosc/Portfile b/archivers/blosc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 107f868..55703a3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/archivers/blosc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/archivers/blosc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,4 +35,6 @@ depends_lib-append port:lz4 \
</span> configure.args-append \
-DPREFER_EXTERNAL_LZ4=ON \
-DPREFER_EXTERNAL_ZLIB=ON \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- -DPREFER_EXTERNAL_ZSTD=ON
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -DPREFER_EXTERNAL_ZSTD=ON \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -DBUILD_TESTS=OFF \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -DBUILD_BENCHMARKS=OFF
</span></pre><pre style='margin:0'>
</pre>