<pre style='margin:0'>
Mark Moll (mamoll) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/618bc74fe7e34dbfa0d586035b7f8e8ba9730606">https://github.com/macports/macports-ports/commit/618bc74fe7e34dbfa0d586035b7f8e8ba9730606</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 618bc74  math/ceres-solver: disable build of test and examples, which aren't installed anyway. Remove (now unnecessary) ugly hack. See discussion at https://trac.macports.org/ticket/55280
</span>618bc74 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 618bc74fe7e34dbfa0d586035b7f8e8ba9730606
</span>Author: Mark Moll <mmoll@macports.org>
AuthorDate: Mon Jan 8 21:32:30 2018 -0600

<span style='display:block; white-space:pre;color:#404040;'>    math/ceres-solver: disable build of test and examples, which aren't installed anyway. Remove (now unnecessary) ugly hack. See discussion at https://trac.macports.org/ticket/55280
</span>---
 math/ceres-solver/Portfile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/ceres-solver/Portfile b/math/ceres-solver/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8cf8796..9e97790 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/ceres-solver/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/ceres-solver/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,12 +22,10 @@ checksums           rmd160  fda0d6c1cd8398bae5c7c95fa606d63a8069950e \
</span> # internal compiler error with this version of clang
 compiler.blacklist {clang == 421.11.66}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# some C demo programs are linked against a C++ library, which in turn
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# requires linking against libc++
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.ldflags-append -lc++
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> depends_lib-append  port:eigen3 port:SuiteSparse port:metis port:gflags port:google-glog
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append -DBUILD_TESTING=OFF -DBUILD_EXAMPLES=OFF
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> livecheck.type      regex
 livecheck.url       ${homepage}/installation.html
 livecheck.regex     ${name}-(\[0-9.\]+).tar.gz
</pre><pre style='margin:0'>

</pre>