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

mmoll at macports.org mmoll at macports.org
Tue Oct 4 18:47:53 PDT 2011


Revision: 84934
          http://trac.macports.org/changeset/84934
Author:   mmoll at macports.org
Date:     2011-10-04 18:47:50 -0700 (Tue, 04 Oct 2011)
Log Message:
-----------
science/ompl: bump version to 0.9.5

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

Modified: trunk/dports/science/ompl/Portfile
===================================================================
--- trunk/dports/science/ompl/Portfile	2011-10-05 00:23:37 UTC (rev 84933)
+++ trunk/dports/science/ompl/Portfile	2011-10-05 01:47:50 UTC (rev 84934)
@@ -4,8 +4,7 @@
 PortGroup cmake 1.0
 
 name                ompl
-version             0.9.3
-revision            1
+version             0.9.5
 categories          science
 maintainers         mmoll
 description         The Open Motion Planning Library (OMPL)
@@ -15,9 +14,9 @@
 platforms           darwin
 license             BSD
 master_sites        sourceforge
-checksums           md5     b95b4b3a6eebc15a668a52a133384cc1 \
-                    sha1    f98fd0828be7fc0986caab1607f1c1f4b6ded67a \
-                    rmd160  62f80874b9a2e467953f813748fa63ab5452a531
+checksums           md5     8d8553ff36ae7f248c98f38b4a52c858 \
+                    sha1    9b5e8e27ba357b1a212ce8486e1551aab921bf53 \
+                    rmd160  7c657501c3df98111c0a2030ada2b0fc6263abc0
 distname            ${name}-${version}-Source
 depends_lib-append  port:boost port:ode
 test.run            yes
@@ -40,46 +39,40 @@
 http://ompl.kavrakilab.org/license.html#ricelicense"
     }
     depends_lib-append  port:assimp port:pqp
-    checksums           md5     71350b5c11972784fbb0d1857acd1425 \
-                        sha1    f58bafa3b1599ad6b32364942d0713ee9339fd3c \
-                        rmd160  dfe0d7b3aa341e1f6dfa6be5bde3e08dd5007c4c
+    checksums           md5     6cf145389e2d13dea1b0047028a38ade \
+                        sha1    d6c86c0f82d5f921e5457b8b1ce62b114c5735f1 \
+                        rmd160  928d7ed076d22a238f1c90d7dad2690a7a41962c
 }
 
 variant python26 description {Use python2.6 for python bindings} conflicts python27 {
-    depends_lib-append      port:python26
+    depends_lib-append      port:python26 port:py26-pyplusplus-devel
+    build.target            update_bindings all
     if { [variant_isset app] } {
         depends_lib-append      port:py26-pyqt4 port:py26-opengl
         post-destroot {
             reinplace "s|#!/usr/bin/env python|#!${prefix}/bin/python2.6|g" \
                 ${destroot}${prefix}/bin/ompl_app
         }
-    } else {
-        # ompl +app contains pre-generated python binding code, ompl does not
-        build.target            update_bindings all
-        depends_build-append    port:py26-pyplusplus-devel
     }
     configure.env-append    PYTHON_EXEC=${prefix}/bin/python2.6
 }
 
 variant python27 description {Use python2.7 for python bindings} conflicts python26 {
-    depends_lib-append      port:python27
+    depends_lib-append      port:python27 port:py27-pyplusplus-devel
+    build.target            update_bindings all
     if { [variant_isset app] } {
         depends_lib-append  port:py27-pyqt4 port:py27-opengl
         post-destroot {
             reinplace "s|#!/usr/bin/env python|#!${prefix}/bin/python2.7|g" \
                 ${destroot}${prefix}/bin/ompl_app
         }
-    } else {
-        # ompl +app contains pre-generated python binding code, ompl does not
-        build.target            update_bindings all
-        depends_build-append    port:py27-pyplusplus-devel
     }
     configure.env-append    PYTHON_EXEC=${prefix}/bin/python2.7
 }
 
 # enable one python variant so that the python bindings can be compiled
 if { ![variant_isset python26] && ![variant_isset python27] } {
-    default_variants        +python26
+    default_variants        +python27
 }
 
 # the python bindings rely on Boost.Python, so make sure it is installed.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111004/b6faf0de/attachment.html>


More information about the macports-changes mailing list