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

mmoll at macports.org mmoll at macports.org
Mon Feb 27 21:20:56 PST 2012


Revision: 90257
          http://trac.macports.org/changeset/90257
Author:   mmoll at macports.org
Date:     2012-02-27 21:20:56 -0800 (Mon, 27 Feb 2012)
Log Message:
-----------
science/ompl: update to 0.10.1

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

Modified: trunk/dports/science/ompl/Portfile
===================================================================
--- trunk/dports/science/ompl/Portfile	2012-02-27 22:48:34 UTC (rev 90256)
+++ trunk/dports/science/ompl/Portfile	2012-02-28 05:20:56 UTC (rev 90257)
@@ -4,8 +4,7 @@
 PortGroup cmake 1.0
 
 name                ompl
-version             0.10.0
-revision            1
+version             0.10.1
 categories          science
 maintainers         mmoll
 description         The Open Motion Planning Library (OMPL)
@@ -15,9 +14,9 @@
 platforms           darwin
 license             BSD
 master_sites        sourceforge
-checksums           md5     d8b1cef3d44e21f2fca964b01fce504c \
-                    sha1    8f26a3f4616ea6751f5faf0dbcfc37dccdc921d6 \
-                    rmd160  2f0a321547af30c7c36c16a01adaabce7194fae5
+checksums           md5     db2305fc388185ad80dda5c8a413b3b3 \
+                    sha1    1ffe5ca19077756413da9953ffb5c181615b6699 \
+                    rmd160  678618308c8dc2235106882804745f35db7a7c90
 distname            ${name}-${version}-Source
 depends_lib-append  port:boost port:ode
 
@@ -34,10 +33,6 @@
 # regular OMPL version.
 variant app description {Include GUI and extra demo code} {
     distname            omplapp-${version}-Source
-    # Due to an internal compiler error. Seems to be fixed in clang 3.1svn.
-    if {${configure.compiler} == "clang"} {
-        configure.compiler "llvm-gcc-4.2"
-    }
     license             noncommercial
     pre-extract {
         ui_warn "The +app variant causes some extra code to be compiled that is
@@ -46,9 +41,9 @@
 http://ompl.kavrakilab.org/license.html#ricelicense"
     }
     depends_lib-append  port:assimp port:pqp port:libann port:libccd
-    checksums           md5     7b1852bec9ef09cf72716d8a6d6ba8b9 \
-                        sha1    8764418e9f1d02f75065c419437585eb6d272ff6 \
-                        rmd160  edfb7b041ece5edbea7571820bfdc6e798448950
+    checksums           md5     539efef3aa3518f3de7c9725d5c10ef8 \
+                        sha1    c084c9d9969270d4b7764c02510cb8942e02f83c \
+                        rmd160  3ba0e8b8e74ed706d36b536d93c0253214215e3f
 }
 
 variant python26 description {Use python2.6 for python bindings} conflicts python27 {
@@ -62,7 +57,6 @@
                 ${destroot}${prefix}/bin/ompl_app
         }
     }
-    configure.env-append    PYTHON_EXEC=${prefix}/bin/python2.6
 }
 
 variant python27 description {Use python2.7 for python bindings} conflicts python26 {
@@ -76,7 +70,6 @@
                 ${destroot}${prefix}/bin/ompl_app
         }
     }
-    configure.env-append    PYTHON_EXEC=${prefix}/bin/python2.7
 }
 
 # enable one python variant so that the python bindings can be compiled
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120227/fcd9a652/attachment-0001.html>


More information about the macports-changes mailing list