[119529] trunk/dports/math

mmoll at macports.org mmoll at macports.org
Tue Apr 29 07:43:39 PDT 2014


Revision: 119529
          https://trac.macports.org/changeset/119529
Author:   mmoll at macports.org
Date:     2014-04-29 07:43:39 -0700 (Tue, 29 Apr 2014)
Log Message:
-----------
math/ceres-solver: a new port for nonlinear least squares minimization

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

Added: trunk/dports/math/ceres-solver/Portfile
===================================================================
--- trunk/dports/math/ceres-solver/Portfile	                        (rev 0)
+++ trunk/dports/math/ceres-solver/Portfile	2014-04-29 14:43:39 UTC (rev 119529)
@@ -0,0 +1,25 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           cmake 1.0
+name                ceres-solver
+version             1.8.0
+categories          math
+platforms           darwin
+license             GPL
+maintainers         mmoll openmaintainer
+description         A Nonlinear Least Squares Minimizer
+long_description    ${description}
+homepage            https://code.google.com/p/ceres-solver/
+master_sites        googlecode
+checksums           rmd160  c09eb167c701c90b022e59223b13efd116ba6271 \
+                    sha256  8ee53241930622b74946201123cd38231161878caacf6c30a3bf1c68b24d79af
+
+patch {
+    reinplace "s|-Werror||g" ${worksrcpath}/CMakeLists.txt
+}
+depends_lib-append  port:eigen3 port:SuiteSparse port:metis port:gflags port:google-glog
+
+livecheck.type      regex
+livecheck.url       ${homepage}downloads/list
+livecheck.regex     ${name}-(\[0-9.\]+)\\.tar


Property changes on: trunk/dports/math/ceres-solver/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140429/dfcbdd4e/attachment-0001.html>


More information about the macports-changes mailing list