[141201] trunk/dports/math/ceres-solver/Portfile

mmoll at macports.org mmoll at macports.org
Mon Oct 12 10:25:29 PDT 2015


Revision: 141201
          https://trac.macports.org/changeset/141201
Author:   mmoll at macports.org
Date:     2015-10-12 10:25:29 -0700 (Mon, 12 Oct 2015)
Log Message:
-----------
ceres-solver: update to version 1.11.0

Modified Paths:
--------------
    trunk/dports/math/ceres-solver/Portfile

Modified: trunk/dports/math/ceres-solver/Portfile
===================================================================
--- trunk/dports/math/ceres-solver/Portfile	2015-10-12 16:48:14 UTC (rev 141200)
+++ trunk/dports/math/ceres-solver/Portfile	2015-10-12 17:25:29 UTC (rev 141201)
@@ -7,23 +7,32 @@
 cmake.out_of_source yes
 
 name                ceres-solver
-version             1.10.0
-revision            1
+version             1.11.0
+revision            0
 categories          math
 platforms           darwin
 license             BSD
 maintainers         mmoll openmaintainer
-description         A Nonlinear Least Squares Minimizer
-long_description    ${description}
+description         Library for modeling and solving large, complicated optimization problems.
+long_description    Ceres Solver is an open source C++ library for modeling \
+                    and solving large, complicated optimization problems. It \
+                    can solve nonlinear least squares problems and general \
+                    unconstrained optimization problems.
 homepage            http://ceres-solver.org
 master_sites        ${homepage}
-checksums           rmd160  3d49737b874f4d822cfa8de117415339c7abf738 \
-                    sha256  20bb5db05c3e3e14a4062e2cf2b0742d2653359549ecded3e0653104ef3deb17
+checksums           rmd160  e994c27fcf0f87826639ef31544e588ec3ab0840 \
+                    sha256  4d666cc33296b4c5cd77bad18ffc487b3223d4bbb7d1dfb342ed9a87dc9af844
 
+
 # internal compiler error with this version of clang
 compiler.blacklist {clang == 421.11.66}
 
-conflicts_build     ceres-solver
+# some C demo programs are linked against a C++ library, which in turn
+# requires linking against libc++
+configure.ldflags-append -lc++
+
+# probably no longer necessary
+#conflicts_build     ceres-solver
 depends_lib-append  port:eigen3 port:SuiteSparse port:metis port:gflags port:google-glog
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151012/4730c45f/attachment.html>


More information about the macports-changes mailing list