[114988] trunk/dports/science/ompl/Portfile

mmoll at macports.org mmoll at macports.org
Fri Dec 20 13:02:37 PST 2013


Revision: 114988
          https://trac.macports.org/changeset/114988
Author:   mmoll at macports.org
Date:     2013-12-20 13:02:37 -0800 (Fri, 20 Dec 2013)
Log Message:
-----------
science/ompl: update to version 0.14.0

Modified Paths:
--------------
    trunk/dports/science/ompl/Portfile

Modified: trunk/dports/science/ompl/Portfile
===================================================================
--- trunk/dports/science/ompl/Portfile	2013-12-20 16:49:56 UTC (rev 114987)
+++ trunk/dports/science/ompl/Portfile	2013-12-20 21:02:37 UTC (rev 114988)
@@ -6,8 +6,7 @@
 PortGroup           compiler_blacklist_versions 1.0
 
 name                ompl
-version             0.13.0
-revision            1
+version             0.14.0
 categories          science
 maintainers         mmoll
 description         The Open Motion Planning Library (OMPL)
@@ -17,22 +16,17 @@
 platforms           darwin
 license             BSD
 master_sites        https://bitbucket.org/ompl/ompl/downloads
-checksums           md5     c1169e918a067218562d6c93716b2bce \
-                    sha1    c07dbd0a4e4f4f54813a9171e8182394eed10a7e \
-                    rmd160  91e1ec4740c46c55638f06d9c7c483aeb45921d3
+checksums           md5     f022017e24905b2eb7e85d6611ef988f \
+                    sha1    4f036f25aa0cc6b5359a3653b6d869cd118a44c5 \
+                    rmd160  2791851d718e59ed4a6704dbb3791f1c1cae0d87
 distname            ${name}-${version}-Source
-depends_lib-append  port:boost port:ode port:flann
+depends_lib-append  port:boost port:ode port:flann port:triangle
 
 # We "inherit" the compiler fallback and blacklist from the Boost port,
 # since OMPL depends heavily on Boost.
 compiler.fallback-append macports-clang-3.3
 compiler.blacklist {clang < 421} macports-clang-2.9 macports-clang-3.0 llvm-gcc-4.2 macports-llvm-gcc-4.2 apple-gcc-4.2 gcc-4.2 gcc-4.0 apple-gcc-4.0 gcc-3.3
 
-# fix for Xcode 5.0, can be removed in next release of OMPL
-patch {
-    reinplace "s|--gccxml-compiler g++ ||g" ${worksrcpath}/CMakeModules/PythonBindingsUtils.cmake
-}
-
 # no universal of gccxml-devel
 universal_variant   no
 configure.args-append   -DOMPL_BUILD_DEMOS=OFF
@@ -61,16 +55,12 @@
 details, please read:
 http://ompl.kavrakilab.org/license.html#ricelicense"
     }
-    # fix for Xcode 5.0, can be removed in next release of OMPL
-    patch {
-        reinplace "s|--gccxml-compiler g++ ||g" ${worksrcpath}/ompl/CMakeModules/PythonBindingsUtils.cmake
-    }
     depends_build-append port:pkgconfig
     depends_lib-append  port:assimp port:fcl
     configure.args-append -DOMPLAPP_PQP=OFF -DOMPLAPP_RESOURCE_DIR=${prefix}/share/ompl/resources
-    checksums           md5     9f3757e2533419cd6a51686dcc7c8129 \
-                        sha1    cbc3be0a2e123d41056f62cd86e46105f1de2396 \
-                        rmd160  ad96c6d2a1632ad32fa2deb88af4ce3f1b940afa
+    checksums           md5     c8deadd2fe428a9cddc9e7b76bf4f5aa \
+                        sha1    72c635d320d37679b68dc9d8a5de5e599ec39f8c \
+                        rmd160  34df4eb4c80d8530a62e3665da80cbeba2721aa1
 }
 
 set pythons_suffixes {26 27 31 32 33}
@@ -105,7 +95,7 @@
             # the python bindings rely on Boost.Python, so make sure it is installed.
             require_active_variants boost ${p}
 
-            if { [variant_isset app] } {  
+            if { [variant_isset app] } {
                 # Can use either py*-pyqt4 or py*-pyqt4-devel.
                 depends_lib-append \
                     path:share/py${s}-sip/PyQt4:py${s}-pyqt4 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131220/3c3916dc/attachment.html>


More information about the macports-changes mailing list