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

mmoll at macports.org mmoll at macports.org
Wed Jun 11 21:42:43 PDT 2014


Revision: 120937
          https://trac.macports.org/changeset/120937
Author:   mmoll at macports.org
Date:     2014-06-11 21:42:43 -0700 (Wed, 11 Jun 2014)
Log Message:
-----------
math/ceres-solver: update to version 1.9.0

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

Modified: trunk/dports/math/ceres-solver/Portfile
===================================================================
--- trunk/dports/math/ceres-solver/Portfile	2014-06-11 22:43:03 UTC (rev 120936)
+++ trunk/dports/math/ceres-solver/Portfile	2014-06-12 04:42:43 UTC (rev 120937)
@@ -3,28 +3,27 @@
 PortSystem          1.0
 PortGroup           cmake 1.0
 PortGroup           compiler_blacklist_versions 1.0
+PortGroup           conflicts_build 1.0
 
 name                ceres-solver
-version             1.8.0
+version             1.9.0
 categories          math
 platforms           darwin
 license             BSD
 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
+homepage            http://ceres-solver.org
+master_sites        ${homepage}
+checksums           rmd160  2f6bcadb29a32a02706f9b827cd3b17b4d435090 \
+                    sha256  30ac0729249f908afe80cb6fd06ae6d037f25a60d9fac54f61344389adab9c1a
 
 # internal compiler error with this version of clang
 compiler.blacklist {clang == 421.11.66}
 
-patch {
-    reinplace "s|-Werror||g" ${worksrcpath}/CMakeLists.txt
-}
+conflicts_build     ceres-solver
 depends_lib-append  port:eigen3 port:SuiteSparse port:metis port:gflags port:google-glog
 
 livecheck.type      regex
-livecheck.url       ${homepage}downloads/list
+livecheck.url       ${homepage}
 livecheck.regex     ${name}-(\[0-9.\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140611/9fe0cd8e/attachment.html>


More information about the macports-changes mailing list